Skip to content

Commit

Permalink
fix(log): Modified linker script to move functions from flash to iram
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianfunes79 committed Oct 8, 2024
1 parent d7ca8b9 commit 7b9bd56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/log/linker.lf
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7b9bd56

Please sign in to comment.