@@ -37830,6 +37830,201 @@ Geekble_ESP32C3.menu.EraseFlash.none.upload.erase_cmd=
37830
37830
Geekble_ESP32C3.menu.EraseFlash.all=Enabled
37831
37831
Geekble_ESP32C3.menu.EraseFlash.all.upload.erase_cmd=-e
37832
37832
37833
+ ######################################################
37834
+
37835
+ ws_esp32_s3_matrix.name=Waveshare ESP32-S3-Matrix
37836
+ ws_esp32_s3_matrix.vid.0=0x303a
37837
+ ws_esp32_s3_matrix.pid.0=0x81FB
37838
+ ws_esp32_s3_matrix.upload_port.0.vid=0x303a
37839
+ ws_esp32_s3_matrix.upload_port.0.pid=0x81FB
37840
+
37841
+ ws_esp32_s3_matrix.bootloader.tool=esptool_py
37842
+ ws_esp32_s3_matrix.bootloader.tool.default=esptool_py
37843
+
37844
+ ws_esp32_s3_matrix.upload.tool=esptool_py
37845
+ ws_esp32_s3_matrix.upload.tool.default=esptool_py
37846
+ ws_esp32_s3_matrix.upload.tool.network=esp_ota
37847
+
37848
+ ws_esp32_s3_matrix.upload.maximum_size=1310720
37849
+
37850
+ ws_esp32_s3_matrix.upload.maximum_data_size=327680
37851
+ ws_esp32_s3_matrix.upload.flags=
37852
+ ws_esp32_s3_matrix.upload.extra_flags=
37853
+ ws_esp32_s3_matrix.upload.use_1200bps_touch=false
37854
+ ws_esp32_s3_matrix.upload.wait_for_upload_port=false
37855
+
37856
+ ws_esp32_s3_matrix.serial.disableDTR=false
37857
+ ws_esp32_s3_matrix.serial.disableRTS=false
37858
+
37859
+ ws_esp32_s3_matrix.build.tarch=xtensa
37860
+ ws_esp32_s3_matrix.build.bootloader_addr=0x0
37861
+ ws_esp32_s3_matrix.build.target=esp32s3
37862
+ ws_esp32_s3_matrix.build.mcu=esp32s3
37863
+ ws_esp32_s3_matrix.build.core=esp32
37864
+ ws_esp32_s3_matrix.build.variant=ws_esp32_s3_matrix
37865
+ ws_esp32_s3_matrix.build.board=WS_ESP32_S3_MATRIX
37866
+
37867
+ ws_esp32_s3_matrix.build.usb_mode=1
37868
+ ws_esp32_s3_matrix.build.cdc_on_boot=0
37869
+ ws_esp32_s3_matrix.build.msc_on_boot=0
37870
+ ws_esp32_s3_matrix.build.dfu_on_boot=0
37871
+ ws_esp32_s3_matrix.build.f_cpu=240000000L
37872
+ ws_esp32_s3_matrix.build.flash_size=4MB
37873
+ ws_esp32_s3_matrix.build.flash_freq=80m
37874
+ ws_esp32_s3_matrix.build.flash_mode=dio
37875
+ ws_esp32_s3_matrix.build.boot=qio
37876
+ ws_esp32_s3_matrix.build.boot_freq=80m
37877
+ ws_esp32_s3_matrix.build.partitions=default
37878
+ ws_esp32_s3_matrix.build.defines=
37879
+ ws_esp32_s3_matrix.build.loop_core=
37880
+ ws_esp32_s3_matrix.build.event_core=
37881
+ ws_esp32_s3_matrix.build.psram_type=qspi
37882
+ ws_esp32_s3_matrix.build.memory_type={build.boot}_{build.psram_type}
37883
+
37884
+ ws_esp32_s3_matrix.menu.PSRAM.disabled=Disabled
37885
+ ws_esp32_s3_matrix.menu.PSRAM.disabled.build.defines=
37886
+ ws_esp32_s3_matrix.menu.PSRAM.disabled.build.psram_type=qspi
37887
+ ws_esp32_s3_matrix.menu.PSRAM.enabled=Enabled
37888
+ ws_esp32_s3_matrix.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
37889
+ ws_esp32_s3_matrix.menu.PSRAM.enabled.build.psram_type=qspi
37890
+
37891
+ ws_esp32_s3_matrix.menu.FlashMode.qio=QIO 80MHz
37892
+ ws_esp32_s3_matrix.menu.FlashMode.qio.build.flash_mode=dio
37893
+ ws_esp32_s3_matrix.menu.FlashMode.qio.build.boot=qio
37894
+ ws_esp32_s3_matrix.menu.FlashMode.qio.build.boot_freq=80m
37895
+ ws_esp32_s3_matrix.menu.FlashMode.qio.build.flash_freq=80m
37896
+ ws_esp32_s3_matrix.menu.FlashMode.qio120=QIO 120MHz
37897
+ ws_esp32_s3_matrix.menu.FlashMode.qio120.build.flash_mode=dio
37898
+ ws_esp32_s3_matrix.menu.FlashMode.qio120.build.boot=qio
37899
+ ws_esp32_s3_matrix.menu.FlashMode.qio120.build.boot_freq=120m
37900
+ ws_esp32_s3_matrix.menu.FlashMode.qio120.build.flash_freq=80m
37901
+
37902
+ ws_esp32_s3_matrix.menu.FlashSize.4M=4MB (32Mb)
37903
+ ws_esp32_s3_matrix.menu.FlashSize.4M.build.flash_size=4MB
37904
+
37905
+ ws_esp32_s3_matrix.menu.LoopCore.1=Core 1
37906
+ ws_esp32_s3_matrix.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
37907
+ ws_esp32_s3_matrix.menu.LoopCore.0=Core 0
37908
+ ws_esp32_s3_matrix.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
37909
+
37910
+ ws_esp32_s3_matrix.menu.EventsCore.1=Core 1
37911
+ ws_esp32_s3_matrix.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
37912
+ ws_esp32_s3_matrix.menu.EventsCore.0=Core 0
37913
+ ws_esp32_s3_matrix.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
37914
+
37915
+ ws_esp32_s3_matrix.menu.USBMode.hwcdc=Hardware CDC and JTAG
37916
+ ws_esp32_s3_matrix.menu.USBMode.hwcdc.build.usb_mode=1
37917
+ ws_esp32_s3_matrix.menu.USBMode.default=USB-OTG (TinyUSB)
37918
+ ws_esp32_s3_matrix.menu.USBMode.default.build.usb_mode=0
37919
+
37920
+ ws_esp32_s3_matrix.menu.CDCOnBoot.default=Disabled
37921
+ ws_esp32_s3_matrix.menu.CDCOnBoot.default.build.cdc_on_boot=0
37922
+ ws_esp32_s3_matrix.menu.CDCOnBoot.cdc=Enabled
37923
+ ws_esp32_s3_matrix.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
37924
+
37925
+ ws_esp32_s3_matrix.menu.MSCOnBoot.default=Disabled
37926
+ ws_esp32_s3_matrix.menu.MSCOnBoot.default.build.msc_on_boot=0
37927
+ ws_esp32_s3_matrix.menu.MSCOnBoot.msc=Enabled (Requires USB-OTG Mode)
37928
+ ws_esp32_s3_matrix.menu.MSCOnBoot.msc.build.msc_on_boot=1
37929
+
37930
+ ws_esp32_s3_matrix.menu.DFUOnBoot.default=Disabled
37931
+ ws_esp32_s3_matrix.menu.DFUOnBoot.default.build.dfu_on_boot=0
37932
+ ws_esp32_s3_matrix.menu.DFUOnBoot.dfu=Enabled (Requires USB-OTG Mode)
37933
+ ws_esp32_s3_matrix.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
37934
+
37935
+ ws_esp32_s3_matrix.menu.UploadMode.default=UART0 / Hardware CDC
37936
+ ws_esp32_s3_matrix.menu.UploadMode.default.upload.use_1200bps_touch=false
37937
+ ws_esp32_s3_matrix.menu.UploadMode.default.upload.wait_for_upload_port=false
37938
+ ws_esp32_s3_matrix.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB)
37939
+ ws_esp32_s3_matrix.menu.UploadMode.cdc.upload.use_1200bps_touch=true
37940
+ ws_esp32_s3_matrix.menu.UploadMode.cdc.upload.wait_for_upload_port=true
37941
+
37942
+ ws_esp32_s3_matrix.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
37943
+ ws_esp32_s3_matrix.menu.PartitionScheme.default.build.partitions=default
37944
+ ws_esp32_s3_matrix.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
37945
+ ws_esp32_s3_matrix.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
37946
+ ws_esp32_s3_matrix.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
37947
+ ws_esp32_s3_matrix.menu.PartitionScheme.no_ota.build.partitions=no_ota
37948
+ ws_esp32_s3_matrix.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
37949
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
37950
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
37951
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
37952
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
37953
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
37954
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
37955
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
37956
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
37957
+ ws_esp32_s3_matrix.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
37958
+ ws_esp32_s3_matrix.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
37959
+ ws_esp32_s3_matrix.menu.PartitionScheme.huge_app.build.partitions=huge_app
37960
+ ws_esp32_s3_matrix.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
37961
+ ws_esp32_s3_matrix.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
37962
+ ws_esp32_s3_matrix.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
37963
+ ws_esp32_s3_matrix.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
37964
+ ws_esp32_s3_matrix.menu.PartitionScheme.rainmaker=RainMaker 4MB
37965
+ ws_esp32_s3_matrix.menu.PartitionScheme.rainmaker.build.partitions=rainmaker
37966
+ ws_esp32_s3_matrix.menu.PartitionScheme.rainmaker.upload.maximum_size=1966080
37967
+ ws_esp32_s3_matrix.menu.PartitionScheme.rainmaker_4MB=RainMaker 4MB No OTA
37968
+ ws_esp32_s3_matrix.menu.PartitionScheme.rainmaker_4MB.build.partitions=rainmaker_4MB_no_ota
37969
+ ws_esp32_s3_matrix.menu.PartitionScheme.rainmaker_4MB.upload.maximum_size=4038656
37970
+
37971
+ ws_esp32_s3_matrix.menu.PartitionScheme.otanofs=OTA no FS (2MB APP with OTA)
37972
+ ws_esp32_s3_matrix.menu.PartitionScheme.otanofs.build.custom_partitions=partitions_otanofs_4MB
37973
+ ws_esp32_s3_matrix.menu.PartitionScheme.otanofs.upload.maximum_size=2031616
37974
+ ws_esp32_s3_matrix.menu.PartitionScheme.all_app=Max APP (4MB APP no OTA)
37975
+ ws_esp32_s3_matrix.menu.PartitionScheme.all_app.build.custom_partitions=partitions_all_app_4MB
37976
+ ws_esp32_s3_matrix.menu.PartitionScheme.all_app.upload.maximum_size=4128768
37977
+
37978
+ ws_esp32_s3_matrix.menu.PartitionScheme.custom=Custom
37979
+ ws_esp32_s3_matrix.menu.PartitionScheme.custom.build.partitions=
37980
+ ws_esp32_s3_matrix.menu.PartitionScheme.custom.upload.maximum_size=16777216
37981
+
37982
+ ws_esp32_s3_matrix.menu.CPUFreq.240=240MHz (WiFi)
37983
+ ws_esp32_s3_matrix.menu.CPUFreq.240.build.f_cpu=240000000L
37984
+ ws_esp32_s3_matrix.menu.CPUFreq.160=160MHz (WiFi)
37985
+ ws_esp32_s3_matrix.menu.CPUFreq.160.build.f_cpu=160000000L
37986
+ ws_esp32_s3_matrix.menu.CPUFreq.80=80MHz (WiFi)
37987
+ ws_esp32_s3_matrix.menu.CPUFreq.80.build.f_cpu=80000000L
37988
+ ws_esp32_s3_matrix.menu.CPUFreq.40=40MHz
37989
+ ws_esp32_s3_matrix.menu.CPUFreq.40.build.f_cpu=40000000L
37990
+ ws_esp32_s3_matrix.menu.CPUFreq.20=20MHz
37991
+ ws_esp32_s3_matrix.menu.CPUFreq.20.build.f_cpu=20000000L
37992
+ ws_esp32_s3_matrix.menu.CPUFreq.10=10MHz
37993
+ ws_esp32_s3_matrix.menu.CPUFreq.10.build.f_cpu=10000000L
37994
+
37995
+ ws_esp32_s3_matrix.menu.UploadSpeed.921600=921600
37996
+ ws_esp32_s3_matrix.menu.UploadSpeed.921600.upload.speed=921600
37997
+ ws_esp32_s3_matrix.menu.UploadSpeed.115200=115200
37998
+ ws_esp32_s3_matrix.menu.UploadSpeed.115200.upload.speed=115200
37999
+ ws_esp32_s3_matrix.menu.UploadSpeed.256000.windows=256000
38000
+ ws_esp32_s3_matrix.menu.UploadSpeed.256000.upload.speed=256000
38001
+ ws_esp32_s3_matrix.menu.UploadSpeed.230400.windows.upload.speed=256000
38002
+ ws_esp32_s3_matrix.menu.UploadSpeed.230400=230400
38003
+ ws_esp32_s3_matrix.menu.UploadSpeed.230400.upload.speed=230400
38004
+ ws_esp32_s3_matrix.menu.UploadSpeed.460800.linux=460800
38005
+ ws_esp32_s3_matrix.menu.UploadSpeed.460800.macosx=460800
38006
+ ws_esp32_s3_matrix.menu.UploadSpeed.460800.upload.speed=460800
38007
+ ws_esp32_s3_matrix.menu.UploadSpeed.512000.windows=512000
38008
+ ws_esp32_s3_matrix.menu.UploadSpeed.512000.upload.speed=512000
38009
+
38010
+ ws_esp32_s3_matrix.menu.DebugLevel.none=None
38011
+ ws_esp32_s3_matrix.menu.DebugLevel.none.build.code_debug=0
38012
+ ws_esp32_s3_matrix.menu.DebugLevel.error=Error
38013
+ ws_esp32_s3_matrix.menu.DebugLevel.error.build.code_debug=1
38014
+ ws_esp32_s3_matrix.menu.DebugLevel.warn=Warn
38015
+ ws_esp32_s3_matrix.menu.DebugLevel.warn.build.code_debug=2
38016
+ ws_esp32_s3_matrix.menu.DebugLevel.info=Info
38017
+ ws_esp32_s3_matrix.menu.DebugLevel.info.build.code_debug=3
38018
+ ws_esp32_s3_matrix.menu.DebugLevel.debug=Debug
38019
+ ws_esp32_s3_matrix.menu.DebugLevel.debug.build.code_debug=4
38020
+ ws_esp32_s3_matrix.menu.DebugLevel.verbose=Verbose
38021
+ ws_esp32_s3_matrix.menu.DebugLevel.verbose.build.code_debug=5
38022
+
38023
+ ws_esp32_s3_matrix.menu.EraseFlash.none=Disabled
38024
+ ws_esp32_s3_matrix.menu.EraseFlash.none.upload.erase_cmd=
38025
+ ws_esp32_s3_matrix.menu.EraseFlash.all=Enabled
38026
+ ws_esp32_s3_matrix.menu.EraseFlash.all.upload.erase_cmd=-e
38027
+
37833
38028
##############################################################
37834
38029
37835
38030
waveshare_esp32s3_touch_lcd_128.name=Waveshare ESP32S3 Touch LCD 128
0 commit comments