Bluetooth: drivers: Convert STM32 IPM driver to new API

Convert the ipm_stm32wb.c HCI driver to the new HCI driver API.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
Johan Hedberg 2024-06-01 16:25:48 +03:00 committed by Anas Nashif
commit 501e7158a8
4 changed files with 43 additions and 18 deletions

View file

@ -59,6 +59,8 @@ config BT_SPI
config BT_STM32_IPM
bool "IPM HCI"
default y
depends on DT_HAS_ST_STM32WB_RF_ENABLED
select USE_STM32_HAL_CORTEX
select HAS_STM32LIB
help