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?

贡献者指南