rust-osdev/linked-list-allocator
Support using more than one memory region
Offen
#83 geöffnet am 25.07.2024
help wanted
Repository-Metriken
- Stars
- (242 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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?