From 3eae4e9e34beee992f7d1a513b69d2af15c94093 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sat, 9 Dec 2023 11:39:31 +0100 Subject: [PATCH] Fix rust-toolchain.toml --- Cargo.toml | 8 -------- rust-toolchain.toml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e04ee368..4c1988d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 672e30b7..fa481889 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "nightly" # components = ["rustfmt", "llvm-tools"] -targets = ["thumbv7em-none-eabihf"] +# targets = ["thumbv7em-none-eabihf"]