From d1a363a7f82e015004d36499a4c4978471e9cd84 Mon Sep 17 00:00:00 2001 From: Li Shuai Date: Tue, 7 Nov 2023 21:30:51 +0800 Subject: [PATCH] fix(example): fixed app partition is too small for binary size --- examples/mesh/internal_communication/sdkconfig.defaults | 1 + examples/system/ota/advanced_https_ota/sdkconfig.ci.bluedroid | 1 + 2 files changed, 2 insertions(+) create mode 100644 examples/mesh/internal_communication/sdkconfig.defaults diff --git a/examples/mesh/internal_communication/sdkconfig.defaults b/examples/mesh/internal_communication/sdkconfig.defaults new file mode 100644 index 0000000000..4983b4dfe3 --- /dev/null +++ b/examples/mesh/internal_communication/sdkconfig.defaults @@ -0,0 +1 @@ +CONFIG_COMPILER_OPTIMIZATION_SIZE=y diff --git a/examples/system/ota/advanced_https_ota/sdkconfig.ci.bluedroid b/examples/system/ota/advanced_https_ota/sdkconfig.ci.bluedroid index 22530e86cf..66640a60ee 100644 --- a/examples/system/ota/advanced_https_ota/sdkconfig.ci.bluedroid +++ b/examples/system/ota/advanced_https_ota/sdkconfig.ci.bluedroid @@ -7,6 +7,7 @@ CONFIG_CTRL_BTDM_MODEM_SLEEP=y CONFIG_BT_GATTS_SEND_SERVICE_CHANGE_MANUAL=y CONFIG_BT_BTU_TASK_STACK_SIZE=4512 CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y +CONFIG_BT_STACK_NO_LOG=y # Partition Table CONFIG_PARTITION_TABLE_CUSTOM=y