commit | b7b606bdafe32b9606405bbe84c189f8b9f68f35 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@gmail.com> | Sat Jun 01 11:16:17 2024 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 11 19:42:49 2024 -0400 |
tree | 7e059d28225120bb2241bf7da52795e6af674062 | |
parent | 5a09c17746bf5441de5e2b7df590a4b64ce1446c [diff] |
Bluetooth: drivers: Convert ST STM32WBA driver to new API Convert the hci_stm32wba.c driver to the new HCI API. Unlike in most cases, the devicetree node is already enabled on the SoC level (rather than board level). This is in order to mirror how the Kconfig option was originally enabled, i.e. on the SoC level. Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>