Compare commits
2 commits
73233d2923
...
0736c70136
Author | SHA1 | Date | |
---|---|---|---|
0736c70136 | |||
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
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ fixed-macro = "1.2"
|
|||
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
embassy-executor = { version = "0.5.0", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers"] }
|
||||
embassy-executor = { version = "0.6.0", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers"] }
|
||||
embassy-futures = { version = "0.1.1" }
|
||||
embassy-usb-logger = { version = "0.1.0" }
|
||||
log = "0.4"
|
||||
|
|
Loading…
Reference in a new issue