aboutsummaryrefslogtreecommitdiff
path: root/examples/mimxrt1011/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mimxrt1011/Cargo.toml')
-rw-r--r--examples/mimxrt1011/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/mimxrt1011/Cargo.toml b/examples/mimxrt1011/Cargo.toml
index 49d628811..488f3167b 100644
--- a/examples/mimxrt1011/Cargo.toml
+++ b/examples/mimxrt1011/Cargo.toml
@@ -11,11 +11,11 @@ cortex-m-rt = "0.7.3"
11defmt = "1.0.1" 11defmt = "1.0.1"
12defmt-rtt = "1.0.0" 12defmt-rtt = "1.0.0"
13 13
14embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } 14embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] }
15embassy-futures = { version = "0.1.1", path = "../../embassy-futures" } 15embassy-futures = { version = "0.1.2", path = "../../embassy-futures" }
16embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["defmt", "mimxrt1011", "unstable-pac", "time-driver-pit"] } 16embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["defmt", "mimxrt1011", "unstable-pac", "time-driver-pit"] }
17embassy-time = { version = "0.4", path = "../../embassy-time", features = ["defmt", ] } # "defmt-timestamp-uptime" # RT1011 hard faults currently with this enabled. 17embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", ] } # "defmt-timestamp-uptime" # RT1011 hard faults currently with this enabled.
18embassy-sync = { version = "0.7.1", path = "../../embassy-sync", features = ["defmt"] } 18embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = ["defmt"] }
19embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 19embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
20embedded-hal-async = "1.0.0" 20embedded-hal-async = "1.0.0"
21 21