mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
c86f9d2868
If HEAP_PLACE_FUNCTION_INTO_FLASH = y then we should also place the newlib wrappers for the heap in to flash.
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
[mapping:newlib]
|
|
archive: libnewlib.a
|
|
entries:
|
|
if HEAP_PLACE_FUNCTION_INTO_FLASH = n:
|
|
heap (noflash)
|
|
abort (noflash)
|
|
assert (noflash)
|
|
stdatomic (noflash)
|