aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52810
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-01-09 11:41:00 +0100
committerUlf Lilleengen <[email protected]>2025-01-09 11:41:00 +0100
commit9d94d68a7f2c92dc306ea6864ef518b6e73d15ec (patch)
tree69a9fbdafefcac516e75276e33e629d6179e09b0 /examples/nrf52810
parentcd70c19ab5652fd58ad397ccef207298d52e66aa (diff)
Create embassy-nrf 0.3.1
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 d0590b559..bfeaf946f 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.6.1", path = "../../embassy-sync", features = ["defmt"] } 9embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["defmt"] }
10embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["task-arena-size-8192", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } 10embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["task-arena-size-8192", "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.3.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 = "0.3" 14defmt = "0.3"
15defmt-rtt = "0.4" 15defmt-rtt = "0.4"