add two more feather S3s (#6881)

* add two more feather S3s

* fix hardware Serial1 on feather v2
This commit is contained in:
Limor "Ladyada" Fried 2022-06-27 07:01:31 -04:00 committed by GitHub
parent 95a45ce259
commit 4a341c94aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 694 additions and 161 deletions

View file

@ -7315,13 +7315,13 @@ adafruit_feather_esp32_v2.menu.DebugLevel.verbose.build.code_debug=5
##############################################################
adafruit_feather_esp32s3.name=Adafruit Feather ESP32-S3 No PSRAM
adafruit_feather_esp32s3.name=Adafruit Feather ESP32-S3 2MB PSRAM
adafruit_feather_esp32s3.vid.0=0x239A
adafruit_feather_esp32s3.pid.0=0x8113
adafruit_feather_esp32s3.pid.0=0x811B
adafruit_feather_esp32s3.vid.1=0x239A
adafruit_feather_esp32s3.pid.1=0x0113
adafruit_feather_esp32s3.pid.1=0x011B
adafruit_feather_esp32s3.vid.1=0x239A
adafruit_feather_esp32s3.pid.1=0x8114
adafruit_feather_esp32s3.pid.1=0x811C
adafruit_feather_esp32s3.bootloader.tool=esptool_py
adafruit_feather_esp32s3.bootloader.tool.default=esptool_py
@ -7345,15 +7345,15 @@ adafruit_feather_esp32s3.build.bootloader_addr=0x0
adafruit_feather_esp32s3.build.target=esp32s3
adafruit_feather_esp32s3.build.mcu=esp32s3
adafruit_feather_esp32s3.build.core=esp32
adafruit_feather_esp32s3.build.variant=adafruit_feather_esp32s3_nopsram
adafruit_feather_esp32s3.build.board=ADAFRUIT_FEATHER_ESP32S3_NOPSRAM
adafruit_feather_esp32s3.build.variant=adafruit_feather_esp32s3
adafruit_feather_esp32s3.build.board=ADAFRUIT_FEATHER_ESP32S3
adafruit_feather_esp32s3.build.usb_mode=1
adafruit_feather_esp32s3.build.cdc_on_boot=1
adafruit_feather_esp32s3.build.msc_on_boot=0
adafruit_feather_esp32s3.build.dfu_on_boot=0
adafruit_feather_esp32s3.build.f_cpu=240000000L
adafruit_feather_esp32s3.build.flash_size=8MB
adafruit_feather_esp32s3.build.flash_size=4MB
adafruit_feather_esp32s3.build.flash_freq=80m
adafruit_feather_esp32s3.build.flash_mode=dio
adafruit_feather_esp32s3.build.boot=qio
@ -7427,14 +7427,10 @@ adafruit_feather_esp32s3.menu.UploadMode.default=UART0 / Hardware CDC
adafruit_feather_esp32s3.menu.UploadMode.default.upload.use_1200bps_touch=false
adafruit_feather_esp32s3.menu.UploadMode.default.upload.wait_for_upload_port=false
adafruit_feather_esp32s3.menu.PartitionScheme.tinyuf2=TinyUF2 8MB (2MB APP/3.6MB FFAT)
adafruit_feather_esp32s3.menu.PartitionScheme.tinyuf2.build.custom_bootloader=bootloader-tinyuf2
adafruit_feather_esp32s3.menu.PartitionScheme.tinyuf2.build.custom_partitions=partitions-8MB-tinyuf2
adafruit_feather_esp32s3.menu.PartitionScheme.tinyuf2.upload.maximum_size=2097152
adafruit_feather_esp32s3.menu.PartitionScheme.tinyuf2.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
adafruit_feather_esp32s3.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB SPIFFS)
adafruit_feather_esp32s3.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
adafruit_feather_esp32s3.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
adafruit_feather_esp32s3.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
adafruit_feather_esp32s3.menu.PartitionScheme.default.build.partitions=default
adafruit_feather_esp32s3.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
adafruit_feather_esp32s3.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
adafruit_feather_esp32s3.menu.CPUFreq.240=240MHz (WiFi)
adafruit_feather_esp32s3.menu.CPUFreq.240.build.f_cpu=240000000L
@ -7480,169 +7476,460 @@ adafruit_feather_esp32s3.menu.DebugLevel.verbose.build.code_debug=5
##############################################################
adafruit_qtpy_esp32s3.name=Adafruit QT Py ESP32-S3 No PSRAM
adafruit_qtpy_esp32s3.vid.0=0x239A
adafruit_qtpy_esp32s3.pid.0=0x8119
adafruit_qtpy_esp32s3.vid.1=0x239A
adafruit_qtpy_esp32s3.pid.1=0x0119
adafruit_qtpy_esp32s3.vid.1=0x239A
adafruit_qtpy_esp32s3.pid.1=0x811A
adafruit_feather_esp32s3_nopsram.name=Adafruit Feather ESP32-S3 No PSRAM
adafruit_feather_esp32s3_nopsram.vid.0=0x239A
adafruit_feather_esp32s3_nopsram.pid.0=0x8113
adafruit_feather_esp32s3_nopsram.vid.1=0x239A
adafruit_feather_esp32s3_nopsram.pid.1=0x0113
adafruit_feather_esp32s3_nopsram.vid.1=0x239A
adafruit_feather_esp32s3_nopsram.pid.1=0x8114
adafruit_qtpy_esp32s3.bootloader.tool=esptool_py
adafruit_qtpy_esp32s3.bootloader.tool.default=esptool_py
adafruit_feather_esp32s3_nopsram.bootloader.tool=esptool_py
adafruit_feather_esp32s3_nopsram.bootloader.tool.default=esptool_py
adafruit_qtpy_esp32s3.upload.tool=esptool_py
adafruit_qtpy_esp32s3.upload.tool.default=esptool_py
adafruit_qtpy_esp32s3.upload.tool.network=esp_ota
adafruit_feather_esp32s3_nopsram.upload.tool=esptool_py
adafruit_feather_esp32s3_nopsram.upload.tool.default=esptool_py
adafruit_feather_esp32s3_nopsram.upload.tool.network=esp_ota
adafruit_qtpy_esp32s3.upload.maximum_size=1310720
adafruit_qtpy_esp32s3.upload.maximum_data_size=327680
adafruit_qtpy_esp32s3.upload.flags=
adafruit_qtpy_esp32s3.upload.extra_flags=
adafruit_qtpy_esp32s3.upload.use_1200bps_touch=true
adafruit_qtpy_esp32s3.upload.wait_for_upload_port=true
adafruit_qtpy_esp32s3.upload.speed=921600
adafruit_feather_esp32s3_nopsram.upload.maximum_size=1310720
adafruit_feather_esp32s3_nopsram.upload.maximum_data_size=327680
adafruit_feather_esp32s3_nopsram.upload.flags=
adafruit_feather_esp32s3_nopsram.upload.extra_flags=0x2d0000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
adafruit_feather_esp32s3_nopsram.upload.use_1200bps_touch=true
adafruit_feather_esp32s3_nopsram.upload.wait_for_upload_port=true
adafruit_qtpy_esp32s3.serial.disableDTR=false
adafruit_qtpy_esp32s3.serial.disableRTS=false
adafruit_feather_esp32s3_nopsram.serial.disableDTR=false
adafruit_feather_esp32s3_nopsram.serial.disableRTS=false
adafruit_qtpy_esp32s3.build.tarch=xtensa
adafruit_qtpy_esp32s3.build.bootloader_addr=0x0
adafruit_qtpy_esp32s3.build.target=esp32s3
adafruit_qtpy_esp32s3.build.mcu=esp32s3
adafruit_qtpy_esp32s3.build.core=esp32
adafruit_qtpy_esp32s3.build.variant=adafruit_qtpy_esp32s3_nopsram
adafruit_qtpy_esp32s3.build.board=ADAFRUIT_QTPY_ESP32S3_NOPSRAM
adafruit_feather_esp32s3_nopsram.build.tarch=xtensa
adafruit_feather_esp32s3_nopsram.build.bootloader_addr=0x0
adafruit_feather_esp32s3_nopsram.build.target=esp32s3
adafruit_feather_esp32s3_nopsram.build.mcu=esp32s3
adafruit_feather_esp32s3_nopsram.build.core=esp32
adafruit_feather_esp32s3_nopsram.build.variant=adafruit_feather_esp32s3_nopsram
adafruit_feather_esp32s3_nopsram.build.board=ADAFRUIT_FEATHER_ESP32S3_NOPSRAM
adafruit_qtpy_esp32s3.build.usb_mode=1
adafruit_qtpy_esp32s3.build.cdc_on_boot=1
adafruit_qtpy_esp32s3.build.msc_on_boot=0
adafruit_qtpy_esp32s3.build.dfu_on_boot=0
adafruit_qtpy_esp32s3.build.f_cpu=240000000L
adafruit_qtpy_esp32s3.build.flash_size=8MB
adafruit_qtpy_esp32s3.build.flash_freq=80m
adafruit_qtpy_esp32s3.build.flash_mode=dio
adafruit_qtpy_esp32s3.build.boot=qio
adafruit_qtpy_esp32s3.build.partitions=default_8MB
adafruit_qtpy_esp32s3.build.defines=
adafruit_qtpy_esp32s3.build.loop_core=
adafruit_qtpy_esp32s3.build.event_core=
adafruit_qtpy_esp32s3.build.flash_type=qspi
adafruit_qtpy_esp32s3.build.psram_type=qspi
adafruit_qtpy_esp32s3.build.memory_type={build.flash_type}_{build.psram_type}
adafruit_feather_esp32s3_nopsram.build.usb_mode=1
adafruit_feather_esp32s3_nopsram.build.cdc_on_boot=1
adafruit_feather_esp32s3_nopsram.build.msc_on_boot=0
adafruit_feather_esp32s3_nopsram.build.dfu_on_boot=0
adafruit_feather_esp32s3_nopsram.build.f_cpu=240000000L
adafruit_feather_esp32s3_nopsram.build.flash_size=8MB
adafruit_feather_esp32s3_nopsram.build.flash_freq=80m
adafruit_feather_esp32s3_nopsram.build.flash_mode=dio
adafruit_feather_esp32s3_nopsram.build.boot=qio
adafruit_feather_esp32s3_nopsram.build.partitions=default
adafruit_feather_esp32s3_nopsram.build.defines=
adafruit_feather_esp32s3_nopsram.build.loop_core=-DARDUINO_RUNNING_CORE=1
adafruit_feather_esp32s3_nopsram.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
adafruit_qtpy_esp32s3.menu.FlashMode.qio=QIO 80MHz
adafruit_qtpy_esp32s3.menu.FlashMode.qio.build.flash_mode=dio
adafruit_qtpy_esp32s3.menu.FlashMode.qio.build.boot=qio
adafruit_qtpy_esp32s3.menu.FlashMode.qio.build.boot_freq=80m
adafruit_qtpy_esp32s3.menu.FlashMode.qio.build.flash_freq=80m
adafruit_qtpy_esp32s3.menu.FlashMode.qio.build.flash_type=qspi
adafruit_qtpy_esp32s3.menu.FlashMode.qio120=QIO 120MHz
adafruit_qtpy_esp32s3.menu.FlashMode.qio120.build.flash_mode=dio
adafruit_qtpy_esp32s3.menu.FlashMode.qio120.build.boot=qio
adafruit_qtpy_esp32s3.menu.FlashMode.qio120.build.boot_freq=120m
adafruit_qtpy_esp32s3.menu.FlashMode.qio120.build.flash_freq=80m
adafruit_qtpy_esp32s3.menu.FlashMode.qio120.build.flash_type=qspi
adafruit_qtpy_esp32s3.menu.FlashMode.dio=DIO 80MHz
adafruit_qtpy_esp32s3.menu.FlashMode.dio.build.flash_mode=dio
adafruit_qtpy_esp32s3.menu.FlashMode.dio.build.boot=dio
adafruit_qtpy_esp32s3.menu.FlashMode.dio.build.boot_freq=80m
adafruit_qtpy_esp32s3.menu.FlashMode.dio.build.flash_freq=80m
adafruit_qtpy_esp32s3.menu.FlashMode.dio.build.flash_type=qspi
adafruit_qtpy_esp32s3.menu.FlashMode.opi=OPI 80MHz
adafruit_qtpy_esp32s3.menu.FlashMode.opi.build.flash_mode=dout
adafruit_qtpy_esp32s3.menu.FlashMode.opi.build.boot=opi
adafruit_qtpy_esp32s3.menu.FlashMode.opi.build.boot_freq=80m
adafruit_qtpy_esp32s3.menu.FlashMode.opi.build.flash_freq=80m
adafruit_qtpy_esp32s3.menu.FlashMode.opi.build.flash_type=opi
adafruit_feather_esp32s3_nopsram.menu.USBMode.default=USB-OTG
adafruit_feather_esp32s3_nopsram.menu.USBMode.default.build.usb_mode=0
adafruit_feather_esp32s3_nopsram.menu.USBMode.default.upload.use_1200bps_touch=true
adafruit_feather_esp32s3_nopsram.menu.USBMode.default.upload.wait_for_upload_port=true
adafruit_feather_esp32s3_nopsram.menu.USBMode.hwcdc=Hardware CDC and JTAG
adafruit_feather_esp32s3_nopsram.menu.USBMode.hwcdc.build.usb_mode=1
adafruit_feather_esp32s3_nopsram.menu.USBMode.hwcdc.upload.use_1200bps_touch=false
adafruit_feather_esp32s3_nopsram.menu.USBMode.hwcdc.upload.wait_for_upload_port=false
adafruit_qtpy_esp32s3.menu.LoopCore.1=Core 1
adafruit_qtpy_esp32s3.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
adafruit_qtpy_esp32s3.menu.LoopCore.0=Core 0
adafruit_qtpy_esp32s3.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
adafruit_feather_esp32s3_nopsram.menu.CDCOnBoot.cdc=Enabled
adafruit_feather_esp32s3_nopsram.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
adafruit_feather_esp32s3_nopsram.menu.CDCOnBoot.default=Disabled
adafruit_feather_esp32s3_nopsram.menu.CDCOnBoot.default.build.cdc_on_boot=0
adafruit_qtpy_esp32s3.menu.EventsCore.1=Core 1
adafruit_qtpy_esp32s3.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
adafruit_qtpy_esp32s3.menu.EventsCore.0=Core 0
adafruit_qtpy_esp32s3.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
adafruit_feather_esp32s3_nopsram.menu.MSCOnBoot.default=Disabled
adafruit_feather_esp32s3_nopsram.menu.MSCOnBoot.default.build.msc_on_boot=0
adafruit_feather_esp32s3_nopsram.menu.MSCOnBoot.msc=Enabled
adafruit_feather_esp32s3_nopsram.menu.MSCOnBoot.msc.build.msc_on_boot=1
adafruit_qtpy_esp32s3.menu.USBMode.default=USB-OTG (TinyUSB)
adafruit_qtpy_esp32s3.menu.USBMode.default.build.usb_mode=0
adafruit_qtpy_esp32s3.menu.USBMode.hwcdc=Hardware CDC and JTAG
adafruit_qtpy_esp32s3.menu.USBMode.hwcdc.build.usb_mode=1
adafruit_feather_esp32s3_nopsram.menu.DFUOnBoot.default=Disabled
adafruit_feather_esp32s3_nopsram.menu.DFUOnBoot.default.build.dfu_on_boot=0
adafruit_feather_esp32s3_nopsram.menu.DFUOnBoot.dfu=Enabled
adafruit_feather_esp32s3_nopsram.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
adafruit_qtpy_esp32s3.menu.CDCOnBoot.cdc=Enabled
adafruit_qtpy_esp32s3.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
adafruit_qtpy_esp32s3.menu.CDCOnBoot.default=Disabled
adafruit_qtpy_esp32s3.menu.CDCOnBoot.default.build.cdc_on_boot=0
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.default.build.partitions=default
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB FAT)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.minimal.build.partitions=minimal
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.no_ota.build.partitions=no_ota
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.huge_app.build.partitions=huge_app
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.fatflash=16M Flash (2MB APP/12.5MB FAT)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.fatflash.build.partitions=ffat
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.fatflash.upload.maximum_size=2097152
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.app3M_fat9M_16MB=16M Flash (3MB APP/9MB FATFS)
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.app3M_fat9M_16MB.build.partitions=app3M_fat9M_16MB
adafruit_feather_esp32s3_nopsram.menu.PartitionScheme.app3M_fat9M_16MB.upload.maximum_size=3145728
adafruit_qtpy_esp32s3.menu.MSCOnBoot.default=Disabled
adafruit_qtpy_esp32s3.menu.MSCOnBoot.default.build.msc_on_boot=0
adafruit_qtpy_esp32s3.menu.MSCOnBoot.msc=Enabled (Requires USB-OTG Mode)
adafruit_qtpy_esp32s3.menu.MSCOnBoot.msc.build.msc_on_boot=1
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.240=240MHz (WiFi)
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.240.build.f_cpu=240000000L
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.160=160MHz (WiFi)
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.160.build.f_cpu=160000000L
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.80=80MHz (WiFi)
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.80.build.f_cpu=80000000L
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.40=40MHz
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.40.build.f_cpu=40000000L
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.20=20MHz
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.20.build.f_cpu=20000000L
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.10=10MHz
adafruit_feather_esp32s3_nopsram.menu.CPUFreq.10.build.f_cpu=10000000L
adafruit_qtpy_esp32s3.menu.DFUOnBoot.default=Disabled
adafruit_qtpy_esp32s3.menu.DFUOnBoot.default.build.dfu_on_boot=0
adafruit_qtpy_esp32s3.menu.DFUOnBoot.dfu=Enabled (Requires USB-OTG Mode)
adafruit_qtpy_esp32s3.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
adafruit_feather_esp32s3_nopsram.menu.FlashFreq.80=80MHz
adafruit_feather_esp32s3_nopsram.menu.FlashFreq.80.build.flash_freq=80m
adafruit_feather_esp32s3_nopsram.menu.FlashFreq.40=40MHz
adafruit_feather_esp32s3_nopsram.menu.FlashFreq.40.build.flash_freq=40m
adafruit_qtpy_esp32s3.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB)
adafruit_qtpy_esp32s3.menu.UploadMode.cdc.upload.use_1200bps_touch=true
adafruit_qtpy_esp32s3.menu.UploadMode.cdc.upload.wait_for_upload_port=true
adafruit_qtpy_esp32s3.menu.UploadMode.default=UART0 / Hardware CDC
adafruit_qtpy_esp32s3.menu.UploadMode.default.upload.use_1200bps_touch=false
adafruit_qtpy_esp32s3.menu.UploadMode.default.upload.wait_for_upload_port=false
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.921600=921600
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.921600.upload.speed=921600
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.115200=115200
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.115200.upload.speed=115200
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.256000.windows=256000
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.256000.upload.speed=256000
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.230400.windows.upload.speed=256000
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.230400=230400
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.230400.upload.speed=230400
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.460800.linux=460800
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.460800.macosx=460800
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.460800.upload.speed=460800
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.512000.windows=512000
adafruit_feather_esp32s3_nopsram.menu.UploadSpeed.512000.upload.speed=512000
adafruit_qtpy_esp32s3.menu.PartitionScheme.tinyuf2=TinyUF2 8MB (2MB APP/3.6MB FFAT)
adafruit_qtpy_esp32s3.menu.PartitionScheme.tinyuf2.build.custom_bootloader=bootloader-tinyuf2
adafruit_qtpy_esp32s3.menu.PartitionScheme.tinyuf2.build.custom_partitions=partitions-8MB-tinyuf2
adafruit_qtpy_esp32s3.menu.PartitionScheme.tinyuf2.upload.maximum_size=2097152
adafruit_qtpy_esp32s3.menu.PartitionScheme.tinyuf2.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
adafruit_qtpy_esp32s3.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB SPIFFS)
adafruit_qtpy_esp32s3.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
adafruit_qtpy_esp32s3.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.none=None
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.none.build.code_debug=0
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.error=Error
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.error.build.code_debug=1
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.warn=Warn
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.warn.build.code_debug=2
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.info=Info
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.info.build.code_debug=3
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.debug=Debug
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.debug.build.code_debug=4
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.verbose=Verbose
adafruit_feather_esp32s3_nopsram.menu.DebugLevel.verbose.build.code_debug=5
adafruit_qtpy_esp32s3.menu.CPUFreq.240=240MHz (WiFi)
adafruit_qtpy_esp32s3.menu.CPUFreq.240.build.f_cpu=240000000L
adafruit_qtpy_esp32s3.menu.CPUFreq.160=160MHz (WiFi)
adafruit_qtpy_esp32s3.menu.CPUFreq.160.build.f_cpu=160000000L
adafruit_qtpy_esp32s3.menu.CPUFreq.80=80MHz (WiFi)
adafruit_qtpy_esp32s3.menu.CPUFreq.80.build.f_cpu=80000000L
adafruit_qtpy_esp32s3.menu.CPUFreq.40=40MHz
adafruit_qtpy_esp32s3.menu.CPUFreq.40.build.f_cpu=40000000L
adafruit_qtpy_esp32s3.menu.CPUFreq.20=20MHz
adafruit_qtpy_esp32s3.menu.CPUFreq.20.build.f_cpu=20000000L
adafruit_qtpy_esp32s3.menu.CPUFreq.10=10MHz
adafruit_qtpy_esp32s3.menu.CPUFreq.10.build.f_cpu=10000000L
adafruit_qtpy_esp32s3.menu.UploadSpeed.921600=921600
adafruit_qtpy_esp32s3.menu.UploadSpeed.921600.upload.speed=921600
adafruit_qtpy_esp32s3.menu.UploadSpeed.115200=115200
adafruit_qtpy_esp32s3.menu.UploadSpeed.115200.upload.speed=115200
adafruit_qtpy_esp32s3.menu.UploadSpeed.256000.windows=256000
adafruit_qtpy_esp32s3.menu.UploadSpeed.256000.upload.speed=256000
adafruit_qtpy_esp32s3.menu.UploadSpeed.230400.windows.upload.speed=256000
adafruit_qtpy_esp32s3.menu.UploadSpeed.230400=230400
adafruit_qtpy_esp32s3.menu.UploadSpeed.230400.upload.speed=230400
adafruit_qtpy_esp32s3.menu.UploadSpeed.460800.linux=460800
adafruit_qtpy_esp32s3.menu.UploadSpeed.460800.macosx=460800
adafruit_qtpy_esp32s3.menu.UploadSpeed.460800.upload.speed=460800
adafruit_qtpy_esp32s3.menu.UploadSpeed.512000.windows=512000
adafruit_qtpy_esp32s3.menu.UploadSpeed.512000.upload.speed=512000
##############################################################
adafruit_qtpy_esp32s3.menu.DebugLevel.none=None
adafruit_qtpy_esp32s3.menu.DebugLevel.none.build.code_debug=0
adafruit_qtpy_esp32s3.menu.DebugLevel.error=Error
adafruit_qtpy_esp32s3.menu.DebugLevel.error.build.code_debug=1
adafruit_qtpy_esp32s3.menu.DebugLevel.warn=Warn
adafruit_qtpy_esp32s3.menu.DebugLevel.warn.build.code_debug=2
adafruit_qtpy_esp32s3.menu.DebugLevel.info=Info
adafruit_qtpy_esp32s3.menu.DebugLevel.info.build.code_debug=3
adafruit_qtpy_esp32s3.menu.DebugLevel.debug=Debug
adafruit_qtpy_esp32s3.menu.DebugLevel.debug.build.code_debug=4
adafruit_qtpy_esp32s3.menu.DebugLevel.verbose=Verbose
adafruit_qtpy_esp32s3.menu.DebugLevel.verbose.build.code_debug=5
adafruit_feather_esp32s3_tft.name=Adafruit Feather ESP32-S3 TFT
adafruit_feather_esp32s3_tft.vid.0=0x239A
adafruit_feather_esp32s3_tft.pid.0=0x811D
adafruit_feather_esp32s3_tft.vid.1=0x239A
adafruit_feather_esp32s3_tft.pid.1=0x011D
adafruit_feather_esp32s3_tft.vid.1=0x239A
adafruit_feather_esp32s3_tft.pid.1=0x811E
adafruit_feather_esp32s3_tft.bootloader.tool=esptool_py
adafruit_feather_esp32s3_tft.bootloader.tool.default=esptool_py
adafruit_feather_esp32s3_tft.upload.tool=esptool_py
adafruit_feather_esp32s3_tft.upload.tool.default=esptool_py
adafruit_feather_esp32s3_tft.upload.tool.network=esp_ota
adafruit_feather_esp32s3_tft.upload.maximum_size=1310720
adafruit_feather_esp32s3_tft.upload.maximum_data_size=327680
adafruit_feather_esp32s3_tft.upload.flags=
adafruit_feather_esp32s3_tft.upload.extra_flags=0x2d0000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
adafruit_feather_esp32s3_tft.upload.use_1200bps_touch=true
adafruit_feather_esp32s3_tft.upload.wait_for_upload_port=true
adafruit_feather_esp32s3_tft.serial.disableDTR=false
adafruit_feather_esp32s3_tft.serial.disableRTS=false
adafruit_feather_esp32s3_tft.build.tarch=xtensa
adafruit_feather_esp32s3_tft.build.bootloader_addr=0x0
adafruit_feather_esp32s3_tft.build.target=esp32s3
adafruit_feather_esp32s3_tft.build.mcu=esp32s3
adafruit_feather_esp32s3_tft.build.core=esp32
adafruit_feather_esp32s3_tft.build.variant=adafruit_feather_esp32s3_tft
adafruit_feather_esp32s3_tft.build.board=ADAFRUIT_FEATHER_ESP32S3_TFT
adafruit_feather_esp32s3_tft.build.usb_mode=1
adafruit_feather_esp32s3_tft.build.cdc_on_boot=1
adafruit_feather_esp32s3_tft.build.msc_on_boot=0
adafruit_feather_esp32s3_tft.build.dfu_on_boot=0
adafruit_feather_esp32s3_tft.build.f_cpu=240000000L
adafruit_feather_esp32s3_tft.build.flash_size=4MB
adafruit_feather_esp32s3_tft.build.flash_freq=80m
adafruit_feather_esp32s3_tft.build.flash_mode=dio
adafruit_feather_esp32s3_tft.build.boot=qio
adafruit_feather_esp32s3_tft.build.partitions=default
adafruit_feather_esp32s3_tft.build.defines=
adafruit_feather_esp32s3_tft.build.loop_core=-DARDUINO_RUNNING_CORE=1
adafruit_feather_esp32s3_tft.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
adafruit_feather_esp32s3_tft.menu.USBMode.default=USB-OTG
adafruit_feather_esp32s3_tft.menu.USBMode.default.build.usb_mode=0
adafruit_feather_esp32s3_tft.menu.USBMode.default.upload.use_1200bps_touch=true
adafruit_feather_esp32s3_tft.menu.USBMode.default.upload.wait_for_upload_port=true
adafruit_feather_esp32s3_tft.menu.USBMode.hwcdc=Hardware CDC and JTAG
adafruit_feather_esp32s3_tft.menu.USBMode.hwcdc.build.usb_mode=1
adafruit_feather_esp32s3_tft.menu.USBMode.hwcdc.upload.use_1200bps_touch=false
adafruit_feather_esp32s3_tft.menu.USBMode.hwcdc.upload.wait_for_upload_port=false
adafruit_feather_esp32s3_tft.menu.CDCOnBoot.cdc=Enabled
adafruit_feather_esp32s3_tft.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
adafruit_feather_esp32s3_tft.menu.CDCOnBoot.default=Disabled
adafruit_feather_esp32s3_tft.menu.CDCOnBoot.default.build.cdc_on_boot=0
adafruit_feather_esp32s3_tft.menu.MSCOnBoot.default=Disabled
adafruit_feather_esp32s3_tft.menu.MSCOnBoot.default.build.msc_on_boot=0
adafruit_feather_esp32s3_tft.menu.MSCOnBoot.msc=Enabled
adafruit_feather_esp32s3_tft.menu.MSCOnBoot.msc.build.msc_on_boot=1
adafruit_feather_esp32s3_tft.menu.DFUOnBoot.default=Disabled
adafruit_feather_esp32s3_tft.menu.DFUOnBoot.default.build.dfu_on_boot=0
adafruit_feather_esp32s3_tft.menu.DFUOnBoot.dfu=Enabled
adafruit_feather_esp32s3_tft.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
adafruit_feather_esp32s3_tft.menu.PSRAM.enabled=QSPI PSRAM
adafruit_feather_esp32s3_tft.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
adafruit_feather_esp32s3_tft.menu.PSRAM.enabled.build.psram_type=qspi
adafruit_feather_esp32s3_tft.menu.PSRAM.disabled=Disabled
adafruit_feather_esp32s3_tft.menu.PSRAM.disabled.build.defines=
adafruit_feather_esp32s3_tft.menu.PSRAM.disabled.build.psram_type=qspi
adafruit_feather_esp32s3_tft.menu.PSRAM.opi=OPI PSRAM
adafruit_feather_esp32s3_tft.menu.PSRAM.opi.build.defines=-DBOARD_HAS_PSRAM
adafruit_feather_esp32s3_tft.menu.PSRAM.opi.build.psram_type=opi
adafruit_feather_esp32s3_tft.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.default.build.partitions=default
adafruit_feather_esp32s3_tft.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
adafruit_feather_esp32s3_tft.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB FAT)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
adafruit_feather_esp32s3_tft.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
adafruit_feather_esp32s3_tft.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.minimal.build.partitions=minimal
adafruit_feather_esp32s3_tft.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.no_ota.build.partitions=no_ota
adafruit_feather_esp32s3_tft.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
adafruit_feather_esp32s3_tft.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
adafruit_feather_esp32s3_tft.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.huge_app.build.partitions=huge_app
adafruit_feather_esp32s3_tft.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
adafruit_feather_esp32s3_tft.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
adafruit_feather_esp32s3_tft.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
adafruit_feather_esp32s3_tft.menu.PartitionScheme.fatflash=16M Flash (2MB APP/12.5MB FAT)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.fatflash.build.partitions=ffat
adafruit_feather_esp32s3_tft.menu.PartitionScheme.fatflash.upload.maximum_size=2097152
adafruit_feather_esp32s3_tft.menu.PartitionScheme.app3M_fat9M_16MB=16M Flash (3MB APP/9MB FATFS)
adafruit_feather_esp32s3_tft.menu.PartitionScheme.app3M_fat9M_16MB.build.partitions=app3M_fat9M_16MB
adafruit_feather_esp32s3_tft.menu.PartitionScheme.app3M_fat9M_16MB.upload.maximum_size=3145728
adafruit_feather_esp32s3_tft.menu.CPUFreq.240=240MHz (WiFi)
adafruit_feather_esp32s3_tft.menu.CPUFreq.240.build.f_cpu=240000000L
adafruit_feather_esp32s3_tft.menu.CPUFreq.160=160MHz (WiFi)
adafruit_feather_esp32s3_tft.menu.CPUFreq.160.build.f_cpu=160000000L
adafruit_feather_esp32s3_tft.menu.CPUFreq.80=80MHz (WiFi)
adafruit_feather_esp32s3_tft.menu.CPUFreq.80.build.f_cpu=80000000L
adafruit_feather_esp32s3_tft.menu.CPUFreq.40=40MHz
adafruit_feather_esp32s3_tft.menu.CPUFreq.40.build.f_cpu=40000000L
adafruit_feather_esp32s3_tft.menu.CPUFreq.20=20MHz
adafruit_feather_esp32s3_tft.menu.CPUFreq.20.build.f_cpu=20000000L
adafruit_feather_esp32s3_tft.menu.CPUFreq.10=10MHz
adafruit_feather_esp32s3_tft.menu.CPUFreq.10.build.f_cpu=10000000L
adafruit_feather_esp32s3_tft.menu.FlashFreq.80=80MHz
adafruit_feather_esp32s3_tft.menu.FlashFreq.80.build.flash_freq=80m
adafruit_feather_esp32s3_tft.menu.FlashFreq.40=40MHz
adafruit_feather_esp32s3_tft.menu.FlashFreq.40.build.flash_freq=40m
adafruit_feather_esp32s3_tft.menu.UploadSpeed.921600=921600
adafruit_feather_esp32s3_tft.menu.UploadSpeed.921600.upload.speed=921600
adafruit_feather_esp32s3_tft.menu.UploadSpeed.115200=115200
adafruit_feather_esp32s3_tft.menu.UploadSpeed.115200.upload.speed=115200
adafruit_feather_esp32s3_tft.menu.UploadSpeed.256000.windows=256000
adafruit_feather_esp32s3_tft.menu.UploadSpeed.256000.upload.speed=256000
adafruit_feather_esp32s3_tft.menu.UploadSpeed.230400.windows.upload.speed=256000
adafruit_feather_esp32s3_tft.menu.UploadSpeed.230400=230400
adafruit_feather_esp32s3_tft.menu.UploadSpeed.230400.upload.speed=230400
adafruit_feather_esp32s3_tft.menu.UploadSpeed.460800.linux=460800
adafruit_feather_esp32s3_tft.menu.UploadSpeed.460800.macosx=460800
adafruit_feather_esp32s3_tft.menu.UploadSpeed.460800.upload.speed=460800
adafruit_feather_esp32s3_tft.menu.UploadSpeed.512000.windows=512000
adafruit_feather_esp32s3_tft.menu.UploadSpeed.512000.upload.speed=512000
adafruit_feather_esp32s3_tft.menu.DebugLevel.none=None
adafruit_feather_esp32s3_tft.menu.DebugLevel.none.build.code_debug=0
adafruit_feather_esp32s3_tft.menu.DebugLevel.error=Error
adafruit_feather_esp32s3_tft.menu.DebugLevel.error.build.code_debug=1
adafruit_feather_esp32s3_tft.menu.DebugLevel.warn=Warn
adafruit_feather_esp32s3_tft.menu.DebugLevel.warn.build.code_debug=2
adafruit_feather_esp32s3_tft.menu.DebugLevel.info=Info
adafruit_feather_esp32s3_tft.menu.DebugLevel.info.build.code_debug=3
adafruit_feather_esp32s3_tft.menu.DebugLevel.debug=Debug
adafruit_feather_esp32s3_tft.menu.DebugLevel.debug.build.code_debug=4
adafruit_feather_esp32s3_tft.menu.DebugLevel.verbose=Verbose
adafruit_feather_esp32s3_tft.menu.DebugLevel.verbose.build.code_debug=5
##############################################################
adafruit_qtpy_esp32s3_nopsram.name=Adafruit QT Py ESP32-S3 No PSRAM
adafruit_qtpy_esp32s3_nopsram.vid.0=0x239A
adafruit_qtpy_esp32s3_nopsram.pid.0=0x8119
adafruit_qtpy_esp32s3_nopsram.vid.1=0x239A
adafruit_qtpy_esp32s3_nopsram.pid.1=0x0119
adafruit_qtpy_esp32s3_nopsram.vid.1=0x239A
adafruit_qtpy_esp32s3_nopsram.pid.1=0x811A
adafruit_qtpy_esp32s3_nopsram.bootloader.tool=esptool_py
adafruit_qtpy_esp32s3_nopsram.bootloader.tool.default=esptool_py
adafruit_qtpy_esp32s3_nopsram.upload.tool=esptool_py
adafruit_qtpy_esp32s3_nopsram.upload.tool.default=esptool_py
adafruit_qtpy_esp32s3_nopsram.upload.tool.network=esp_ota
adafruit_qtpy_esp32s3_nopsram.upload.maximum_size=1310720
adafruit_qtpy_esp32s3_nopsram.upload.maximum_data_size=327680
adafruit_qtpy_esp32s3_nopsram.upload.flags=
adafruit_qtpy_esp32s3_nopsram.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
adafruit_qtpy_esp32s3_nopsram.upload.use_1200bps_touch=true
adafruit_qtpy_esp32s3_nopsram.upload.wait_for_upload_port=true
adafruit_qtpy_esp32s3_nopsram.upload.speed=921600
adafruit_qtpy_esp32s3_nopsram.serial.disableDTR=false
adafruit_qtpy_esp32s3_nopsram.serial.disableRTS=false
adafruit_qtpy_esp32s3_nopsram.build.tarch=xtensa
adafruit_qtpy_esp32s3_nopsram.build.bootloader_addr=0x0
adafruit_qtpy_esp32s3_nopsram.build.target=esp32s3
adafruit_qtpy_esp32s3_nopsram.build.mcu=esp32s3
adafruit_qtpy_esp32s3_nopsram.build.core=esp32
adafruit_qtpy_esp32s3_nopsram.build.variant=adafruit_qtpy_esp32s3_nopsram
adafruit_qtpy_esp32s3_nopsram.build.board=ADAFRUIT_QTPY_ESP32S3_NOPSRAM
adafruit_qtpy_esp32s3_nopsram.build.usb_mode=1
adafruit_qtpy_esp32s3_nopsram.build.cdc_on_boot=1
adafruit_qtpy_esp32s3_nopsram.build.msc_on_boot=0
adafruit_qtpy_esp32s3_nopsram.build.dfu_on_boot=0
adafruit_qtpy_esp32s3_nopsram.build.f_cpu=240000000L
adafruit_qtpy_esp32s3_nopsram.build.flash_size=8MB
adafruit_qtpy_esp32s3_nopsram.build.flash_freq=80m
adafruit_qtpy_esp32s3_nopsram.build.flash_mode=dio
adafruit_qtpy_esp32s3_nopsram.build.boot=qio
adafruit_qtpy_esp32s3_nopsram.build.partitions=default_8MB
adafruit_qtpy_esp32s3_nopsram.build.defines=
adafruit_qtpy_esp32s3_nopsram.build.loop_core=-DARDUINO_RUNNING_CORE=1
adafruit_qtpy_esp32s3_nopsram.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
adafruit_qtpy_esp32s3_nopsram.menu.USBMode.default=USB-OTG
adafruit_qtpy_esp32s3_nopsram.menu.USBMode.default.build.usb_mode=0
adafruit_qtpy_esp32s3_nopsram.menu.USBMode.default.upload.use_1200bps_touch=true
adafruit_qtpy_esp32s3_nopsram.menu.USBMode.default.upload.wait_for_upload_port=true
adafruit_qtpy_esp32s3_nopsram.menu.USBMode.hwcdc=Hardware CDC and JTAG
adafruit_qtpy_esp32s3_nopsram.menu.USBMode.hwcdc.build.usb_mode=1
adafruit_qtpy_esp32s3_nopsram.menu.USBMode.hwcdc.upload.use_1200bps_touch=false
adafruit_qtpy_esp32s3_nopsram.menu.USBMode.hwcdc.upload.wait_for_upload_port=false
adafruit_qtpy_esp32s3_nopsram.menu.CDCOnBoot.cdc=Enabled
adafruit_qtpy_esp32s3_nopsram.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
adafruit_qtpy_esp32s3_nopsram.menu.CDCOnBoot.default=Disabled
adafruit_qtpy_esp32s3_nopsram.menu.CDCOnBoot.default.build.cdc_on_boot=0
adafruit_qtpy_esp32s3_nopsram.menu.MSCOnBoot.default=Disabled
adafruit_qtpy_esp32s3_nopsram.menu.MSCOnBoot.default.build.msc_on_boot=0
adafruit_qtpy_esp32s3_nopsram.menu.MSCOnBoot.msc=Enabled
adafruit_qtpy_esp32s3_nopsram.menu.MSCOnBoot.msc.build.msc_on_boot=1
adafruit_qtpy_esp32s3_nopsram.menu.DFUOnBoot.default=Disabled
adafruit_qtpy_esp32s3_nopsram.menu.DFUOnBoot.default.build.dfu_on_boot=0
adafruit_qtpy_esp32s3_nopsram.menu.DFUOnBoot.dfu=Enabled
adafruit_qtpy_esp32s3_nopsram.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.default.build.partitions=default
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB FAT)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.minimal.build.partitions=minimal
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.no_ota.build.partitions=no_ota
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.huge_app.build.partitions=huge_app
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.fatflash=16M Flash (2MB APP/12.5MB FAT)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.fatflash.build.partitions=ffat
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.fatflash.upload.maximum_size=2097152
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.app3M_fat9M_16MB=16M Flash (3MB APP/9MB FATFS)
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.app3M_fat9M_16MB.build.partitions=app3M_fat9M_16MB
adafruit_qtpy_esp32s3_nopsram.menu.PartitionScheme.app3M_fat9M_16MB.upload.maximum_size=3145728
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.240=240MHz (WiFi)
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.240.build.f_cpu=240000000L
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.160=160MHz (WiFi)
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.160.build.f_cpu=160000000L
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.80=80MHz (WiFi)
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.80.build.f_cpu=80000000L
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.40=40MHz
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.40.build.f_cpu=40000000L
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.20=20MHz
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.20.build.f_cpu=20000000L
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.10=10MHz
adafruit_qtpy_esp32s3_nopsram.menu.CPUFreq.10.build.f_cpu=10000000L
adafruit_qtpy_esp32s3_nopsram.menu.FlashFreq.80=80MHz
adafruit_qtpy_esp32s3_nopsram.menu.FlashFreq.80.build.flash_freq=80m
adafruit_qtpy_esp32s3_nopsram.menu.FlashFreq.40=40MHz
adafruit_qtpy_esp32s3_nopsram.menu.FlashFreq.40.build.flash_freq=40m
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.none=None
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.none.build.code_debug=0
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.error=Error
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.error.build.code_debug=1
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.warn=Warn
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.warn.build.code_debug=2
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.info=Info
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.info.build.code_debug=3
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.debug=Debug
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.debug.build.code_debug=4
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.verbose=Verbose
adafruit_qtpy_esp32s3_nopsram.menu.DebugLevel.verbose.build.code_debug=5
##############################################################

