circuitpython/ports/stm/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
..
cpu.s create copy 2020-03-11 18:13:06 -04:00
internal_flash.c [Fix] Wrong fix of cache use for STM32 2023-08-02 20:13:52 +02:00
internal_flash.h Add circuitpython support for STM Nucleo-F446RE. 2022-09-26 19:12:42 +02:00
port.c Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
qspi_flash.c run code formatting script 2021-03-15 19:27:36 +05:30
serial.c pre-commit fixes 2023-08-14 00:59:22 -04:00
usb.c Remove redundant header files. 2022-10-10 20:37:31 +02:00