mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
fix(log): Modified linker script to move functions from flash to iram
This commit is contained in:
committed by
Guillaume Souchere
parent
780dc81e96
commit
cc89f7266d
@ -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