diff options
| author | xoviat <[email protected]> | 2023-07-15 14:18:01 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-15 14:18:01 -0500 |
| commit | 8a146a50ecd9168b2c856532b6f167e5b39433bb (patch) | |
| tree | cd343e5a6283bd64a7fca130b0aaa9587bcc1eff /embassy-stm32-wpan/Cargo.toml | |
| parent | f90b170dad91848d5a0ff746d873bd8a4ce7e91f (diff) | |
| parent | 0bde4992ea1b9f662fecaf062b1f6e09dd909112 (diff) | |
Merge branch 'master' into mac-3
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index 91540321f..868bffe74 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -25,12 +25,11 @@ 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 | bitflags = { version = "2.3.3", optional = true } | 29 | bitflags = { version = "2.3.3", optional = true } |
| 30 | 30 | ||
| 31 | [features] | 31 | [features] |
| 32 | default = [] | 32 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci?/defmt"] |
| 33 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt"] | ||
| 34 | 33 | ||
| 35 | ble = ["dep:stm32wb-hci"] | 34 | ble = ["dep:stm32wb-hci"] |
| 36 | mac = ["dep:bitflags"] | 35 | mac = ["dep:bitflags"] |
