From 74eff52e2e5f5c427b5ffd8643d265b843945937 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 28 Apr 2025 20:59:22 +0530 Subject: [PATCH] fix: build regression in the test application Regression from bb6da46ccdbb8c9c781039a7448d9e74c41787ca. Disabling relevant config until further debug. --- .../configs/sdkconfig.flash_auto_suspend_iram_reduction | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/test_apps/configs/sdkconfig.flash_auto_suspend_iram_reduction b/tools/test_apps/configs/sdkconfig.flash_auto_suspend_iram_reduction index 4f2f56ff3f..1dc627ce6c 100644 --- a/tools/test_apps/configs/sdkconfig.flash_auto_suspend_iram_reduction +++ b/tools/test_apps/configs/sdkconfig.flash_auto_suspend_iram_reduction @@ -32,7 +32,9 @@ CONFIG_I2C_MASTER_ISR_HANDLER_IN_IRAM=n CONFIG_GDMA_ISR_HANDLER_IN_IRAM=n # BT -CONFIG_BT_CTRL_RUN_IN_FLASH_ONLY=y +# Enabling following config causes a build failures for some targets +# Disabling until this is fixed +# CONFIG_BT_CTRL_RUN_IN_FLASH_ONLY=y # System CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y