Skip to content

Commit 74eff52

Browse files
committed
fix: build regression in the test application
Regression from bb6da46. Disabling relevant config until further debug.
1 parent f19e8e6 commit 74eff52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/test_apps/configs/sdkconfig.flash_auto_suspend_iram_reduction

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ CONFIG_I2C_MASTER_ISR_HANDLER_IN_IRAM=n
3232
CONFIG_GDMA_ISR_HANDLER_IN_IRAM=n
3333

3434
# BT
35-
CONFIG_BT_CTRL_RUN_IN_FLASH_ONLY=y
35+
# Enabling following config causes a build failures for some targets
36+
# Disabling until this is fixed
37+
# CONFIG_BT_CTRL_RUN_IN_FLASH_ONLY=y
3638

3739
# System
3840
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y

0 commit comments

Comments
 (0)