aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52810
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-14 11:50:13 +0200
committerUlf Lilleengen <[email protected]>2025-07-14 11:50:13 +0200
commitc7e33b28b8134662a0e0cf3e7215a78a00b2f1dd (patch)
treeafb606d0e76d2f17644328c013095006ffb48a52 /examples/nrf52810
parenta7ffa44a08cfd8daf054c555056ab10360593840 (diff)
Revert "chore: update to `embassy-nrf` v0.4.0"
This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
Diffstat (limited to 'examples/nrf52810')
-rw-r--r--examples/nrf52810/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf52810/Cargo.toml b/examples/nrf52810/Cargo.toml
index 548a16c8d..87da89efe 100644
--- a/examples/nrf52810/Cargo.toml
+++ b/examples/nrf52810/Cargo.toml
@@ -9,7 +9,7 @@ embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
9embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] } 9embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] }
10embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } 10embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] }
11embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } 11embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
12embassy-nrf = { version = "0.4.0", path = "../../embassy-nrf", features = ["defmt", "nrf52810", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] } 12embassy-nrf = { version = "0.3.1", path = "../../embassy-nrf", features = ["defmt", "nrf52810", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] }
13 13
14defmt = "1.0.1" 14defmt = "1.0.1"
15defmt-rtt = "1.0.0" 15defmt-rtt = "1.0.0"