alloc user to access kernel backed heap (psram, if equiped)

This commit is contained in:
2025-10-27 12:25:57 -06:00
parent b872e6be7c
commit f6d5fb98ab
11 changed files with 150 additions and 82 deletions

View File

@@ -4,7 +4,8 @@ version = "0.1.0"
edition = "2024"
[features]
default = []
default = ["alloc"]
alloc = []
defmt = ["dep:defmt"]
[dependencies]