summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_current_task.py.exp
diff options
context:
space:
mode:
authorVdragon <mail@massdriver.space>2025-10-25 23:39:33 +0200
committerDamien George <damien@micropython.org>2025-11-26 23:40:39 +1100
commit3d9a3e89cf4a32fdc6fca2a8edd91714b5b67665 (patch)
tree8fff35607ed4fe8291367325fdc67c591ec57415 /tests/extmod/uasyncio_current_task.py.exp
parentbd111ccd4b4932ea94ba7c66007840cb88e3b4a7 (diff)
zephyr: Add support for GC split-heap.HEADorigin/masterorigin/HEADmaster
Adds the ability to use PSRAM and non-contiguous memory. Example usage, add this to dts overlay: / { heap_psram { compatible = "micropython,heap"; size = <DT_SIZE_M(4)>; memory-region = <&psram>; }; heap_sram1 { compatible = "micropython,heap"; size = <DT_SIZE_K(140)>; memory-region = <&sram1>; }; }; Signed-off-by: Vdragon <mail@massdriver.space>
Diffstat (limited to 'tests/extmod/uasyncio_current_task.py.exp')
0 files changed, 0 insertions, 0 deletions