drivers/bluetooth/hci: Implement HCI driver for stm32wb
Implement HCI driver for STM32WB. It allows host to controller. It is based on ST library allowing communication over RAM shared bewteen chip's C-M4 and C-M0 cores. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
a2d66d7cc9
commit
3d9416bfed
6 changed files with 408 additions and 1 deletions
|
@ -44,6 +44,13 @@ config BT_SPI
|
|||
additional platform specific knowledge may need to be added as
|
||||
devices are.
|
||||
|
||||
config BT_STM32_IPM
|
||||
bool "IPM HCI"
|
||||
select USE_STM32_HAL_CORTEX
|
||||
select HAS_STLIB
|
||||
help
|
||||
TODO
|
||||
|
||||
config BT_USERCHAN
|
||||
bool "HCI User Channel based driver"
|
||||
depends on BOARD_NATIVE_POSIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue