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

@@ -11,7 +11,7 @@
#include "hal/gpio_ll.h"
#include "hal/log.h"
static const char *CLK_HAL_TAG = "clk_hal";
HAL_LOG_ATTR_TAG(CLK_HAL_TAG, "clk_hal");
uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src)
{