rust-osdev/linked-list-allocator

Support using more than one memory region

Aperta

#83 aperta il 25 lug 2024

 (2 commenti) (0 reazioni) (0 assegnatari)Rust (56 fork)github user discovery
help wanted

Metriche repository

Star
 (242 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor