stm32/wpan: add ble, mac features and cleanup

This commit is contained in:
xoviat
2023-06-18 09:43:07 -05:00
parent 7177e7ea1a
commit 39334f7280
3 changed files with 7 additions and 35 deletions

View File

@ -27,6 +27,9 @@ bit_field = "0.10.2"
[features]
defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt"]
ble = []
mac = []
stm32wb10cc = [ "embassy-stm32/stm32wb10cc" ]
stm32wb15cc = [ "embassy-stm32/stm32wb15cc" ]
stm32wb30ce = [ "embassy-stm32/stm32wb30ce" ]