Bluetooth: drivers: Convert Ambiq Apollo driver to new API

Convert the Ambiq Apollo HCI driver to the new HCI API.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
Johan Hedberg 2024-05-26 13:24:46 +03:00 committed by Anas Nashif
commit 130ae9e120
13 changed files with 49 additions and 32 deletions

View file

@ -15,6 +15,7 @@
zephyr,shell-uart = &uart0;
zephyr,uart-pipe = &uart0;
zephyr,flash-controller = &flash;
zephyr,bt_hci = &bt_hci_apollo;
};
aliases {

View file

@ -15,6 +15,7 @@
zephyr,shell-uart = &uart0;
zephyr,uart-pipe = &uart0;
zephyr,flash-controller = &flash;
zephyr,bt_hci = &bt_hci_apollo;
};
aliases {

View file

@ -9,9 +9,6 @@ if BT
config MAIN_STACK_SIZE
default 2048
config BT_AMBIQ_HCI
default y
config BT_BUF_ACL_TX_COUNT
default 14

View file

@ -15,6 +15,7 @@
zephyr,shell-uart = &uart0;
zephyr,uart-pipe = &uart0;
zephyr,flash-controller = &flash;
zephyr,bt-hci = &bt_hci_apollo;
};
aliases {