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

@@ -118,7 +118,9 @@ void esp_flash_dump_counters(FILE* stream)
#define IO_STR_LEN 10
static const char io_mode_str[][IO_STR_LEN] = {
// Used only for logging, do not use for other purposes or remove ESP_LOG_ATTR.
// (this can be placed in noload section for bin logging mode).
static ESP_LOG_ATTR const char io_mode_str[][IO_STR_LEN] = {
"slowrd",
"fastrd",
"dout",