View file

@ -17,8 +17,8 @@ static const uint8_t LED_BUILTIN = 13;
static const uint8_t TX = 8;
static const uint8_t RX = 7;
static const uint8_t TX1 = 8;
static const uint8_t RX1 = 7;
#define TX1 TX
#define RX1 RX
static const uint8_t SDA = 22;
static const uint8_t SCL = 20;

Binary file not shown.

View file

@ -0,0 +1,11 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
# bootloader.bin,, 0x1000, 32K
# partition table, 0x8000, 4K
nvs, data, nvs, 0x9000, 20K,
otadata, data, ota, 0xe000, 8K,
ota_0, 0, ota_0, 0x10000, 1408K,
ota_1, 0, ota_1, 0x170000, 1408K,
uf2, app, factory,0x2d0000, 256K,
ffat, data, fat, 0x310000, 960K,
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 # bootloader.bin,, 0x1000, 32K
4 # partition table, 0x8000, 4K
5 nvs, data, nvs, 0x9000, 20K,
6 otadata, data, ota, 0xe000, 8K,
7 ota_0, 0, ota_0, 0x10000, 1408K,
8 ota_1, 0, ota_1, 0x170000, 1408K,
9 uf2, app, factory,0x2d0000, 256K,
10 ffat, data, fat, 0x310000, 960K,

