summaryrefslogtreecommitdiff
path: root/sdkconfig.common
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-08-09 14:19:59 +1000
committerjacqueline <me@jacqueline.id.au>2024-08-09 14:19:59 +1000
commit3d7b005dc98235899d1a9ae5a74bf11d916028b9 (patch)
treea77275abad55f795d43c3c04d12bf1ec8b9e1a19 /sdkconfig.common
parent5d390c821a7fdddec5eb24a7a3a08bf8bf4be1cc (diff)
downloadtangara-fw-3d7b005dc98235899d1a9ae5a74bf11d916028b9.tar.gz
Experiment with putting BT stack allocs in internal ram
Diffstat (limited to 'sdkconfig.common')
-rw-r--r--sdkconfig.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdkconfig.common b/sdkconfig.common
index 4620eebc..9da0787f 100644
--- a/sdkconfig.common
+++ b/sdkconfig.common
@@ -14,8 +14,8 @@ CONFIG_BT_CLASSIC_ENABLED=y
CONFIG_BT_A2DP_ENABLE=y
# CONFIG_BT_BLE_ENABLED is not set
CONFIG_BT_STACK_NO_LOG=y
+CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
CONFIG_BTC_TASK_STACK_SIZE=4096
-CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
CONFIG_SPI_MASTER_IN_IRAM=y
# CONFIG_SPI_SLAVE_ISR_IN_IRAM is not set