WIP pio pwm silence

This commit is contained in:
2025-11-18 19:20:27 -07:00
parent 13eb1eb75c
commit 8d3fb0b5bc
3 changed files with 39 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
target := "thumbv8m.main-none-eabihf"
kernel-dev board:
cargo run --bin kernel --features {{board}} --features fps
cargo run --bin kernel --features {{board}} --features fps --features defmt
kernel-release-probe board:
cargo run --bin kernel --profile release --features {{board}} --features fps
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/{{target}}/release/kernel