rust-osdev/linked-list-allocator

Support using more than one memory region

開放

#83 建立於 2024年7月25日

 (2 則留言) (0 個反應) (0 位負責人)Rust (56 個分叉)github user discovery
help wanted

倉庫指標

星標
 (241 顆星)
PR 合併指標
 (30 天內沒有已合併 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?

貢獻者指南