partition_table: Add a "single factory app (large)" option for 1.5MB app size

Needed to build some examples in their default configurations (especially
ESP32-C3). Wasn't noticed until the CI checks for partition size were added.
This commit is contained in:
Angus Gratton
2021-04-12 17:29:49 +10:00
parent b45b817e6f
commit 920edd4e73
13 changed files with 116 additions and 38 deletions

View File

@@ -1 +1,7 @@
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
#
# Partition Table
#
# Leave some room for larger apps without needing to reduce other features
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y