add new hardware peripheral
This commit is contained in:
12
justfile
12
justfile
@@ -45,10 +45,22 @@ run-blinky:
|
||||
cargo build -p blinky-basic
|
||||
probe-rs run --chip {{chip}} target/{{target}}/debug/blinky-basic
|
||||
|
||||
run-timer:
|
||||
cargo build -p blinky-timer
|
||||
probe-rs run --chip {{chip}} target/{{target}}/debug/blinky-timer
|
||||
|
||||
run-button:
|
||||
cargo build -p button-input
|
||||
probe-rs run --chip {{chip}} target/{{target}}/debug/button-input
|
||||
|
||||
run-embassy-blinky:
|
||||
cargo build -p embassy-blinky
|
||||
probe-rs run --chip {{chip}} target/{{target}}/debug/embassy-blinky
|
||||
|
||||
run-embassy-button:
|
||||
cargo build -p embassy-button
|
||||
probe-rs run --chip {{chip}} target/{{target}}/debug/embassy-button
|
||||
|
||||
fmt:
|
||||
cargo fmt --all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user