8000 esp32/partitions.csv: Rename to partitions-4MiB.csv. · micropython/micropython@410126e · GitHub
[go: up one dir, main page]

Skip to content

Commit 410126e

Browse files
committed
esp32/partitions.csv: Rename to partitions-4MiB.csv.
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>
1 parent 869dd18 commit 410126e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
22
CONFIG_PARTITION_TABLE_CUSTOM=y
3-
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-ota.csv"
3+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-4MiB-ota.csv"
44

55
# Reduce firmware size to fit in the OTA partition.
66
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y

ports/esp32/boards/sdkconfig.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ CONFIG_ULP_COPROC_RESERVE_MEM=2040
6767
# For cmake build
6868
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
6969
CONFIG_PARTITION_TABLE_CUSTOM=y
70-
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
70+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-4MiB.csv"
7171

7272
# To reduce iRAM usage
7373
CONFIG_ESP32_WIFI_IRAM_OPT=n
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
0