Skip to content

Commit 80ba64e

Browse files
committed
feat(example): update examples to latest API, use TrouBLE
Signed-off-by: Haobo Gu <[email protected]>
1 parent 43b76a5 commit 80ba64e

File tree

71 files changed

+5404
-2726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+5404
-2726
lines changed

examples/use_config/esp32c3_ble/Cargo.lock

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/esp32c3_ble/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rmk = { path = "../../../rmk", default-features = false, features = [
1616
"log",
1717
"storage",
1818
] }
19-
embassy-executor = { version = "0.7.0", features = ["task-arena-size-32768"] }
19+
embassy-executor = { version = "0.7.0" }
2020
esp-backtrace = { version = "0.15", features = [
2121
"esp32c3",
2222
"exception-handler",
@@ -68,3 +68,6 @@ esp-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f4
6868
esp-hal-embassy = { git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8" }
6969
esp-alloc = { git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8" }
7070
esp-println = { git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8" }
71+
embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", rev = "954d155" }
72+
embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", rev = "954d155" }
73+
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", rev = "954d155" }

0 commit comments

Comments
 (0)