Load dynamic programs using FAT32
This commit is contained in:
21
Cargo.toml
21
Cargo.toml
@@ -1,14 +1,15 @@
|
||||
cargo-features = ["profile-rustflags"]
|
||||
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["kernel", "user/*"]
|
||||
default-members = ["kernel"]
|
||||
members = ["user/*"]
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
opt-level = 0
|
||||
[package]
|
||||
name = "kernel-rust"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
debug = true
|
||||
[dependencies]
|
||||
embedded-alloc = "0.7"
|
||||
kernel-macros = { path = "crates/kernel-macros" }
|
||||
log = "0.4"
|
||||
critical-section = { version = "1", features = ["restore-state-bool"] }
|
||||
bffs = { path = "../../../code/bffs", features = ["alloc"] }
|
||||
|
||||
Reference in New Issue
Block a user