Merge branch 'fix/esp-log-put-function-in-iram_v5.4' into 'release/v5.4'

fix(log): Modified linker script to move functions from flash to iram (backport v5.4)

See merge request espressif/esp-idf!36817
This commit is contained in:
Marius Vikhammer
2025-04-02 14:44:48 +08:00

View File

@@ -2,6 +2,8 @@
archive: liblog.a
entries:
log_write:esp_log_write (noflash)
log_write:esp_log_writev (noflash)
tag_log_level:esp_log_level_get_timeout (noflash)
log_timestamp:esp_log_timestamp (noflash)
log_timestamp:esp_log_early_timestamp (noflash)
log_lock (noflash)