@@ -6,6 +6,7 @@ menu.FlashSize=Flash Size
66menu.PartitionScheme=Partition Scheme
77menu.DebugLevel=Core Debug Level
88menu.PSRAM=PSRAM
9+ menu.Revision=Board Revision
910
1011##############################################################
1112
@@ -1697,6 +1698,15 @@ esp32-evb.menu.FlashFreq.40.build.flash_freq=40m
16971698esp32-evb.menu.UploadSpeed.115200=115200
16981699esp32-evb.menu.UploadSpeed.115200.upload.speed=115200
16991700
1701+ esp32-evb.menu.PartitionScheme.default=Default
1702+ esp32-evb.menu.PartitionScheme.default.build.partitions=default
1703+ esp32-evb.menu.PartitionScheme.no_ota=No OTA (Large APP)
1704+ esp32-evb.menu.PartitionScheme.no_ota.build.partitions=no_ota
1705+ esp32-evb.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
1706+ esp32-evb.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
1707+ esp32-evb.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
1708+ esp32-evb.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
1709+
17001710##############################################################
17011711
17021712esp32-gateway.name=OLIMEX ESP32-GATEWAY
@@ -1712,7 +1722,13 @@ esp32-gateway.serial.disableRTS=true
17121722esp32-gateway.build.mcu=esp32
17131723esp32-gateway.build.core=esp32
17141724esp32-gateway.build.variant=esp32-gateway
1715- esp32-gateway.build.board=ESP32_GATEWAY
1725+ #esp32-gateway.build.board=ESP32_GATEWAY
1726+ esp32-gateway.menu.Revision.RevC=Revision C or older
1727+ esp32-gateway.menu.Revision.RevC.build.board=ESP32_GATEWAY='C'
1728+ esp32-gateway.menu.Revision.RevE=Revision E
1729+ esp32-gateway.menu.Revision.RevE.build.board=ESP32_GATEWAY='E'
1730+ esp32-gateway.menu.Revision.RevF=Revision F
1731+ esp32-gateway.menu.Revision.RevF.build.board=ESP32_GATEWAY='F'
17161732
17171733esp32-gateway.build.f_cpu=240000000L
17181734esp32-gateway.build.flash_mode=dio
@@ -1730,6 +1746,15 @@ esp32-gateway.menu.FlashFreq.40.build.flash_freq=40m
17301746esp32-gateway.menu.UploadSpeed.115200=115200
17311747esp32-gateway.menu.UploadSpeed.115200.upload.speed=115200
17321748
1749+ esp32-gateway.menu.PartitionScheme.default=Default
1750+ esp32-gateway.menu.PartitionScheme.default.build.partitions=default
1751+ esp32-gateway.menu.PartitionScheme.no_ota=No OTA (Large APP)
1752+ esp32-gateway.menu.PartitionScheme.no_ota.build.partitions=no_ota
1753+ esp32-gateway.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
1754+ esp32-gateway.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
1755+ esp32-gateway.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
1756+ esp32-gateway.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
1757+
17331758##############################################################
17341759
17351760esp32-poe.name=OLIMEX ESP32-PoE
@@ -1763,6 +1788,15 @@ esp32-poe.menu.FlashFreq.40.build.flash_freq=40m
17631788esp32-poe.menu.UploadSpeed.115200=115200
17641789esp32-poe.menu.UploadSpeed.115200.upload.speed=115200
17651790
1791+ esp32-poe.menu.PartitionScheme.default=Default
1792+ esp32-poe.menu.PartitionScheme.default.build.partitions=default
1793+ esp32-poe.menu.PartitionScheme.no_ota=No OTA (Large APP)
1794+ esp32-poe.menu.PartitionScheme.no_ota.build.partitions=no_ota
1795+ esp32-poe.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
1796+ esp32-poe.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
1797+ esp32-poe.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
1798+ esp32-poe.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
1799+
17661800##############################################################
17671801
17681802espino32.name=ThaiEasyElec's ESPino32
0 commit comments