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:
Erwan Gouriou 2019-02-27 14:19:25 +01:00 committed by Anas Nashif
commit 3d9416bfed
6 changed files with 408 additions and 1 deletions

View file

@ -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