View file

@ -0,0 +1,71 @@
#ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include <stdint.h>
#define USB_VID 0x239A
#define USB_PID 0x811B
#define USB_MANUFACTURER "Adafruit"
#define USB_PRODUCT "Feather ESP32-S3"
#define USB_SERIAL "" // Empty string for MAC adddress
#define EXTERNAL_NUM_INTERRUPTS 46
#define NUM_DIGITAL_PINS 48
#define NUM_ANALOG_INPUTS 20
#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
#define digitalPinHasPWM(p) (p < 46)
#define LED_BUILTIN 13
#define PIN_NEOPIXEL 33
#define NEOPIXEL_NUM 1 // number of neopixels
#define NEOPIXEL_POWER 21 // power pin
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
#define I2C_POWER 7 // I2C power pin
#define PIN_I2C_POWER 7 // I2C power pin
static const uint8_t TX = 39;
static const uint8_t RX = 38;
#define TX1 TX
#define RX1 RX
static const uint8_t SDA = 3;
static const uint8_t SCL = 4;
static const uint8_t SS = 42;
static const uint8_t MOSI = 35;
static const uint8_t SCK = 36;
static const uint8_t MISO = 37;
static const uint8_t A0 = 18;
static const uint8_t A1 = 17;
static const uint8_t A2 = 16;
static const uint8_t A3 = 15;
static const uint8_t A4 = 14;
static const uint8_t A5 = 8;
static const uint8_t A6 = 3;
static const uint8_t A7 = 4;
static const uint8_t A8 = 5;
static const uint8_t A9 = 6;
static const uint8_t A10 = 9;
static const uint8_t A11 = 10;
static const uint8_t A12 = 11;
static const uint8_t A13 = 12;
static const uint8_t A14 = 13;
static const uint8_t T3 = 3;
static const uint8_t T4 = 4;
static const uint8_t T5 = 5;
static const uint8_t T6 = 6;
static const uint8_t T8 = 8;
static const uint8_t T9 = 9;
static const uint8_t T10 = 10;
static const uint8_t T11 = 11;
static const uint8_t T12 = 12;
static const uint8_t T13 = 13;
static const uint8_t T14 = 14;
#endif /* Pins_Arduino_h */

