forked from espressif/esp-idf
fix(log): Modified linker script to move functions from flash to iram
This commit is contained in:
committed by
Guillaume Souchere
parent
e6aeb3d36d
commit
fe64cf3982
@@ -2,6 +2,8 @@
|
|||||||
archive: liblog.a
|
archive: liblog.a
|
||||||
entries:
|
entries:
|
||||||
log_write:esp_log_write (noflash)
|
log_write:esp_log_write (noflash)
|
||||||
|
log_write:esp_log_level_get_timeout (noflash)
|
||||||
|
log_write:esp_log_writev (noflash)
|
||||||
log_timestamp:esp_log_timestamp (noflash)
|
log_timestamp:esp_log_timestamp (noflash)
|
||||||
log_timestamp:esp_log_early_timestamp (noflash)
|
log_timestamp:esp_log_early_timestamp (noflash)
|
||||||
log_lock (noflash)
|
log_lock (noflash)
|
||||||
|
Reference in New Issue
Block a user