@@ -6,6 +6,7 @@ menu.FlashSize=Flash Size
6
6
menu.PartitionScheme=Partition Scheme
7
7
menu.DebugLevel=Core Debug Level
8
8
menu.PSRAM=PSRAM
9
+ menu.Revision=Board Revision
9
10
10
11
##############################################################
11
12
@@ -1697,6 +1698,15 @@ esp32-evb.menu.FlashFreq.40.build.flash_freq=40m
1697
1698
esp32-evb.menu.UploadSpeed.115200=115200
1698
1699
esp32-evb.menu.UploadSpeed.115200.upload.speed=115200
1699
1700
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
+
1700
1710
##############################################################
1701
1711
1702
1712
esp32-gateway.name=OLIMEX ESP32-GATEWAY
@@ -1712,7 +1722,13 @@ esp32-gateway.serial.disableRTS=true
1712
1722
esp32-gateway.build.mcu=esp32
1713
1723
esp32-gateway.build.core=esp32
1714
1724
esp32-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'
1716
1732
1717
1733
esp32-gateway.build.f_cpu=240000000L
1718
1734
esp32-gateway.build.flash_mode=dio
@@ -1730,6 +1746,15 @@ esp32-gateway.menu.FlashFreq.40.build.flash_freq=40m
1730
1746
esp32-gateway.menu.UploadSpeed.115200=115200
1731
1747
esp32-gateway.menu.UploadSpeed.115200.upload.speed=115200
1732
1748
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
+
1733
1758
##############################################################
1734
1759
1735
1760
esp32-poe.name=OLIMEX ESP32-PoE
@@ -1763,6 +1788,15 @@ esp32-poe.menu.FlashFreq.40.build.flash_freq=40m
1763
1788
esp32-poe.menu.UploadSpeed.115200=115200
1764
1789
esp32-poe.menu.UploadSpeed.115200.upload.speed=115200
1765
1790
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
+
1766
1800
##############################################################
1767
1801
1768
1802
espino32.name=ThaiEasyElec's ESPino32
0 commit comments