diff options
| author | GhaithOueslati <[email protected]> | 2023-07-15 13:33:10 +0100 |
|---|---|---|
| committer | GhaithOueslati <[email protected]> | 2023-07-15 13:33:10 +0100 |
| commit | 5b076cb0ddb55e60ae24d1a0ae02b27baa5d84e5 (patch) | |
| tree | 1225ac9891869707d124508c774082eea3b3a980 | |
| parent | 3bae53306683a57020ba751afaf631ec169deeed (diff) | |
wpan: update `stm32wb-hci` to version 0.1.3
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 4 | ||||
| -rw-r--r-- | examples/stm32wb/Cargo.toml | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index 5141f9bd2..6142fd7d1 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -25,10 +25,10 @@ aligned = "0.4.1" | |||
| 25 | 25 | ||
| 26 | bit_field = "0.10.2" | 26 | bit_field = "0.10.2" |
| 27 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } | 27 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } |
| 28 | stm32wb-hci = { version = "0.1.2", features = ["version-5-0"], optional = true } | 28 | stm32wb-hci = { version = "0.1.3", optional = true } |
| 29 | 29 | ||
| 30 | [features] | 30 | [features] |
| 31 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt"] | 31 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci/defmt"] |
| 32 | 32 | ||
| 33 | ble = ["dep:stm32wb-hci"] | 33 | ble = ["dep:stm32wb-hci"] |
| 34 | mac = [] | 34 | mac = [] |
diff --git a/examples/stm32wb/Cargo.toml b/examples/stm32wb/Cargo.toml index 203ca1486..26e72991f 100644 --- a/examples/stm32wb/Cargo.toml +++ b/examples/stm32wb/Cargo.toml | |||
| @@ -37,7 +37,4 @@ required-features = ["mac"] | |||
| 37 | 37 | ||
| 38 | [[bin]] | 38 | [[bin]] |
| 39 | name = "eddystone_beacon" | 39 | name = "eddystone_beacon" |
| 40 | required-features = ["ble"] | 40 | required-features = ["ble"] \ No newline at end of file |
| 41 | |||
| 42 | [patch.crates-io] | ||
| 43 | stm32wb-hci = { git = "https://github.com/OueslatiGhaith/stm32wb-hci", rev = "9f663be"} \ No newline at end of file | ||
