mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'task/add_ldgen_exception_for_freertos' into 'master'
fix(freertos): Added freertos and ringbuf fragments to the exception list of ldgen mapping checks Closes IDF-10489 See merge request espressif/esp-idf!32702
This commit is contained in:
commit
dfe20e46a1
@ -2,6 +2,9 @@ libc
|
||||
sha256_coredump
|
||||
gcc
|
||||
clang_rt_builtins
|
||||
freertos_idf
|
||||
freertos_smp
|
||||
freertos_common
|
||||
esp_psram
|
||||
esp_mm
|
||||
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
|
Loading…
Reference in New Issue
Block a user