Merge branch 'feat/adapt_uhci_code_260824_v6.0' into 'release/v6.0'

refactor(hci): switch HCI UART DMA transport to UHCI driver APIs (6.0)

See merge request espressif/esp-idf!52160
This commit is contained in:
Island
2026-09-04 17:58:17 +08:00
3 changed files with 357 additions and 453 deletions

View File

@@ -119,11 +119,16 @@ menu "HCI Config"
The amount of rx memory received at the same time
config BT_LE_HCI_LLDESCS_POOL_NUM
int "The amount of lldecs memory for driver dma mode"
int "The amount of lldecs memory for driver dma mode (Deprecated)"
depends on BT_LE_UART_HCI_DMA_MODE
default 20
warning "This option is deprecated and is no longer used"
help
The amount of lldecs memory for driver dma mode
The amount of lldecs memory for driver dma mode.
Deprecated: this option is no longer used after HCI UART DMA
switched to UHCI driver APIs, and will be removed in a future release.
endmenu
config BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT

View File

@@ -119,11 +119,15 @@ menu "HCI Config"
The amount of rx memory received at the same time
config BT_LE_HCI_LLDESCS_POOL_NUM
int "The amount of lldecs memory for driver dma mode"
int "The amount of lldecs memory for driver dma mode (Deprecated)"
depends on BT_LE_UART_HCI_DMA_MODE
default 20
warning "This option is deprecated and is no longer used"
help
The amount of lldecs memory for driver dma mode
The amount of lldecs memory for driver dma mode.
Deprecated: this option is no longer used after HCI UART DMA
switched to UHCI driver APIs, and will be removed in a future release.
endmenu
config BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT