mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-20 16:46:14 +00:00

If HEAP_PLACE_FUNCTION_INTO_FLASH = y then we should also place the newlib wrappers for the heap in to flash.
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
[mapping:newlib]
|
|
archive: libnewlib.a
|
|
entries:
|
|
if HEAP_PLACE_FUNCTION_INTO_FLASH = n:
|
|
heap (noflash)
|
|
abort (noflash)
|
|
assert (noflash)
|
|
stdatomic (noflash)
|
|
if STDATOMIC_S32C1I_SPIRAM_WORKAROUND = y:
|
|
stdatomic_s32c1i (noflash)
|