feat(ble/controller): Added memory boundary check for ESP32-C6 and ESP32-H2

This commit is contained in:
Shen Weilong
2025-03-14 20:56:52 +08:00
parent 939a153844
commit 12c0cd63d3
10 changed files with 136 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
menu "HCI Config"
choice BT_LE_HCI_INTERFACE
prompt "HCI mode"
default BT_LE_HCI_INTERFACE_USE_RAM
@@ -444,6 +443,10 @@ menu "Controller debug features"
default n
help
Retain scene with GDB to capture info, requires disabling WDT (CONFIG_ESP_INT_WDT, CONFIG_ESP_TASK_WDT_EN).
config BT_LE_PTR_CHECK_ENABLED
bool "Enable boundary check for internal memory"
default n
endmenu
config BT_LE_LL_RESOLV_LIST_SIZE