Binary file not shown.

View file

@ -0,0 +1,43 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2021 Ha Thach (tinyusb.org) for Adafruit Industries
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "esp32-hal-gpio.h"
#include "pins_arduino.h"
extern "C" {
// Initialize variant/board, called before setup()
void initVariant(void)
{
// This board has a power control pin, and we must set it to output and high
// in order to enable the NeoPixels.
pinMode(NEOPIXEL_POWER, OUTPUT);
digitalWrite(NEOPIXEL_POWER, HIGH);
// turn on the I2C power by setting LDO enable pin 'high'
pinMode(PIN_I2C_POWER, OUTPUT);
digitalWrite(PIN_I2C_POWER, HIGH);
}
}

Binary file not shown.

View file

@ -0,0 +1,11 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
# bootloader.bin,, 0x1000, 32K
# partition table, 0x8000, 4K
nvs, data, nvs, 0x9000, 20K,
otadata, data, ota, 0xe000, 8K,
ota_0, 0, ota_0, 0x10000, 1408K,
ota_1, 0, ota_1, 0x170000, 1408K,
uf2, app, factory,0x2d0000, 256K,
ffat, data, fat, 0x310000, 960K,
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 # bootloader.bin,, 0x1000, 32K
4 # partition table, 0x8000, 4K
5 nvs, data, nvs, 0x9000, 20K,
6 otadata, data, ota, 0xe000, 8K,
7 ota_0, 0, ota_0, 0x10000, 1408K,
8 ota_1, 0, ota_1, 0x170000, 1408K,
9 uf2, app, factory,0x2d0000, 256K,
10 ffat, data, fat, 0x310000, 960K,

