components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller

This commit is contained in:
baohongde
2021-09-16 15:57:57 +08:00
parent eb176c3453
commit b310c062cd
72 changed files with 34 additions and 78 deletions

View File

@@ -411,6 +411,12 @@ config BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD
If you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it
may cause adv packets lost more.
config BTDM_RESERVE_DRAM
hex
default 0xdb5c if BT_ENABLED
default 0
config BTDM_CTRL_HLI
bool "High level interrupt"
depends on BT_ENABLED