rust-osdev/linked-list-allocator

Support using more than one memory region

オープン

#83 opened on 2024/07/25

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (56 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (241 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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?

コントリビューターガイド