View file

@ -0,0 +1,68 @@
#ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include <stdint.h>
#define USB_VID 0x239A
#define USB_PID 0x811D
#define USB_MANUFACTURER "Adafruit"
#define USB_PRODUCT "Feather ESP32-S3 TFT"
#define USB_SERIAL "" // Empty string for MAC adddress
#define EXTERNAL_NUM_INTERRUPTS 46
#define NUM_DIGITAL_PINS 48
#define NUM_ANALOG_INPUTS 20
#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
#define digitalPinHasPWM(p) (p < 46)
#define LED_BUILTIN 13
#define PIN_NEOPIXEL 33
#define NEOPIXEL_NUM 1 // number of neopixels
#define NEOPIXEL_POWER 34 // power pin
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
#define TFT_I2C_POWER 21
#define TFT_CS 7
#define TFT_RST 40
#define TFT_DC 39
#define TFT_BACKLITE 45
static const uint8_t SDA = 42;
static const uint8_t SCL = 41;
static const uint8_t SS = 7;
static const uint8_t MOSI = 35;
static const uint8_t SCK = 36;
static const uint8_t MISO = 37;
static const uint8_t A0 = 18;
static const uint8_t A1 = 17;
static const uint8_t A2 = 16;
static const uint8_t A3 = 15;
static const uint8_t A4 = 14;
static const uint8_t A5 = 8;
static const uint8_t TX = 1;
static const uint8_t RX = 2;
static const uint8_t T1 = 1;
static const uint8_t T2 = 2;
static const uint8_t T5 = 5;
static const uint8_t T6 = 6;
static const uint8_t T8 = 8;
static const uint8_t T9 = 9;
static const uint8_t T10 = 10;
static const uint8_t T11 = 11;
static const uint8_t T12 = 12;
static const uint8_t T13 = 13;
static const uint8_t T14 = 14;
static const uint8_t DAC1 = 17;
static const uint8_t DAC2 = 18;
#endif /* Pins_Arduino_h */

Binary file not shown.

View file

@ -0,0 +1,42 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2021 Ha Thach (tinyusb.org) for Adafruit Industries
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "esp32-hal-gpio.h"
#include "pins_arduino.h"
extern "C" {
// Initialize variant/board, called before setup()
void initVariant(void)
{
// This board has power control pins, and we must set them to output and high
// in order to enable the NeoPixels, TFT & I2C
pinMode(NEOPIXEL_POWER, OUTPUT);
digitalWrite(NEOPIXEL_POWER, HIGH);
pinMode(TFT_I2C_POWER, OUTPUT);
digitalWrite(TFT_I2C_POWER, HIGH);
}
}