rp2/memmap_mp.ld: Allow a board to reserve memory for the C heap.
Since c80e7c14 changed the GC heap to use all unused RAM, there is no longer any RAM available for the traditional C heap (which is not used by default in MicroPython but may be used by C extensions). This commit adds a provision for a board to reserve RAM for the C heap, by defining MICROPY_C_HEAP_SIZE. Signed-off-by: Damien George <damien@micropython.org>
Showing
Please register or sign in to comment