fix(log): Modified linker script to move functions from flash to iram

This commit is contained in:
Cristian Funes
2024-10-08 07:06:37 -03:00
committed by BOT
parent 36ef188b85
commit f4ed4d4954

View File

@ -2,6 +2,8 @@
archive: liblog.a
entries:
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_early_timestamp (noflash)
log_lock (noflash)