diff --git a/examples/bluetooth/nimble/bleprph_wifi_coex/sdkconfig.defaults.esp32 b/examples/bluetooth/nimble/bleprph_wifi_coex/sdkconfig.defaults.esp32 new file mode 100644 index 0000000000..4c6ba92505 --- /dev/null +++ b/examples/bluetooth/nimble/bleprph_wifi_coex/sdkconfig.defaults.esp32 @@ -0,0 +1,4 @@ +# Place FreeRTOS functions into flash to save some IRAM on the ESP32 +CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y +# Use the SINGLE_APP_LARGE partition to ensure the partition has enough space for the ESP32 build +CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y diff --git a/examples/provisioning/wifi_prov_mgr/sdkconfig.defaults.esp32 b/examples/provisioning/wifi_prov_mgr/sdkconfig.defaults.esp32 new file mode 100644 index 0000000000..baa01a02eb --- /dev/null +++ b/examples/provisioning/wifi_prov_mgr/sdkconfig.defaults.esp32 @@ -0,0 +1,2 @@ +# Place FreeRTOS functions into flash to save some IRAM on the ESP32 +CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y