Compare commits
2 commits
617504ea80
...
4caf7af44a
Author | SHA1 | Date | |
---|---|---|---|
4caf7af44a | |||
9cf18bf48d |
2 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,7 @@ 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-futures = { version = "0.1.1" }
|
||||
embassy-usb-logger = { version = "0.1.0" }
|
||||
embassy-usb-logger = { version = "0.2.0" }
|
||||
log = "0.4"
|
||||
|
||||
[[example]]
|
||||
|
|
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[toolchain]
|
||||
components = [ "rust-src", "rustfmt", "llvm-tools" ]
|
||||
targets = ["thumbv6m-none-eabi"]
|
Loading…
Reference in a new issue