1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/ld/esp32s2
Gunar Schorcht 3a40e20452 cpu/esp32: fix ld scripts for heap
For ESP32-S2 and ESP32-S3 the symbol `_heap_end` must not be used as `_eheap` for dynamic memory allocation, because it points to the highest possible address that could be used for the heap, but not to the top address of the unused SRAM area. Instead, the origin and length of `dram0_0_seg` must be used to calculate the end of the heap.
2023-09-29 08:12:59 +02:00
..
memory.ld.in cpu/esp32: add flashpage support to linker scripts 2023-01-07 10:38:52 +01:00
sections.ld.in cpu/esp32: fix ld scripts for heap 2023-09-29 08:12:59 +02:00