Adds justfile to build everything
This commit is contained in:
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
embedded-alloc = "0.7"
|
||||
kernel-macros = { path = "../kernel-macros" }
|
||||
kernel-macros = { path = "../crates/kernel-macros" }
|
||||
log = "0.4"
|
||||
critical-section = { version = "1", features = ["restore-state-bool"] }
|
||||
bffs = { path = "../bffs" }
|
||||
bffs = { path = "../crates/bffs" }
|
||||
|
||||
Reference in New Issue
Block a user