mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'fix/esp-log-put-function-in-iram_v5.3' into 'release/v5.3'
fix(log): Modified linker script to move functions from flash to iram (backport v5.3) See merge request espressif/esp-idf!36816
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
archive: liblog.a
|
archive: liblog.a
|
||||||
entries:
|
entries:
|
||||||
log:esp_log_write (noflash)
|
log:esp_log_write (noflash)
|
||||||
|
log:esp_log_writev (noflash)
|
||||||
log_freertos:esp_log_timestamp (noflash)
|
log_freertos:esp_log_timestamp (noflash)
|
||||||
log_freertos:esp_log_early_timestamp (noflash)
|
log_freertos:esp_log_early_timestamp (noflash)
|
||||||
log_freertos:esp_log_impl_lock (noflash)
|
log_freertos:esp_log_impl_lock (noflash)
|
||||||
|
Reference in New Issue
Block a user