Merge branch 'task/add_ldgen_exception_for_freertos_v5.3' into 'release/v5.3'

fix(freertos): Added freertos and ringbuf fragments to the exception list of ldgen mapping checks (v5.3)

See merge request espressif/esp-idf!33215
This commit is contained in:
Jiang Jiang Jian 2024-09-05 10:35:36 +08:00
commit 038a86fc5f
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,9 @@ libc
sha256_coredump
gcc
clang_rt_builtins
freertos_idf
freertos_smp
freertos_common
esp_psram
esp_mm
esp_ringbuf

View File

@ -0,0 +1,4 @@
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y
CONFIG_RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH=y