display real time display fps

This commit is contained in:
2025-11-08 19:57:34 -07:00
parent ee0d2880bb
commit 60758f3cb5
4 changed files with 185 additions and 2 deletions

View File

@@ -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