forked from espressif/esp-idf
fix: fixed occasional wdt issue in multi-connection scenarios on ESP32H2
This commit is contained in:
@@ -343,12 +343,12 @@ config BT_LE_CONTROLLER_LOG_DUMP_ONLY
|
|||||||
Only operate in dump mode
|
Only operate in dump mode
|
||||||
|
|
||||||
config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
|
config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
|
||||||
bool "Storage ble controller log to flash(experimental)"
|
bool "Store ble controller logs to flash(Experimental)"
|
||||||
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
|
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
|
||||||
depends on BT_LE_CONTROLLER_LOG_ENABLED
|
depends on BT_LE_CONTROLLER_LOG_ENABLED
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Storage ble controller log to flash.
|
Store ble controller logs to flash memory.
|
||||||
|
|
||||||
config BT_LE_CONTROLLER_LOG_PARTITION_SIZE
|
config BT_LE_CONTROLLER_LOG_PARTITION_SIZE
|
||||||
int "size of ble controller log partition(Multiples of 4K)"
|
int "size of ble controller log partition(Multiples of 4K)"
|
||||||
|
@@ -334,12 +334,12 @@ config BT_LE_CONTROLLER_LOG_DUMP_ONLY
|
|||||||
Only operate in dump mode
|
Only operate in dump mode
|
||||||
|
|
||||||
config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
|
config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
|
||||||
bool "Storage ble controller log to flash(experimental)"
|
bool "Store ble controller logs to flash(Experimental)"
|
||||||
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
|
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
|
||||||
depends on BT_LE_CONTROLLER_LOG_ENABLED
|
depends on BT_LE_CONTROLLER_LOG_ENABLED
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Storage ble controller log to flash.
|
Store ble controller logs to flash memory.
|
||||||
|
|
||||||
config BT_LE_CONTROLLER_LOG_PARTITION_SIZE
|
config BT_LE_CONTROLLER_LOG_PARTITION_SIZE
|
||||||
int "size of ble controller log partition(Multiples of 4K)"
|
int "size of ble controller log partition(Multiples of 4K)"
|
||||||
|
Submodule components/bt/controller/lib_esp32c6/esp32c6-bt-lib updated: 2085541b6e...3396205d48
Reference in New Issue
Block a user