Skip to content

Commit

Permalink
esp32/partitions.csv: Rename to partitions-4MiB.csv.
Browse files Browse the repository at this point in the history
To be consistent with the other partitions files (which have the "-
{2,8,16,32}MiB" suffix). Also renames partitions-ota.csv.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
  • Loading branch information
jimmo committed Aug 15, 2023
1 parent afd407a commit 96258d3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/esp32/boards/GENERIC/sdkconfig.ota
@@ -1,6 +1,6 @@
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-ota.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-4MiB-ota.csv"

# Reduce firmware size to fit in the OTA partition.
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
2 changes: 1 addition & 1 deletion ports/esp32/boards/sdkconfig.base
Expand Up @@ -67,7 +67,7 @@ CONFIG_ULP_COPROC_RESERVE_MEM=2040
# For cmake build
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-4MiB.csv"

# To reduce iRAM usage
CONFIG_ESP32_WIFI_IRAM_OPT=n
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 96258d3

Please sign in to comment.