aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840-rtic/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-01-06 09:22:09 +0100
committerUlf Lilleengen <[email protected]>2025-01-06 09:22:09 +0100
commitde27d9cd00f4b1bfe8eeda5bc2cdfc6fde746e47 (patch)
treed7aebe41ea50c95b4108ec49d7189ef91e0139ae /examples/nrf52840-rtic/Cargo.toml
parent953288f5c831e7048d38479db8f43cd8126807dd (diff)
Update cyw43, nrf, rp hals and embassy-boot
Diffstat (limited to 'examples/nrf52840-rtic/Cargo.toml')
-rw-r--r--examples/nrf52840-rtic/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf52840-rtic/Cargo.toml b/examples/nrf52840-rtic/Cargo.toml
index 00dfe9d80..9703218a1 100644
--- a/examples/nrf52840-rtic/Cargo.toml
+++ b/examples/nrf52840-rtic/Cargo.toml
@@ -11,7 +11,7 @@ embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
11embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["defmt"] } 11embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["defmt"] }
12embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt", "defmt-timestamp-uptime"] } 12embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt", "defmt-timestamp-uptime"] }
13embassy-time-queue-utils = { version = "0.1", path = "../../embassy-time-queue-utils", features = ["generic-queue-8"] } 13embassy-time-queue-utils = { version = "0.1", path = "../../embassy-time-queue-utils", features = ["generic-queue-8"] }
14embassy-nrf = { version = "0.2.0", path = "../../embassy-nrf", features = [ "defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] } 14embassy-nrf = { version = "0.3.0", path = "../../embassy-nrf", features = [ "defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] }
15 15
16defmt = "0.3" 16defmt = "0.3"
17defmt-rtt = "0.4" 17defmt-rtt = "0.4"