mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
Merge branch 'task/add_ldgen_exception_for_freertos_v5.2' into 'release/v5.2'
fix(freertos): Added freertos and ringbuf fragments to the exception list of ldgen mapping checks (v5.2) See merge request espressif/esp-idf!33216
This commit is contained in:
@ -2,4 +2,7 @@ libc
|
|||||||
sha256_coredump
|
sha256_coredump
|
||||||
gcc
|
gcc
|
||||||
clang_rt_builtins
|
clang_rt_builtins
|
||||||
|
freertos_idf
|
||||||
|
freertos_smp
|
||||||
freertos_common
|
freertos_common
|
||||||
|
esp_ringbuf
|
||||||
|
@ -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
|
Reference in New Issue
Block a user