Unverified Commit 2981bde8 authored by Limor "Ladyada" Fried's avatar Limor "Ladyada" Fried Committed by GitHub

Add some more adafruit boards and fix some board typos (#6014)

Co-authored-by: default avatarcaternuson <caternuson@gmail.com>
Co-authored-by: default avatarKattni Rembor <kattni@adafruit.com>
Co-authored-by: default avatarJeff Epler <jeff@adafruit.com>
Co-authored-by: default avatarJeff Epler <jepler@gmail.com>
Co-authored-by: default avatarHa Thach <thach@tinyusb.org>
parent 6d400df9
......@@ -4558,6 +4558,333 @@ adafruit_feather_esp32s2.menu.DebugLevel.debug.build.code_debug=4
adafruit_feather_esp32s2.menu.DebugLevel.verbose=Verbose
adafruit_feather_esp32s2.menu.DebugLevel.verbose.build.code_debug=5
##############################################################
adafruit_feather_esp32s2_tft.name=Adafruit Feather ESP32-S2 TFT
adafruit_feather_esp32s2_tft.vid.0=0x239A
adafruit_feather_esp32s2_tft.pid.0=0x810F
adafruit_feather_esp32s2_tft.vid.1=0x239A
adafruit_feather_esp32s2_tft.pid.1=0x010F
adafruit_feather_esp32s2_tft.vid.1=0x239A
adafruit_feather_esp32s2_tft.pid.1=0x8110
adafruit_feather_esp32s2_tft.upload.tool=esptool_py
adafruit_feather_esp32s2_tft.upload.maximum_size=1310720
adafruit_feather_esp32s2_tft.upload.maximum_data_size=327680
adafruit_feather_esp32s2_tft.upload.flags=
adafruit_feather_esp32s2_tft.upload.extra_flags=0x2d0000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
adafruit_feather_esp32s2_tft.upload.use_1200bps_touch=true
adafruit_feather_esp32s2_tft.upload.wait_for_upload_port=true
adafruit_feather_esp32s2_tft.serial.disableDTR=false
adafruit_feather_esp32s2_tft.serial.disableRTS=false
adafruit_feather_esp32s2_tft.build.tarch=xtensa
adafruit_feather_esp32s2_tft.build.bootloader_addr=0x1000
adafruit_feather_esp32s2_tft.build.target=esp32s2
adafruit_feather_esp32s2_tft.build.mcu=esp32s2
adafruit_feather_esp32s2_tft.build.core=esp32
adafruit_feather_esp32s2_tft.build.variant=adafruit_feather_esp32s2_tft
adafruit_feather_esp32s2_tft.build.board=ADAFRUIT_FEATHER_ESP32S2_TFT
adafruit_feather_esp32s2_tft.build.cdc_on_boot=0
adafruit_feather_esp32s2_tft.build.msc_on_boot=0
adafruit_feather_esp32s2_tft.build.dfu_on_boot=0
adafruit_feather_esp32s2_tft.build.f_cpu=240000000L
adafruit_feather_esp32s2_tft.build.flash_size=4MB
adafruit_feather_esp32s2_tft.build.flash_freq=80m
adafruit_feather_esp32s2_tft.build.flash_mode=qio
adafruit_feather_esp32s2_tft.build.boot=qio
adafruit_feather_esp32s2_tft.build.partitions=default
adafruit_feather_esp32s2_tft.build.defines=
adafruit_feather_esp32s2_tft.menu.CDCOnBoot.cdc=Enabled
adafruit_feather_esp32s2_tft.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
adafruit_feather_esp32s2_tft.menu.CDCOnBoot.default=Disabled
adafruit_feather_esp32s2_tft.menu.CDCOnBoot.default.build.cdc_on_boot=0
adafruit_feather_esp32s2_tft.menu.MSCOnBoot.default=Disabled
adafruit_feather_esp32s2_tft.menu.MSCOnBoot.default.build.msc_on_boot=0
adafruit_feather_esp32s2_tft.menu.MSCOnBoot.msc=Enabled
adafruit_feather_esp32s2_tft.menu.MSCOnBoot.msc.build.msc_on_boot=1
adafruit_feather_esp32s2_tft.menu.DFUOnBoot.default=Disabled
adafruit_feather_esp32s2_tft.menu.DFUOnBoot.default.build.dfu_on_boot=0
adafruit_feather_esp32s2_tft.menu.DFUOnBoot.dfu=Enabled
adafruit_feather_esp32s2_tft.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
adafruit_feather_esp32s2_tft.menu.PSRAM.enabled=Enabled
adafruit_feather_esp32s2_tft.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
adafruit_feather_esp32s2_tft.menu.PSRAM.disabled=Disabled
adafruit_feather_esp32s2_tft.menu.PSRAM.disabled.build.defines=
adafruit_feather_esp32s2_tft.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.default.build.partitions=default
adafruit_feather_esp32s2_tft.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
adafruit_feather_esp32s2_tft.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB FAT)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
adafruit_feather_esp32s2_tft.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
adafruit_feather_esp32s2_tft.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.minimal.build.partitions=minimal
adafruit_feather_esp32s2_tft.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.no_ota.build.partitions=no_ota
adafruit_feather_esp32s2_tft.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
adafruit_feather_esp32s2_tft.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
adafruit_feather_esp32s2_tft.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.huge_app.build.partitions=huge_app
adafruit_feather_esp32s2_tft.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
adafruit_feather_esp32s2_tft.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
adafruit_feather_esp32s2_tft.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
adafruit_feather_esp32s2_tft.menu.PartitionScheme.fatflash=16M Flash (2MB APP/12.5MB FAT)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.fatflash.build.partitions=ffat
adafruit_feather_esp32s2_tft.menu.PartitionScheme.fatflash.upload.maximum_size=2097152
adafruit_feather_esp32s2_tft.menu.PartitionScheme.app3M_fat9M_16MB=16M Flash (3MB APP/9MB FATFS)
adafruit_feather_esp32s2_tft.menu.PartitionScheme.app3M_fat9M_16MB.build.partitions=app3M_fat9M_16MB
adafruit_feather_esp32s2_tft.menu.PartitionScheme.app3M_fat9M_16MB.upload.maximum_size=3145728
adafruit_feather_esp32s2_tft.menu.CPUFreq.240=240MHz (WiFi)
adafruit_feather_esp32s2_tft.menu.CPUFreq.240.build.f_cpu=240000000L
adafruit_feather_esp32s2_tft.menu.CPUFreq.160=160MHz (WiFi)
adafruit_feather_esp32s2_tft.menu.CPUFreq.160.build.f_cpu=160000000L
adafruit_feather_esp32s2_tft.menu.CPUFreq.80=80MHz (WiFi)
adafruit_feather_esp32s2_tft.menu.CPUFreq.80.build.f_cpu=80000000L
adafruit_feather_esp32s2_tft.menu.CPUFreq.40=40MHz
adafruit_feather_esp32s2_tft.menu.CPUFreq.40.build.f_cpu=40000000L
adafruit_feather_esp32s2_tft.menu.CPUFreq.20=20MHz
adafruit_feather_esp32s2_tft.menu.CPUFreq.20.build.f_cpu=20000000L
adafruit_feather_esp32s2_tft.menu.CPUFreq.10=10MHz
adafruit_feather_esp32s2_tft.menu.CPUFreq.10.build.f_cpu=10000000L
adafruit_feather_esp32s2_tft.menu.FlashMode.qio=QIO
adafruit_feather_esp32s2_tft.menu.FlashMode.qio.build.flash_mode=dio
adafruit_feather_esp32s2_tft.menu.FlashMode.qio.build.boot=qio
adafruit_feather_esp32s2_tft.menu.FlashMode.dio=DIO
adafruit_feather_esp32s2_tft.menu.FlashMode.dio.build.flash_mode=dio
adafruit_feather_esp32s2_tft.menu.FlashMode.dio.build.boot=dio
adafruit_feather_esp32s2_tft.menu.FlashMode.qout=QOUT
adafruit_feather_esp32s2_tft.menu.FlashMode.qout.build.flash_mode=dout
adafruit_feather_esp32s2_tft.menu.FlashMode.qout.build.boot=qout
adafruit_feather_esp32s2_tft.menu.FlashMode.dout=DOUT
adafruit_feather_esp32s2_tft.menu.FlashMode.dout.build.flash_mode=dout
adafruit_feather_esp32s2_tft.menu.FlashMode.dout.build.boot=dout
adafruit_feather_esp32s2_tft.menu.FlashFreq.80=80MHz
adafruit_feather_esp32s2_tft.menu.FlashFreq.80.build.flash_freq=80m
adafruit_feather_esp32s2_tft.menu.FlashFreq.40=40MHz
adafruit_feather_esp32s2_tft.menu.FlashFreq.40.build.flash_freq=40m
adafruit_feather_esp32s2_tft.menu.FlashSize.4M=4MB (32Mb)
adafruit_feather_esp32s2_tft.menu.FlashSize.4M.build.flash_size=4MB
adafruit_feather_esp32s2_tft.menu.FlashSize.8M=8MB (64Mb)
adafruit_feather_esp32s2_tft.menu.FlashSize.8M.build.flash_size=8MB
adafruit_feather_esp32s2_tft.menu.FlashSize.8M.build.partitions=default_8MB
adafruit_feather_esp32s2_tft.menu.FlashSize.2M=2MB (16Mb)
adafruit_feather_esp32s2_tft.menu.FlashSize.2M.build.flash_size=2MB
adafruit_feather_esp32s2_tft.menu.FlashSize.2M.build.partitions=minimal
adafruit_feather_esp32s2_tft.menu.FlashSize.16M=16MB (128Mb)
adafruit_feather_esp32s2_tft.menu.FlashSize.16M.build.flash_size=16MB
adafruit_feather_esp32s2_tft.menu.UploadSpeed.921600=921600
adafruit_feather_esp32s2_tft.menu.UploadSpeed.921600.upload.speed=921600
adafruit_feather_esp32s2_tft.menu.UploadSpeed.115200=115200
adafruit_feather_esp32s2_tft.menu.UploadSpeed.115200.upload.speed=115200
adafruit_feather_esp32s2_tft.menu.UploadSpeed.256000.windows=256000
adafruit_feather_esp32s2_tft.menu.UploadSpeed.256000.upload.speed=256000
adafruit_feather_esp32s2_tft.menu.UploadSpeed.230400.windows.upload.speed=256000
adafruit_feather_esp32s2_tft.menu.UploadSpeed.230400=230400
adafruit_feather_esp32s2_tft.menu.UploadSpeed.230400.upload.speed=230400
adafruit_feather_esp32s2_tft.menu.UploadSpeed.460800.linux=460800
adafruit_feather_esp32s2_tft.menu.UploadSpeed.460800.macosx=460800
adafruit_feather_esp32s2_tft.menu.UploadSpeed.460800.upload.speed=460800
adafruit_feather_esp32s2_tft.menu.UploadSpeed.512000.windows=512000
adafruit_feather_esp32s2_tft.menu.UploadSpeed.512000.upload.speed=512000
adafruit_feather_esp32s2_tft.menu.DebugLevel.none=None
adafruit_feather_esp32s2_tft.menu.DebugLevel.none.build.code_debug=0
adafruit_feather_esp32s2_tft.menu.DebugLevel.error=Error
adafruit_feather_esp32s2_tft.menu.DebugLevel.error.build.code_debug=1
adafruit_feather_esp32s2_tft.menu.DebugLevel.warn=Warn
adafruit_feather_esp32s2_tft.menu.DebugLevel.warn.build.code_debug=2
adafruit_feather_esp32s2_tft.menu.DebugLevel.info=Info
adafruit_feather_esp32s2_tft.menu.DebugLevel.info.build.code_debug=3
adafruit_feather_esp32s2_tft.menu.DebugLevel.debug=Debug
adafruit_feather_esp32s2_tft.menu.DebugLevel.debug.build.code_debug=4
adafruit_feather_esp32s2_tft.menu.DebugLevel.verbose=Verbose
adafruit_feather_esp32s2_tft.menu.DebugLevel.verbose.build.code_debug=5
##############################################################
adafruit_qtpy_esp32s2.name=Adafruit QT Py ESP32-S2
adafruit_qtpy_esp32s2.vid.0=0x239A
adafruit_qtpy_esp32s2.pid.0=0x8111
adafruit_qtpy_esp32s2.vid.1=0x239A
adafruit_qtpy_esp32s2.pid.1=0x0111
adafruit_qtpy_esp32s2.vid.1=0x239A
adafruit_qtpy_esp32s2.pid.1=0x8112
adafruit_qtpy_esp32s2.upload.tool=esptool_py
adafruit_qtpy_esp32s2.upload.maximum_size=1310720
adafruit_qtpy_esp32s2.upload.maximum_data_size=327680
adafruit_qtpy_esp32s2.upload.flags=
adafruit_qtpy_esp32s2.upload.extra_flags=0x2d0000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
adafruit_qtpy_esp32s2.upload.use_1200bps_touch=true
adafruit_qtpy_esp32s2.upload.wait_for_upload_port=true
adafruit_qtpy_esp32s2.serial.disableDTR=false
adafruit_qtpy_esp32s2.serial.disableRTS=false
adafruit_qtpy_esp32s2.build.tarch=xtensa
adafruit_qtpy_esp32s2.build.bootloader_addr=0x1000
adafruit_qtpy_esp32s2.build.target=esp32s2
adafruit_qtpy_esp32s2.build.mcu=esp32s2
adafruit_qtpy_esp32s2.build.core=esp32
adafruit_qtpy_esp32s2.build.variant=adafruit_qtpy_esp32s2
adafruit_qtpy_esp32s2.build.board=ADAFRUIT_QTPY_ESP32S2
adafruit_qtpy_esp32s2.build.cdc_on_boot=0
adafruit_qtpy_esp32s2.build.msc_on_boot=0
adafruit_qtpy_esp32s2.build.dfu_on_boot=0
adafruit_qtpy_esp32s2.build.f_cpu=240000000L
adafruit_qtpy_esp32s2.build.flash_size=4MB
adafruit_qtpy_esp32s2.build.flash_freq=80m
adafruit_qtpy_esp32s2.build.flash_mode=qio
adafruit_qtpy_esp32s2.build.boot=qio
adafruit_qtpy_esp32s2.build.partitions=default
adafruit_qtpy_esp32s2.build.defines=
adafruit_qtpy_esp32s2.menu.CDCOnBoot.cdc=Enabled
adafruit_qtpy_esp32s2.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
adafruit_qtpy_esp32s2.menu.CDCOnBoot.default=Disabled
adafruit_qtpy_esp32s2.menu.CDCOnBoot.default.build.cdc_on_boot=0
adafruit_qtpy_esp32s2.menu.MSCOnBoot.default=Disabled
adafruit_qtpy_esp32s2.menu.MSCOnBoot.default.build.msc_on_boot=0
adafruit_qtpy_esp32s2.menu.MSCOnBoot.msc=Enabled
adafruit_qtpy_esp32s2.menu.MSCOnBoot.msc.build.msc_on_boot=1
adafruit_qtpy_esp32s2.menu.DFUOnBoot.default=Disabled
adafruit_qtpy_esp32s2.menu.DFUOnBoot.default.build.dfu_on_boot=0
adafruit_qtpy_esp32s2.menu.DFUOnBoot.dfu=Enabled
adafruit_qtpy_esp32s2.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
adafruit_qtpy_esp32s2.menu.PSRAM.enabled=Enabled
adafruit_qtpy_esp32s2.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
adafruit_qtpy_esp32s2.menu.PSRAM.disabled=Disabled
adafruit_qtpy_esp32s2.menu.PSRAM.disabled.build.defines=
adafruit_qtpy_esp32s2.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.default.build.partitions=default
adafruit_qtpy_esp32s2.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
adafruit_qtpy_esp32s2.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB FAT)
adafruit_qtpy_esp32s2.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
adafruit_qtpy_esp32s2.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
adafruit_qtpy_esp32s2.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.minimal.build.partitions=minimal
adafruit_qtpy_esp32s2.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.no_ota.build.partitions=no_ota
adafruit_qtpy_esp32s2.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
adafruit_qtpy_esp32s2.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
adafruit_qtpy_esp32s2.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.huge_app.build.partitions=huge_app
adafruit_qtpy_esp32s2.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
adafruit_qtpy_esp32s2.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
adafruit_qtpy_esp32s2.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
adafruit_qtpy_esp32s2.menu.PartitionScheme.fatflash=16M Flash (2MB APP/12.5MB FAT)
adafruit_qtpy_esp32s2.menu.PartitionScheme.fatflash.build.partitions=ffat
adafruit_qtpy_esp32s2.menu.PartitionScheme.fatflash.upload.maximum_size=2097152
adafruit_qtpy_esp32s2.menu.PartitionScheme.app3M_fat9M_16MB=16M Flash (3MB APP/9MB FATFS)
adafruit_qtpy_esp32s2.menu.PartitionScheme.app3M_fat9M_16MB.build.partitions=app3M_fat9M_16MB
adafruit_qtpy_esp32s2.menu.PartitionScheme.app3M_fat9M_16MB.upload.maximum_size=3145728
adafruit_qtpy_esp32s2.menu.CPUFreq.240=240MHz (WiFi)
adafruit_qtpy_esp32s2.menu.CPUFreq.240.build.f_cpu=240000000L
adafruit_qtpy_esp32s2.menu.CPUFreq.160=160MHz (WiFi)
adafruit_qtpy_esp32s2.menu.CPUFreq.160.build.f_cpu=160000000L
adafruit_qtpy_esp32s2.menu.CPUFreq.80=80MHz (WiFi)
adafruit_qtpy_esp32s2.menu.CPUFreq.80.build.f_cpu=80000000L
adafruit_qtpy_esp32s2.menu.CPUFreq.40=40MHz
adafruit_qtpy_esp32s2.menu.CPUFreq.40.build.f_cpu=40000000L
adafruit_qtpy_esp32s2.menu.CPUFreq.20=20MHz
adafruit_qtpy_esp32s2.menu.CPUFreq.20.build.f_cpu=20000000L
adafruit_qtpy_esp32s2.menu.CPUFreq.10=10MHz
adafruit_qtpy_esp32s2.menu.CPUFreq.10.build.f_cpu=10000000L
adafruit_qtpy_esp32s2.menu.FlashMode.qio=QIO
adafruit_qtpy_esp32s2.menu.FlashMode.qio.build.flash_mode=dio
adafruit_qtpy_esp32s2.menu.FlashMode.qio.build.boot=qio
adafruit_qtpy_esp32s2.menu.FlashMode.dio=DIO
adafruit_qtpy_esp32s2.menu.FlashMode.dio.build.flash_mode=dio
adafruit_qtpy_esp32s2.menu.FlashMode.dio.build.boot=dio
adafruit_qtpy_esp32s2.menu.FlashMode.qout=QOUT
adafruit_qtpy_esp32s2.menu.FlashMode.qout.build.flash_mode=dout
adafruit_qtpy_esp32s2.menu.FlashMode.qout.build.boot=qout
adafruit_qtpy_esp32s2.menu.FlashMode.dout=DOUT
adafruit_qtpy_esp32s2.menu.FlashMode.dout.build.flash_mode=dout
adafruit_qtpy_esp32s2.menu.FlashMode.dout.build.boot=dout
adafruit_qtpy_esp32s2.menu.FlashFreq.80=80MHz
adafruit_qtpy_esp32s2.menu.FlashFreq.80.build.flash_freq=80m
adafruit_qtpy_esp32s2.menu.FlashFreq.40=40MHz
adafruit_qtpy_esp32s2.menu.FlashFreq.40.build.flash_freq=40m
adafruit_qtpy_esp32s2.menu.FlashSize.4M=4MB (32Mb)
adafruit_qtpy_esp32s2.menu.FlashSize.4M.build.flash_size=4MB
adafruit_qtpy_esp32s2.menu.FlashSize.8M=8MB (64Mb)
adafruit_qtpy_esp32s2.menu.FlashSize.8M.build.flash_size=8MB
adafruit_qtpy_esp32s2.menu.FlashSize.8M.build.partitions=default_8MB
adafruit_qtpy_esp32s2.menu.FlashSize.2M=2MB (16Mb)
adafruit_qtpy_esp32s2.menu.FlashSize.2M.build.flash_size=2MB
adafruit_qtpy_esp32s2.menu.FlashSize.2M.build.partitions=minimal
adafruit_qtpy_esp32s2.menu.FlashSize.16M=16MB (128Mb)
adafruit_qtpy_esp32s2.menu.FlashSize.16M.build.flash_size=16MB
adafruit_qtpy_esp32s2.menu.UploadSpeed.921600=921600
adafruit_qtpy_esp32s2.menu.UploadSpeed.921600.upload.speed=921600
adafruit_qtpy_esp32s2.menu.UploadSpeed.115200=115200
adafruit_qtpy_esp32s2.menu.UploadSpeed.115200.upload.speed=115200
adafruit_qtpy_esp32s2.menu.UploadSpeed.256000.windows=256000
adafruit_qtpy_esp32s2.menu.UploadSpeed.256000.upload.speed=256000
adafruit_qtpy_esp32s2.menu.UploadSpeed.230400.windows.upload.speed=256000
adafruit_qtpy_esp32s2.menu.UploadSpeed.230400=230400
adafruit_qtpy_esp32s2.menu.UploadSpeed.230400.upload.speed=230400
adafruit_qtpy_esp32s2.menu.UploadSpeed.460800.linux=460800
adafruit_qtpy_esp32s2.menu.UploadSpeed.460800.macosx=460800
adafruit_qtpy_esp32s2.menu.UploadSpeed.460800.upload.speed=460800
adafruit_qtpy_esp32s2.menu.UploadSpeed.512000.windows=512000
adafruit_qtpy_esp32s2.menu.UploadSpeed.512000.upload.speed=512000
adafruit_qtpy_esp32s2.menu.DebugLevel.none=None
adafruit_qtpy_esp32s2.menu.DebugLevel.none.build.code_debug=0
adafruit_qtpy_esp32s2.menu.DebugLevel.error=Error
adafruit_qtpy_esp32s2.menu.DebugLevel.error.build.code_debug=1
adafruit_qtpy_esp32s2.menu.DebugLevel.warn=Warn
adafruit_qtpy_esp32s2.menu.DebugLevel.warn.build.code_debug=2
adafruit_qtpy_esp32s2.menu.DebugLevel.info=Info
adafruit_qtpy_esp32s2.menu.DebugLevel.info.build.code_debug=3
adafruit_qtpy_esp32s2.menu.DebugLevel.debug=Debug
adafruit_qtpy_esp32s2.menu.DebugLevel.debug.build.code_debug=4
adafruit_qtpy_esp32s2.menu.DebugLevel.verbose=Verbose
adafruit_qtpy_esp32s2.menu.DebugLevel.verbose.build.code_debug=5
##############################################################
......
......@@ -42,18 +42,13 @@ static const uint8_t A4 = 14;
static const uint8_t A5 = 8;
static const uint8_t TX = 39;
static const uint8_t RX = 38;
#define TX1 TX
#define RX1 RX
static const uint8_t TX = 43;
static const uint8_t RX = 44;
static const uint8_t T1 = 1;
static const uint8_t T2 = 2;
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 T7 = 7;
static const uint8_t T8 = 8;
static const uint8_t T9 = 9;
static const uint8_t T10 = 10;
......
# 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,
#ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include <stdint.h>
#define USB_VID 0x239A
#define USB_PID 0x810F
#define USB_MANUFACTURER "Adafruit"
#define USB_PRODUCT "Feather ESP32-S2 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)?(esp32_adc2gpio[(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_CS 42
#define TFT_RST 41
#define TFT_DC 40
#define TFT_BACKLITE 45
static const uint8_t SDA = 42;
static const uint8_t SCL = 41;
static const uint8_t SS = 21;
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 */
......@@ -61,11 +61,6 @@ static const uint8_t A3 = 18; // light sensor
static const uint8_t TX = 43;
static const uint8_t RX = 44;
static const uint8_t T1 = 1;
static const uint8_t T2 = 2;
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 T7 = 7;
static const uint8_t T8 = 8;
......@@ -74,7 +69,6 @@ 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;
......
......@@ -87,20 +87,8 @@ static const uint8_t A18 = 19;
static const uint8_t A19 = 20;
static const uint8_t T1 = 1;
static const uint8_t T2 = 2;
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 T7 = 7;
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;
......
# 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,
#ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include <stdint.h>
#define USB_VID 0x239A
#define USB_PID 0x8111
#define USB_MANUFACTURER "Adafruit"
#define USB_PRODUCT "QT Py ESP32-S2"
#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)?(esp32_adc2gpio[(p)]):-1)
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
#define digitalPinHasPWM(p) (p < 46)
//#define LED_BUILTIN 13
#define PIN_NEOPIXEL 39
#define NEOPIXEL_NUM 1 // number of neopixels
#define NEOPIXEL_POWER 38 // power pin
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
static const uint8_t SDA = 7;
static const uint8_t SCL = 6;
static const uint8_t SDA1 = 41;
static const uint8_t SCL1 = 40;
static const uint8_t SS = 42;
static const uint8_t MOSI = 35;
static const uint8_t SCK = 34;
static const uint8_t MISO = 33;
static const uint8_t A0 = 18;
static const uint8_t A1 = 17;
static const uint8_t A2 = 9;
static const uint8_t A3 = 8;
static const uint8_t A4 = 7;
static const uint8_t A5 = 6;
static const uint8_t A6 = 5;
static const uint8_t A7 = 16;
static const uint8_t TX = 5;
static const uint8_t RX = 16;
static const uint8_t T5 = 5;
static const uint8_t T6 = 6;
static const uint8_t T7 = 7;
static const uint8_t T8 = 8;
static const uint8_t T9 = 9;
static const uint8_t DAC1 = 17;
static const uint8_t DAC2 = 18;
#endif /* Pins_Arduino_h */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment