aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-09-26 11:00:26 +0200
committerUlf Lilleengen <[email protected]>2025-09-26 11:00:26 +0200
commit0cb88e7daf2cb46b9f6e06905b3d0113bb8dd643 (patch)
treef2de7e2e98992ec62414f572fc3cc6b8b5f0af59
parent70ad2c448254e808252ac94c8f0fe4d436038909 (diff)
fix: update bt-hci to 0.6
Fixes an issue for controllers that emit unexpected command complete events.
-rw-r--r--cyw43/CHANGELOG.md2
-rw-r--r--cyw43/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md
index dcf84b9ba..5c77b7093 100644
--- a/cyw43/CHANGELOG.md
+++ b/cyw43/CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- Updated documentation for Control::join() #4678 11- Updated documentation for Control::join() #4678
12- Bump bt-hci to 0.5.0. 12- Bump bt-hci to 0.6.0.
13- Add error handling to HCI transport implementation. 13- Add error handling to HCI transport implementation.
14 14
15## 0.5.0 - 2025-08-28 15## 0.5.0 - 2025-08-28
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 0d0c26089..c59c15a71 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -36,7 +36,7 @@ heapless = "0.8.0"
36 36
37# Bluetooth deps 37# Bluetooth deps
38embedded-io-async = { version = "0.6.0", optional = true } 38embedded-io-async = { version = "0.6.0", optional = true }
39bt-hci = { version = "0.5.0", optional = true } 39bt-hci = { version = "0.6.0", optional = true }
40 40
41[package.metadata.embassy] 41[package.metadata.embassy]
42build = [ 42build = [