mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
New version of the ESP32-EVB/Gateway/PoE boards (#2397)
In Board.txt file added board revision submenu to distinguish the different revisions of the same board. By selecting different revision in the Arduino menu different value of the predefined macro will be applied which is used inside the pins_arduino.h file to make different defines and values for the specific revision. In addition to this esp32-poe pin definitions is added ethernet power enable pin and also defined macro: BOARD_HAS_1BIT_SDMMC
This commit is contained in:
committed by
Me No Dev
parent
f6b9e9c2ab
commit
c1344ae094
36
boards.txt
36
boards.txt
@ -6,6 +6,7 @@ menu.FlashSize=Flash Size
|
||||
menu.PartitionScheme=Partition Scheme
|
||||
menu.DebugLevel=Core Debug Level
|
||||
menu.PSRAM=PSRAM
|
||||
menu.Revision=Board Revision
|
||||
|
||||
##############################################################
|
||||
|
||||
@ -1697,6 +1698,15 @@ esp32-evb.menu.FlashFreq.40.build.flash_freq=40m
|
||||
esp32-evb.menu.UploadSpeed.115200=115200
|
||||
esp32-evb.menu.UploadSpeed.115200.upload.speed=115200
|
||||
|
||||
esp32-evb.menu.PartitionScheme.default=Default
|
||||
esp32-evb.menu.PartitionScheme.default.build.partitions=default
|
||||
esp32-evb.menu.PartitionScheme.no_ota=No OTA (Large APP)
|
||||
esp32-evb.menu.PartitionScheme.no_ota.build.partitions=no_ota
|
||||
esp32-evb.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
|
||||
esp32-evb.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
|
||||
esp32-evb.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
|
||||
esp32-evb.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
|
||||
|
||||
##############################################################
|
||||
|
||||
esp32-gateway.name=OLIMEX ESP32-GATEWAY
|
||||
@ -1712,7 +1722,13 @@ esp32-gateway.serial.disableRTS=true
|
||||
esp32-gateway.build.mcu=esp32
|
||||
esp32-gateway.build.core=esp32
|
||||
esp32-gateway.build.variant=esp32-gateway
|
||||
esp32-gateway.build.board=ESP32_GATEWAY
|
||||
#esp32-gateway.build.board=ESP32_GATEWAY
|
||||
esp32-gateway.menu.Revision.RevC=Revision C or older
|
||||
esp32-gateway.menu.Revision.RevC.build.board=ESP32_GATEWAY='C'
|
||||
esp32-gateway.menu.Revision.RevE=Revision E
|
||||
esp32-gateway.menu.Revision.RevE.build.board=ESP32_GATEWAY='E'
|
||||
esp32-gateway.menu.Revision.RevF=Revision F
|
||||
esp32-gateway.menu.Revision.RevF.build.board=ESP32_GATEWAY='F'
|
||||
|
||||
esp32-gateway.build.f_cpu=240000000L
|
||||
esp32-gateway.build.flash_mode=dio
|
||||
@ -1730,6 +1746,15 @@ esp32-gateway.menu.FlashFreq.40.build.flash_freq=40m
|
||||
esp32-gateway.menu.UploadSpeed.115200=115200
|
||||
esp32-gateway.menu.UploadSpeed.115200.upload.speed=115200
|
||||
|
||||
esp32-gateway.menu.PartitionScheme.default=Default
|
||||
esp32-gateway.menu.PartitionScheme.default.build.partitions=default
|
||||
esp32-gateway.menu.PartitionScheme.no_ota=No OTA (Large APP)
|
||||
esp32-gateway.menu.PartitionScheme.no_ota.build.partitions=no_ota
|
||||
esp32-gateway.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
|
||||
esp32-gateway.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
|
||||
esp32-gateway.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
|
||||
esp32-gateway.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
|
||||
|
||||
##############################################################
|
||||
|
||||
esp32-poe.name=OLIMEX ESP32-PoE
|
||||
@ -1763,6 +1788,15 @@ esp32-poe.menu.FlashFreq.40.build.flash_freq=40m
|
||||
esp32-poe.menu.UploadSpeed.115200=115200
|
||||
esp32-poe.menu.UploadSpeed.115200.upload.speed=115200
|
||||
|
||||
esp32-poe.menu.PartitionScheme.default=Default
|
||||
esp32-poe.menu.PartitionScheme.default.build.partitions=default
|
||||
esp32-poe.menu.PartitionScheme.no_ota=No OTA (Large APP)
|
||||
esp32-poe.menu.PartitionScheme.no_ota.build.partitions=no_ota
|
||||
esp32-poe.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
|
||||
esp32-poe.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
|
||||
esp32-poe.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
|
||||
esp32-poe.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
|
||||
|
||||
##############################################################
|
||||
|
||||
espino32.name=ThaiEasyElec's ESPino32
|
||||
|
Reference in New Issue
Block a user