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

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

See merge request espressif/esp-idf!33218
This commit is contained in:
Marius Vikhammer 2024-09-02 11:02:55 +08:00
commit 5672363887
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
libc
sha256_coredump
gcc
freertos_idf
freertos_smp
freertos_common
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