Skip to content

Commit 3d5068c

Browse files
bugadaniDirbaio
authored andcommitted
Remove bluetooth example and trouble dependencies
1 parent be9b8f8 commit 3d5068c

File tree

3 files changed

+2
-160
lines changed

3 files changed

+2
-160
lines changed

examples/rp/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ embassy-net = { version = "0.5.0", path = "../../embassy-net", features = ["defm
1616
embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] }
1717
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
1818
embassy-usb-logger = { version = "0.2.0", path = "../../embassy-usb-logger" }
19-
cyw43 = { version = "0.2.0", path = "../../cyw43", features = ["defmt", "firmware-logs", "bluetooth"] }
19+
cyw43 = { version = "0.2.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
2020
cyw43-pio = { version = "0.2.0", path = "../../cyw43-pio", features = ["defmt"] }
2121

2222
defmt = "0.3"
@@ -60,9 +60,6 @@ pio = "0.2.1"
6060
rand = { version = "0.8.5", default-features = false }
6161
embedded-sdmmc = "0.7.0"
6262

63-
bt-hci = { version = "0.1.0", default-features = false, features = ["defmt"] }
64-
trouble-host = { version = "0.1.0", features = ["defmt", "gatt"] }
65-
6663
[profile.release]
6764
debug = 2
6865
lto = true
@@ -74,7 +71,6 @@ lto = true
7471
opt-level = "z"
7572

7673
[patch.crates-io]
77-
trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" }
7874
embassy-executor = { path = "../../embassy-executor" }
7975
embassy-sync = { path = "../../embassy-sync" }
8076
embassy-futures = { path = "../../embassy-futures" }

examples/rp/src/bin/bluetooth.rs

Lines changed: 0 additions & 150 deletions
This file was deleted.

examples/rp23/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ embassy-net = { version = "0.5.0", path = "../../embassy-net", features = ["defm
1616
embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] }
1717
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
1818
embassy-usb-logger = { version = "0.2.0", path = "../../embassy-usb-logger" }
19-
cyw43 = { version = "0.2.0", path = "../../cyw43", features = ["defmt", "firmware-logs", "bluetooth"] }
19+
cyw43 = { version = "0.2.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
2020
cyw43-pio = { version = "0.2.0", path = "../../cyw43-pio", features = ["defmt"] }
2121

2222
defmt = "0.3"
@@ -60,9 +60,6 @@ pio = "0.2.1"
6060
rand = { version = "0.8.5", default-features = false }
6161
embedded-sdmmc = "0.7.0"
6262

63-
bt-hci = { version = "0.1.0", default-features = false, features = ["defmt"] }
64-
trouble-host = { version = "0.1.0", features = ["defmt", "gatt"] }
65-
6663
[profile.release]
6764
debug = 2
6865

@@ -71,7 +68,6 @@ lto = true
7168
opt-level = "z"
7269

7370
[patch.crates-io]
74-
trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" }
7571
embassy-executor = { path = "../../embassy-executor" }
7672
embassy-sync = { path = "../../embassy-sync" }
7773
embassy-futures = { path = "../../embassy-futures" }

0 commit comments

Comments
 (0)