mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
WIP pio pwm silence
This commit is contained in:
4
justfile
4
justfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user