rust-osdev/linked-list-allocator

Support using more than one memory region

Ouverte

#83 ouverte le 25 juil. 2024

 (2 commentaires) (0 réaction) (0 personne assignée)Rust (56 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (242 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur