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:
parent
eddac27c4e
commit
130ae9e120
13 changed files with 49 additions and 32 deletions
|
@ -15,6 +15,7 @@
|
|||
zephyr,shell-uart = &uart0;
|
||||
zephyr,uart-pipe = &uart0;
|
||||
zephyr,flash-controller = &flash;
|
||||
zephyr,bt_hci = &bt_hci_apollo;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
zephyr,shell-uart = &uart0;
|
||||
zephyr,uart-pipe = &uart0;
|
||||
zephyr,flash-controller = &flash;
|
||||
zephyr,bt_hci = &bt_hci_apollo;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
zephyr,shell-uart = &uart0;
|
||||
zephyr,uart-pipe = &uart0;
|
||||
zephyr,flash-controller = &flash;
|
||||
zephyr,bt-hci = &bt_hci_apollo;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue