aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-07-15 14:18:01 -0500
committerxoviat <[email protected]>2023-07-15 14:18:01 -0500
commit8a146a50ecd9168b2c856532b6f167e5b39433bb (patch)
treecd343e5a6283bd64a7fca130b0aaa9587bcc1eff /embassy-stm32-wpan/Cargo.toml
parentf90b170dad91848d5a0ff746d873bd8a4ce7e91f (diff)
parent0bde4992ea1b9f662fecaf062b1f6e09dd909112 (diff)
Merge branch 'master' into mac-3
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
-rw-r--r--embassy-stm32-wpan/Cargo.toml5
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
26bit_field = "0.10.2" 26bit_field = "0.10.2"
27stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } 27stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }
28stm32wb-hci = { version = "0.1.2", features = ["version-5-0"], optional = true } 28stm32wb-hci = { version = "0.1.3", optional = true }
29bitflags = { version = "2.3.3", optional = true } 29bitflags = { version = "2.3.3", optional = true }
30 30
31[features] 31[features]
32default = [] 32defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci?/defmt"]
33defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt"]
34 33
35ble = ["dep:stm32wb-hci"] 34ble = ["dep:stm32wb-hci"]
36mac = ["dep:bitflags"] 35mac = ["dep:bitflags"]