diff options
author | Damien George <damien@micropython.org> | 2023-04-04 10:36:02 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-04-26 12:36:21 +1000 |
commit | fe4ac49d7f3beb0512545ac8e4545c76da2334ec (patch) | |
tree | 20eba6505369cd128ddae9e37c8592a67e1d69da /docs/esp32/tutorial/intro.rst | |
parent | 7ea06a3e2638e0fb82240c0b88c9cd1ecaf942f5 (diff) |
rp2/memmap_mp.ld: Allow a board to reserve memory for the C heap.
Since c80e7c14e6305e50e3b39f97172d4d8fe1214d3b 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>
Diffstat (limited to 'docs/esp32/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions