Merge branch 'main' into nes

This commit is contained in:
2025-11-09 14:26:39 -07:00
18 changed files with 751 additions and 350 deletions

View File

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