@@ -19022,3 +19022,178 @@ unphone9.menu.EraseFlash.all=Enabled
1902219022unphone9.menu.EraseFlash.all.upload.erase_cmd=-e
1902319023
1902419024###############################################################
19025+ # Cytron Maker Feather AIoT S3
19026+
19027+ cytron_maker_feather_aiot_s3.name=Cytron Maker Feather AIoT S3
19028+ cytron_maker_feather_aiot_s3.vid.0=0x303a
19029+ cytron_maker_feather_aiot_s3.pid.0=0x80f8
19030+
19031+ cytron_maker_feather_aiot_s3.bootloader.tool=esptool_py
19032+ cytron_maker_feather_aiot_s3.bootloader.tool.default=esptool_py
19033+
19034+ cytron_maker_feather_aiot_s3.upload.tool=esptool_py
19035+ cytron_maker_feather_aiot_s3.upload.tool.default=esptool_py
19036+ cytron_maker_feather_aiot_s3.upload.tool.network=esp_ota
19037+
19038+ cytron_maker_feather_aiot_s3.upload.maximum_size=1310720
19039+ cytron_maker_feather_aiot_s3.upload.maximum_data_size=327680
19040+ cytron_maker_feather_aiot_s3.upload.flags=
19041+ cytron_maker_feather_aiot_s3.upload.extra_flags=
19042+ cytron_maker_feather_aiot_s3.upload.use_1200bps_touch=true
19043+ cytron_maker_feather_aiot_s3.upload.wait_for_upload_port=true
19044+
19045+ cytron_maker_feather_aiot_s3.serial.disableDTR=false
19046+ cytron_maker_feather_aiot_s3.serial.disableRTS=false
19047+
19048+ cytron_maker_feather_aiot_s3.build.tarch=xtensa
19049+ cytron_maker_feather_aiot_s3.build.bootloader_addr=0x0
19050+ cytron_maker_feather_aiot_s3.build.target=esp32s3
19051+ cytron_maker_feather_aiot_s3.build.mcu=esp32s3
19052+ cytron_maker_feather_aiot_s3.build.core=esp32
19053+ cytron_maker_feather_aiot_s3.build.variant=cytron_maker_feather_aiot_s3
19054+ cytron_maker_feather_aiot_s3.build.board=CYTRON_MAKER_FEATHER_AIOT_S3
19055+
19056+ cytron_maker_feather_aiot_s3.build.usb_mode=0
19057+ cytron_maker_feather_aiot_s3.build.cdc_on_boot=1
19058+ cytron_maker_feather_aiot_s3.build.msc_on_boot=0
19059+ cytron_maker_feather_aiot_s3.build.dfu_on_boot=0
19060+ cytron_maker_feather_aiot_s3.build.f_cpu=240000000L
19061+ cytron_maker_feather_aiot_s3.build.flash_size=8MB
19062+ cytron_maker_feather_aiot_s3.build.flash_freq=80m
19063+ cytron_maker_feather_aiot_s3.build.flash_mode=dio
19064+ cytron_maker_feather_aiot_s3.build.boot=qio
19065+ cytron_maker_feather_aiot_s3.build.partitions=default
19066+ cytron_maker_feather_aiot_s3.build.defines=
19067+ cytron_maker_feather_aiot_s3.build.loop_core=
19068+ cytron_maker_feather_aiot_s3.build.event_core=
19069+ cytron_maker_feather_aiot_s3.build.flash_type=qio
19070+ cytron_maker_feather_aiot_s3.build.psram_type=opi
19071+ cytron_maker_feather_aiot_s3.build.memory_type={build.flash_type}_{build.psram_type}
19072+
19073+ cytron_maker_feather_aiot_s3.menu.LoopCore.1=Core 1
19074+ cytron_maker_feather_aiot_s3.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
19075+ cytron_maker_feather_aiot_s3.menu.LoopCore.0=Core 0
19076+ cytron_maker_feather_aiot_s3.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
19077+
19078+ cytron_maker_feather_aiot_s3.menu.EventsCore.1=Core 1
19079+ cytron_maker_feather_aiot_s3.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
19080+ cytron_maker_feather_aiot_s3.menu.EventsCore.0=Core 0
19081+ cytron_maker_feather_aiot_s3.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
19082+
19083+ cytron_maker_feather_aiot_s3.menu.USBMode.default=USB-OTG (TinyUSB)
19084+ cytron_maker_feather_aiot_s3.menu.USBMode.default.build.usb_mode=0
19085+ cytron_maker_feather_aiot_s3.menu.USBMode.hwcdc=Hardware CDC and JTAG
19086+ cytron_maker_feather_aiot_s3.menu.USBMode.hwcdc.build.usb_mode=1
19087+
19088+ cytron_maker_feather_aiot_s3.menu.CDCOnBoot.cdc=Enabled
19089+ cytron_maker_feather_aiot_s3.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
19090+ cytron_maker_feather_aiot_s3.menu.CDCOnBoot.default=Disabled
19091+ cytron_maker_feather_aiot_s3.menu.CDCOnBoot.default.build.cdc_on_boot=0
19092+
19093+ cytron_maker_feather_aiot_s3.menu.MSCOnBoot.default=Disabled
19094+ cytron_maker_feather_aiot_s3.menu.MSCOnBoot.default.build.msc_on_boot=0
19095+ cytron_maker_feather_aiot_s3.menu.MSCOnBoot.msc=Enabled (Requires USB-OTG Mode)
19096+ cytron_maker_feather_aiot_s3.menu.MSCOnBoot.msc.build.msc_on_boot=1
19097+
19098+ cytron_maker_feather_aiot_s3.menu.DFUOnBoot.default=Disabled
19099+ cytron_maker_feather_aiot_s3.menu.DFUOnBoot.default.build.dfu_on_boot=0
19100+ cytron_maker_feather_aiot_s3.menu.DFUOnBoot.dfu=Enabled (Requires USB-OTG Mode)
19101+ cytron_maker_feather_aiot_s3.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
19102+
19103+ cytron_maker_feather_aiot_s3.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB)
19104+ cytron_maker_feather_aiot_s3.menu.UploadMode.cdc.upload.use_1200bps_touch=true
19105+ cytron_maker_feather_aiot_s3.menu.UploadMode.cdc.upload.wait_for_upload_port=true
19106+ cytron_maker_feather_aiot_s3.menu.UploadMode.default=UART0 / Hardware CDC
19107+ cytron_maker_feather_aiot_s3.menu.UploadMode.default.upload.use_1200bps_touch=false
19108+ cytron_maker_feather_aiot_s3.menu.UploadMode.default.upload.wait_for_upload_port=false
19109+
19110+ cytron_maker_feather_aiot_s3.menu.PSRAM.opi=OPI PSRAM
19111+ cytron_maker_feather_aiot_s3.menu.PSRAM.opi.build.defines=-DBOARD_HAS_PSRAM
19112+ cytron_maker_feather_aiot_s3.menu.PSRAM.opi.build.psram_type=opi
19113+ cytron_maker_feather_aiot_s3.menu.PSRAM.enabled=QSPI PSRAM
19114+ cytron_maker_feather_aiot_s3.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
19115+ cytron_maker_feather_aiot_s3.menu.PSRAM.enabled.build.psram_type=qspi
19116+ cytron_maker_feather_aiot_s3.menu.PSRAM.disabled=Disabled
19117+ cytron_maker_feather_aiot_s3.menu.PSRAM.disabled.build.defines=
19118+ cytron_maker_feather_aiot_s3.menu.PSRAM.disabled.build.psram_type=qspi
19119+
19120+ cytron_maker_feather_aiot_s3.menu.PartitionScheme.tinyuf2=TinyUF2 8MB (2MB APP/3.7MB FFAT)
19121+ cytron_maker_feather_aiot_s3.menu.PartitionScheme.tinyuf2.build.custom_bootloader=bootloader-tinyuf2
19122+ cytron_maker_feather_aiot_s3.menu.PartitionScheme.tinyuf2.build.custom_partitions=partitions-8MB-tinyuf2
19123+ cytron_maker_feather_aiot_s3.menu.PartitionScheme.tinyuf2.upload.maximum_size=2097152
19124+ cytron_maker_feather_aiot_s3.menu.PartitionScheme.tinyuf2.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
19125+ cytron_maker_feather_aiot_s3.menu.PartitionScheme.default_8MB=Default (3MB APP/1.5MB SPIFFS)
19126+ cytron_maker_feather_aiot_s3.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
19127+ cytron_maker_feather_aiot_s3.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
19128+
19129+ cytron_maker_feather_aiot_s3.menu.CPUFreq.240=240MHz (WiFi)
19130+ cytron_maker_feather_aiot_s3.menu.CPUFreq.240.build.f_cpu=240000000L
19131+ cytron_maker_feather_aiot_s3.menu.CPUFreq.160=160MHz (WiFi)
19132+ cytron_maker_feather_aiot_s3.menu.CPUFreq.160.build.f_cpu=160000000L
19133+ cytron_maker_feather_aiot_s3.menu.CPUFreq.80=80MHz (WiFi)
19134+ cytron_maker_feather_aiot_s3.menu.CPUFreq.80.build.f_cpu=80000000L
19135+ cytron_maker_feather_aiot_s3.menu.CPUFreq.40=40MHz
19136+ cytron_maker_feather_aiot_s3.menu.CPUFreq.40.build.f_cpu=40000000L
19137+ cytron_maker_feather_aiot_s3.menu.CPUFreq.20=20MHz
19138+ cytron_maker_feather_aiot_s3.menu.CPUFreq.20.build.f_cpu=20000000L
19139+ cytron_maker_feather_aiot_s3.menu.CPUFreq.10=10MHz
19140+ cytron_maker_feather_aiot_s3.menu.CPUFreq.10.build.f_cpu=10000000L
19141+
19142+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio=QIO 80MHz
19143+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio.build.flash_mode=dio
19144+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio.build.boot=qio
19145+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio.build.boot_freq=80m
19146+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio.build.flash_freq=80m
19147+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio120=QIO 120MHz
19148+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio120.build.flash_mode=dio
19149+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio120.build.boot=qio
19150+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio120.build.boot_freq=120m
19151+ cytron_maker_feather_aiot_s3.menu.FlashMode.qio120.build.flash_freq=80m
19152+ cytron_maker_feather_aiot_s3.menu.FlashMode.dio=DIO 80MHz
19153+ cytron_maker_feather_aiot_s3.menu.FlashMode.dio.build.flash_mode=dio
19154+ cytron_maker_feather_aiot_s3.menu.FlashMode.dio.build.boot=dio
19155+ cytron_maker_feather_aiot_s3.menu.FlashMode.dio.build.boot_freq=80m
19156+ cytron_maker_feather_aiot_s3.menu.FlashMode.dio.build.flash_freq=80m
19157+ cytron_maker_feather_aiot_s3.menu.FlashMode.opi=OPI 80MHz
19158+ cytron_maker_feather_aiot_s3.menu.FlashMode.opi.build.flash_mode=dout
19159+ cytron_maker_feather_aiot_s3.menu.FlashMode.opi.build.boot=opi
19160+ cytron_maker_feather_aiot_s3.menu.FlashMode.opi.build.boot_freq=80m
19161+ cytron_maker_feather_aiot_s3.menu.FlashMode.opi.build.flash_freq=80m
19162+
19163+ cytron_maker_feather_aiot_s3.menu.FlashSize.8M=8MB (64Mb)
19164+ cytron_maker_feather_aiot_s3.menu.FlashSize.8M.build.flash_size=8MB
19165+
19166+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.921600=921600
19167+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.921600.upload.speed=921600
19168+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.115200=115200
19169+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.115200.upload.speed=115200
19170+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.256000.windows=256000
19171+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.256000.upload.speed=256000
19172+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.230400.windows.upload.speed=256000
19173+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.230400=230400
19174+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.230400.upload.speed=230400
19175+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.460800.linux=460800
19176+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.460800.macosx=460800
19177+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.460800.upload.speed=460800
19178+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.512000.windows=512000
19179+ cytron_maker_feather_aiot_s3.menu.UploadSpeed.512000.upload.speed=512000
19180+
19181+ cytron_maker_feather_aiot_s3.menu.DebugLevel.none=None
19182+ cytron_maker_feather_aiot_s3.menu.DebugLevel.none.build.code_debug=0
19183+ cytron_maker_feather_aiot_s3.menu.DebugLevel.error=Error
19184+ cytron_maker_feather_aiot_s3.menu.DebugLevel.error.build.code_debug=1
19185+ cytron_maker_feather_aiot_s3.menu.DebugLevel.warn=Warn
19186+ cytron_maker_feather_aiot_s3.menu.DebugLevel.warn.build.code_debug=2
19187+ cytron_maker_feather_aiot_s3.menu.DebugLevel.info=Info
19188+ cytron_maker_feather_aiot_s3.menu.DebugLevel.info.build.code_debug=3
19189+ cytron_maker_feather_aiot_s3.menu.DebugLevel.debug=Debug
19190+ cytron_maker_feather_aiot_s3.menu.DebugLevel.debug.build.code_debug=4
19191+ cytron_maker_feather_aiot_s3.menu.DebugLevel.verbose=Verbose
19192+ cytron_maker_feather_aiot_s3.menu.DebugLevel.verbose.build.code_debug=5
19193+
19194+ cytron_maker_feather_aiot_s3.menu.EraseFlash.none=Disabled
19195+ cytron_maker_feather_aiot_s3.menu.EraseFlash.none.upload.erase_cmd=
19196+ cytron_maker_feather_aiot_s3.menu.EraseFlash.all=Enabled
19197+ cytron_maker_feather_aiot_s3.menu.EraseFlash.all.upload.erase_cmd=-e
19198+
19199+ ##############################################################
0 commit comments