mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(log): Modified linker script to move functions from flash to iram
This commit is contained in:
parent
48e11e68a1
commit
c11e4ad3c4
@ -2,6 +2,7 @@
|
||||
archive: liblog.a
|
||||
entries:
|
||||
log:esp_log_write (noflash)
|
||||
log:esp_log_writev (noflash)
|
||||
log_freertos:esp_log_timestamp (noflash)
|
||||
log_freertos:esp_log_early_timestamp (noflash)
|
||||
log_freertos:esp_log_impl_lock (noflash)
|
||||
|
Loading…
x
Reference in New Issue
Block a user