circuitpython/shared-bindings/supervisor
Scott Shawcroft 8137e2d6d2
Switch all ports to auto-growing split heap
This simplifies allocating outside of the VM because the VM doesn't
take up all remaining memory by default.

On ESP we delegate to the IDF for allocations. For all other ports,
we use TLSF to manage an outer "port" heap. The IDF uses TLSF
internally and we use their fork for the other ports.

This also removes the dynamic C stack sizing. It wasn't often used
and is not possible with a fixed outer heap.

Fixes #8512. Fixes #7334.
2023-11-01 15:24:16 -07:00
..
RunReason.c Tweak black_bindings 2022-09-30 11:18:13 -05:00
RunReason.h wip 2020-11-22 19:10:09 -05:00
Runtime.c Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
Runtime.h Implement safemode.py 2023-02-13 18:26:38 -05:00
SafeModeReason.c don't enter safemode.py on USER safe mode 2023-02-14 11:20:29 -05:00
SafeModeReason.h Implement safemode.py 2023-02-13 18:26:38 -05:00
StatusBar.c Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
StatusBar.h status bar control 2022-08-30 15:23:44 -04:00
__init__.c Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
__init__.h Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00