mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Fixed the bluedroid hci crash due insufficient memory on ESP32C2
This commit is contained in:
committed by
Shen Weilong
parent
885e501d99
commit
699dde8a38
@@ -207,7 +207,7 @@ menu "Memory Settings"
|
||||
|
||||
config BT_LE_ACL_BUF_COUNT
|
||||
int "ACL Buffer count"
|
||||
default 24
|
||||
default 10
|
||||
help
|
||||
The number of ACL data buffers.
|
||||
|
||||
@@ -381,5 +381,11 @@ choice BT_LE_WAKEUP_SOURCE
|
||||
bool "Use ESP timer to wakeup CPU"
|
||||
help
|
||||
Use esp timer to wakeup CPU
|
||||
|
||||
endchoice
|
||||
|
||||
config BT_LE_USE_ESP_TIMER
|
||||
bool "Use Esp Timer for callout"
|
||||
depends on !BT_NIMBLE_ENABLED
|
||||
default y
|
||||
help
|
||||
Set this option to use Esp Timer which has higher priority timer instead of FreeRTOS timer
|
||||
|
||||
Reference in New Issue
Block a user