Compare commits
2 commits
74815a78b6
...
78f14787b9
Author | SHA1 | Date | |
---|---|---|---|
78f14787b9 | |||
b13d0b0709 |
2 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ jobs:
|
|||
|
||||
- name: Build - debug
|
||||
run: |
|
||||
cargo build
|
||||
cargo build --target thumbv6m-none-eabi
|
||||
|
||||
- name: Build - release
|
||||
run: |
|
||||
cargo build --release
|
||||
cargo build --target thumbv6m-none-eabi --release
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ categories = ["embedded", "hardware-support", "no-std"]
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||
embassy-rp = { version = "0.2.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||
embassy-time = { version = "0.3.0" }
|
||||
cortex-m-rt = "0.7.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue