@@ -11755,7 +11755,7 @@ esp32-gateway.menu.Revision.RevC=Revision C or older
11755
11755
esp32-gateway.menu.Revision.RevC.build.board=ESP32_GATEWAY_C
11756
11756
esp32-gateway.menu.Revision.RevE=Revision E
11757
11757
esp32-gateway.menu.Revision.RevE.build.board=ESP32_GATEWAY_E
11758
- esp32-gateway.menu.Revision.RevF=Revision F
11758
+ esp32-gateway.menu.Revision.RevF=Revision F or newer
11759
11759
esp32-gateway.menu.Revision.RevF.build.board=ESP32_GATEWAY_F
11760
11760
11761
11761
esp32-gateway.build.f_cpu=240000000L
@@ -11770,6 +11770,8 @@ esp32-gateway.menu.FlashFreq.80.build.flash_freq=80m
11770
11770
esp32-gateway.menu.FlashFreq.40=40MHz
11771
11771
esp32-gateway.menu.FlashFreq.40.build.flash_freq=40m
11772
11772
11773
+ esp32-gateway.menu.UploadSpeed.921600=921600
11774
+ esp32-gateway.menu.UploadSpeed.921600.upload.speed=921600
11773
11775
esp32-gateway.menu.UploadSpeed.115200=115200
11774
11776
esp32-gateway.menu.UploadSpeed.115200.upload.speed=115200
11775
11777
@@ -13407,6 +13409,81 @@ stamp-s3.menu.EraseFlash.none.upload.erase_cmd=
13407
13409
stamp-s3.menu.EraseFlash.all=Enabled
13408
13410
stamp-s3.menu.EraseFlash.all.upload.erase_cmd=-e
13409
13411
13412
+ ###############################################################
13413
+
13414
+ m5stamp-pico.name=M5Stamp-Pico
13415
+
13416
+ m5stamp-pico.bootloader.tool=esptool_py
13417
+ m5stamp-pico.bootloader.tool.default=esptool_py
13418
+
13419
+ m5stamp-pico.upload.tool=esptool_py
13420
+ m5stamp-pico.upload.tool.default=esptool_py
13421
+ m5stamp-pico.upload.tool.network=esp_ota
13422
+
13423
+ m5stamp-pico.upload.maximum_size=1310720
13424
+ m5stamp-pico.upload.maximum_data_size=327680
13425
+ m5stamp-pico.upload.wait_for_upload_port=true
13426
+ m5stamp-pico.upload.flags=
13427
+ m5stamp-pico.upload.extra_flags=
13428
+
13429
+ m5stamp-pico.serial.disableDTR=true
13430
+ m5stamp-pico.serial.disableRTS=true
13431
+
13432
+ m5stamp-pico.build.tarch=xtensa
13433
+ m5stamp-pico.build.bootloader_addr=0x1000
13434
+ m5stamp-pico.build.target=esp32
13435
+ m5stamp-pico.build.mcu=esp32
13436
+ m5stamp-pico.build.core=esp32
13437
+ m5stamp-pico.build.variant=m5stack_stamp_pico
13438
+ m5stamp-pico.build.board=M5Stamp_Pico
13439
+
13440
+ m5stamp-pico.build.f_cpu=240000000L
13441
+ m5stamp-pico.build.flash_size=4MB
13442
+ m5stamp-pico.build.flash_freq=80m
13443
+ m5stamp-pico.build.flash_mode=dio
13444
+ m5stamp-pico.build.boot=dio
13445
+ m5stamp-pico.build.partitions=default
13446
+ m5stamp-pico.build.defines=
13447
+
13448
+ m5stamp-pico.menu.PartitionScheme.default=Default
13449
+ m5stamp-pico.menu.PartitionScheme.default.build.partitions=default
13450
+ m5stamp-pico.menu.PartitionScheme.no_ota=No OTA (Large APP)
13451
+ m5stamp-pico.menu.PartitionScheme.no_ota.build.partitions=no_ota
13452
+ m5stamp-pico.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
13453
+ m5stamp-pico.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
13454
+ m5stamp-pico.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
13455
+ m5stamp-pico.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
13456
+
13457
+
13458
+ m5stamp-pico.menu.UploadSpeed.1500000=1500000
13459
+ m5stamp-pico.menu.UploadSpeed.1500000.upload.speed=1500000
13460
+ m5stamp-pico.menu.UploadSpeed.750000=750000
13461
+ m5stamp-pico.menu.UploadSpeed.750000.upload.speed=750000
13462
+ m5stamp-pico.menu.UploadSpeed.500000=500000
13463
+ m5stamp-pico.menu.UploadSpeed.500000.upload.speed=500000
13464
+ m5stamp-pico.menu.UploadSpeed.250000=250000
13465
+ m5stamp-pico.menu.UploadSpeed.250000.upload.speed=250000
13466
+ m5stamp-pico.menu.UploadSpeed.115200=115200
13467
+ m5stamp-pico.menu.UploadSpeed.115200.upload.speed=115200
13468
+
13469
+ m5stamp-pico.menu.DebugLevel.none=None
13470
+ m5stamp-pico.menu.DebugLevel.none.build.code_debug=0
13471
+ m5stamp-pico.menu.DebugLevel.error=Error
13472
+ m5stamp-pico.menu.DebugLevel.error.build.code_debug=1
13473
+ m5stamp-pico.menu.DebugLevel.warn=Warn
13474
+ m5stamp-pico.menu.DebugLevel.warn.build.code_debug=2
13475
+ m5stamp-pico.menu.DebugLevel.info=Info
13476
+ m5stamp-pico.menu.DebugLevel.info.build.code_debug=3
13477
+ m5stamp-pico.menu.DebugLevel.debug=Debug
13478
+ m5stamp-pico.menu.DebugLevel.debug.build.code_debug=4
13479
+ m5stamp-pico.menu.DebugLevel.verbose=Verbose
13480
+ m5stamp-pico.menu.DebugLevel.verbose.build.code_debug=5
13481
+
13482
+ m5stamp-pico.menu.EraseFlash.none=Disabled
13483
+ m5stamp-pico.menu.EraseFlash.none.upload.erase_cmd=
13484
+ m5stamp-pico.menu.EraseFlash.all=Enabled
13485
+ m5stamp-pico.menu.EraseFlash.all.upload.erase_cmd=-e
13486
+
13410
13487
##############################################################
13411
13488
13412
13489
odroid_esp32.name=ODROID ESP32
0 commit comments