Skip to content

Commit

Permalink
Fix rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Dec 9, 2023
1 parent a3c3838 commit 3eae4e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,20 +152,12 @@ codegen-units = 256
imxrt-rt = { workspace = true }
menu = "0.4.0"
rtic = { version = "2.0.1", features = ["thumbv7-backend"] }
rtic-monotonics = { version = "1.4.1", features = [
"cortex-m-systick",
"embedded-hal-async",
] }
log = "0.4"
defmt = "0.3"
pin-utils = "0.1"
usb-device = { version = "0.2", features = ["test-class-high-speed"] }
usbd-serial = "0.1"
usbd-hid = "0.6"
embedded-hal-bus = { version = "0.1.0-rc.1", features = ["async"] }
teensy4-bsp = "0.4.5"
imxrt-uart-panic = "0.1.2"
teensy4-panic = "0.2.3"

[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies]
board = { path = "board" }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly"
# components = ["rustfmt", "llvm-tools"]
targets = ["thumbv7em-none-eabihf"]
# targets = ["thumbv7em-none-eabihf"]

0 comments on commit 3eae4e9

Please sign in to comment.