Merge branch 'feature/log_v2_optimization' into 'master'

feat(log): Optimize idf components for binary logging

Closes IDF-12775

See merge request espressif/esp-idf!40289
This commit is contained in:
Konstantin Kondrashov
2025-09-19 14:45:43 +08:00
346 changed files with 738 additions and 616 deletions

View File

@@ -22,7 +22,7 @@
#include "esp_log.h"
#include "spi_flash_mmap.h"
static const char *TAG = "linux_spiflash";
ESP_LOG_ATTR_TAG(TAG, "linux_spiflash");
static void *s_spiflash_mem_file_buf = NULL;
static int s_spiflash_mem_file_fd = -1;