mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
display real time display fps
This commit is contained in:
2
justfile
2
justfile
@@ -1,5 +1,5 @@
|
||||
kernel-dev board:
|
||||
cargo run --bin kernel --features {{board}}
|
||||
cargo run --bin kernel --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