mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-28 00:05:28 +00:00
runnintg
This commit is contained in:
4
justfile
4
justfile
@@ -1,5 +1,7 @@
|
||||
kernel-dev board:
|
||||
cargo run --bin kernel --features {{board}}
|
||||
kernel-release-probe board:
|
||||
cargo run --bin kernel --profile release --features {{board}}
|
||||
kernel-release board:
|
||||
cargo build --bin kernel --release --no-default-features --features {{board}}
|
||||
elf2uf2-rs -d target/thumbv8m.main-none-eabihf/release/kernel
|
||||
@@ -37,4 +39,4 @@ userapps: cbindgen
|
||||
just userapp snake
|
||||
just userapp gallery
|
||||
just userapp gif
|
||||
just userapp nes
|
||||
just userapp gboy
|
||||
|
||||
Reference in New Issue
Block a user