diff options
| author | Vdragon <mail@massdriver.space> | 2025-10-25 23:39:33 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-11-26 23:40:39 +1100 |
| commit | 3d9a3e89cf4a32fdc6fca2a8edd91714b5b67665 (patch) | |
| tree | 8fff35607ed4fe8291367325fdc67c591ec57415 /tests/basics/iter-of-iter.py | |
| parent | bd111ccd4b4932ea94ba7c66007840cb88e3b4a7 (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/basics/iter-of-iter.py')
0 files changed, 0 insertions, 0 deletions
