linked-list-allocator icon indicating copy to clipboard operation
linked-list-allocator copied to clipboard

Support using more than one memory region

Open GnomedDev opened this issue 7 months ago • 2 comments

The ESP32 (using esp-hal) has two memory regions that are usable, in the linker scripts as dram_seg and dram2_seg. Currently, this dram2_seg is unusable unless a user is to setup multiple heaps which is annoying to use. Can support be added to allow one Heap to both (or even more) regions of memory?

GnomedDev avatar Jul 25 '24 11:07 GnomedDev