Bluetooth: drivers: Convert ESP32 HCI driver to new API
Convert the hci_esp32.c HCI driver to the new HCI driver API. Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
parent
e7637413b6
commit
8953b4eb63
62 changed files with 195 additions and 100 deletions
|
@ -12,9 +12,6 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
|
|||
default 40960 if BT
|
||||
default 4096
|
||||
|
||||
config BT_ESP32
|
||||
default y if BT
|
||||
|
||||
endif # BOARD_ESP32S3_DEVKITM_ESP32S3_PROCPU
|
||||
|
||||
if BOARD_ESP32S3_DEVKITM_ESP32S3_APPCPU
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
zephyr,shell-uart = &uart0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
zephyr,bt-hci = &esp32_bt_hci;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
@ -172,3 +173,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&esp32_bt_hci {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue