mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user