aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCaleb Garrett <[email protected]>2024-02-04 17:24:11 -0500
committerGitHub <[email protected]>2024-02-04 17:24:11 -0500
commite1f6f4b31d3c8e4b892b6277fe1f53a85d0f456c (patch)
tree2f60bff5c7dbc39d39435d8f23beae48411875f7 /examples
parenta260c0a701b0385691b57a22a19d86d7ce4788b8 (diff)
parentfc8b1646e741aa525d6188d61fa1dddb32f94217 (diff)
Merge branch 'main' into hash
Diffstat (limited to 'examples')
-rw-r--r--examples/nrf51/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf51/Cargo.toml b/examples/nrf51/Cargo.toml
index d1e919a33..06c3d20cb 100644
--- a/examples/nrf51/Cargo.toml
+++ b/examples/nrf51/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
7[dependencies] 7[dependencies]
8embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["task-arena-size-4096", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] } 8embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["task-arena-size-4096", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
9embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } 9embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
10embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf51", "time-driver-rtc1", "unstable-pac", "time", "rt"] } 10embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf51", "gpiote", "time-driver-rtc1", "unstable-pac", "time", "rt"] }
11 11
12defmt = "0.3" 12defmt = "0.3"
13defmt-rtt = "0.4" 13defmt-rtt = "0.4"