mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(freertos): Added freertos fragments to the exception list of ldgen mapping checks
This commit adds freertos and esp_ringbuf linker fragment sections to the exception list of the ldgen mappings checker script.
This commit is contained in:
parent
5c3e63712d
commit
891c4d5264
@ -2,6 +2,9 @@ libc
|
|||||||
sha256_coredump
|
sha256_coredump
|
||||||
gcc
|
gcc
|
||||||
clang_rt_builtins
|
clang_rt_builtins
|
||||||
|
freertos_idf
|
||||||
|
freertos_smp
|
||||||
freertos_common
|
freertos_common
|
||||||
esp_psram
|
esp_psram
|
||||||
esp_mm
|
esp_mm
|
||||||
|
esp_ringbuf
|
||||||
|
Loading…
Reference in New Issue
Block a user