Skip to content

Commit 999d094

Browse files
Add the Partition Scheme Menu to HELTEC LoRa32 V1 (espressif#7362)
* Add the Partition Scheme Menu to HELTEC LoRa32 V1 This is missing from many boards, i may add that to all of them * reordered heltec_wifi_lora_32 partition options Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
1 parent 1163e8a commit 999d094

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

boards.txt

+25
Original file line numberDiff line numberDiff line change
@@ -11416,6 +11416,31 @@ heltec_wifi_lora_32.build.boot=dio
1141611416
heltec_wifi_lora_32.build.partitions=default
1141711417
heltec_wifi_lora_32.build.defines=-D{build.band} -DLoRaWAN_DEBUG_LEVEL={build.LoRaWanDebugLevel} -DACTIVE_REGION=LORAMAC_{build.band} {build.psram}
1141811418

11419+
heltec_wifi_lora_32.menu.PartitionScheme.default=Regular 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
11420+
heltec_wifi_lora_32.menu.PartitionScheme.default.build.partitions=default
11421+
heltec_wifi_lora_32.menu.PartitionScheme.defaultffat=Regular 4MB with ffat (1.2MB APP/1.5MB FATFS)
11422+
heltec_wifi_lora_32.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
11423+
heltec_wifi_lora_32.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
11424+
heltec_wifi_lora_32.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
11425+
heltec_wifi_lora_32.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
11426+
heltec_wifi_lora_32.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
11427+
heltec_wifi_lora_32.menu.PartitionScheme.minimal.build.partitions=minimal
11428+
heltec_wifi_lora_32.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
11429+
heltec_wifi_lora_32.menu.PartitionScheme.huge_app.build.partitions=huge_app
11430+
heltec_wifi_lora_32.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
11431+
heltec_wifi_lora_32.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
11432+
heltec_wifi_lora_32.menu.PartitionScheme.no_ota.build.partitions=no_ota
11433+
heltec_wifi_lora_32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
11434+
heltec_wifi_lora_32.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
11435+
heltec_wifi_lora_32.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
11436+
heltec_wifi_lora_32.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
11437+
heltec_wifi_lora_32.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
11438+
heltec_wifi_lora_32.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
11439+
heltec_wifi_lora_32.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
11440+
heltec_wifi_lora_32.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
11441+
heltec_wifi_lora_32.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
11442+
heltec_wifi_lora_32.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
11443+
1141911444
heltec_wifi_lora_32.menu.PSRAM.disabled=Disabled
1142011445
heltec_wifi_lora_32.menu.PSRAM.disabled.build.psram=
1142111446
heltec_wifi_lora_32.menu.PSRAM.disabled.build.extra_libs=

0 commit comments

Comments
 (0)