circuitpython/ports/nrf/bluetooth
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
..
s140_nrf52_6.1.0 fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
s140_nrf52_7.0.1 remove lib from exludes, fix all remaining typos 2023-03-23 13:59:08 +07:00
ble_drv.c Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
ble_drv.h Add two stage reset for BLE 2022-05-12 13:20:44 -07:00
bluetooth_common.mk update tinyusb, work better with sd 2019-01-29 21:03:18 +07:00