mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-28 16:25:33 +00:00
Merge branch 'main' into nes
This commit is contained in:
4
justfile
4
justfile
@@ -1,7 +1,7 @@
|
||||
kernel-dev board:
|
||||
cargo run --bin kernel --features {{board}}
|
||||
cargo run --bin kernel --features {{board}} --features fps
|
||||
kernel-release-probe board:
|
||||
cargo run --bin kernel --profile release --features {{board}}
|
||||
cargo run --bin kernel --profile release --features {{board}} --features fps
|
||||
kernel-release board:
|
||||
cargo build --bin kernel --release --no-default-features --features {{board}}
|
||||
elf2uf2-rs -d target/thumbv8m.main-none-eabihf/release/kernel
|
||||
|
||||
Reference in New Issue
Block a user