@@ -5805,6 +5805,171 @@ sparkfun_esp32s2_thing_plus.menu.EraseFlash.all.upload.erase_cmd=-e
58055805
58065806##############################################################
58075807
5808+ sparkfun_esp32c6_thing_plus.name=SparkFun ESP32-C6 Thing Plus
5809+ sparkfun_esp32c6_thing_plus.vid.0=0x303a
5810+ sparkfun_esp32c6_thing_plus.pid.0=0x1001
5811+
5812+ sparkfun_esp32c6_thing_plus.bootloader.tool=esptool_py
5813+ sparkfun_esp32c6_thing_plus.bootloader.tool.default=esptool_py
5814+
5815+ sparkfun_esp32c6_thing_plus.upload.tool=esptool_py
5816+ sparkfun_esp32c6_thing_plus.upload.tool.default=esptool_py
5817+ sparkfun_esp32c6_thing_plus.upload.tool.network=esp_ota
5818+
5819+ sparkfun_esp32c6_thing_plus.upload.maximum_size=1310720
5820+ sparkfun_esp32c6_thing_plus.upload.maximum_data_size=327680
5821+ sparkfun_esp32c6_thing_plus.upload.flags=
5822+ sparkfun_esp32c6_thing_plus.upload.extra_flags=
5823+ sparkfun_esp32c6_thing_plus.upload.use_1200bps_touch=false
5824+ sparkfun_esp32c6_thing_plus.upload.wait_for_upload_port=false
5825+
5826+ sparkfun_esp32c6_thing_plus.serial.disableDTR=false
5827+ sparkfun_esp32c6_thing_plus.serial.disableRTS=false
5828+
5829+ sparkfun_esp32c6_thing_plus.build.tarch=riscv32
5830+ sparkfun_esp32c6_thing_plus.build.target=esp
5831+ sparkfun_esp32c6_thing_plus.build.mcu=esp32c6
5832+ sparkfun_esp32c6_thing_plus.build.core=esp32
5833+ sparkfun_esp32c6_thing_plus.build.variant=sparkfun_esp32c6_thing_plus
5834+ sparkfun_esp32c6_thing_plus.build.board=ESP32C6_THING_PLUS
5835+ sparkfun_esp32c6_thing_plus.build.bootloader_addr=0x0
5836+
5837+ sparkfun_esp32c6_thing_plus.build.cdc_on_boot=0
5838+ sparkfun_esp32c6_thing_plus.build.f_cpu=160000000L
5839+ sparkfun_esp32c6_thing_plus.build.flash_size=4MB
5840+ sparkfun_esp32c6_thing_plus.build.flash_freq=80m
5841+ sparkfun_esp32c6_thing_plus.build.flash_mode=qio
5842+ sparkfun_esp32c6_thing_plus.build.boot=qio
5843+ sparkfun_esp32c6_thing_plus.build.partitions=default
5844+ sparkfun_esp32c6_thing_plus.build.defines=
5845+
5846+ ## IDE 2.0 Seems to not update the value
5847+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.default=Disabled
5848+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.default.build.copy_jtag_files=0
5849+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.builtin=Integrated USB JTAG
5850+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.builtin.build.openocdscript=esp32c6-builtin.cfg
5851+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.builtin.build.copy_jtag_files=1
5852+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.external=FTDI Adapter
5853+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.external.build.openocdscript=esp32c6-ftdi.cfg
5854+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.external.build.copy_jtag_files=1
5855+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.bridge=ESP USB Bridge
5856+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.bridge.build.openocdscript=esp32c6-bridge.cfg
5857+ sparkfun_esp32c6_thing_plus.menu.JTAGAdapter.bridge.build.copy_jtag_files=1
5858+
5859+ sparkfun_esp32c6_thing_plus.menu.CDCOnBoot.default=Enabled
5860+ sparkfun_esp32c6_thing_plus.menu.CDCOnBoot.default.build.cdc_on_boot=1
5861+ sparkfun_esp32c6_thing_plus.menu.CDCOnBoot.cdc=Disabled
5862+ sparkfun_esp32c6_thing_plus.menu.CDCOnBoot.cdc.build.cdc_on_boot=0
5863+
5864+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
5865+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.default.build.partitions=default
5866+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
5867+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
5868+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.default_8MB=8M with spiffs (3MB APP/1.5MB SPIFFS)
5869+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
5870+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
5871+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
5872+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.minimal.build.partitions=minimal
5873+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
5874+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.no_ota.build.partitions=no_ota
5875+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
5876+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
5877+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
5878+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
5879+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
5880+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
5881+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
5882+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
5883+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
5884+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
5885+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
5886+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.huge_app.build.partitions=huge_app
5887+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
5888+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
5889+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
5890+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
5891+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.fatflash=16M Flash (2MB APP/12.5MB FATFS)
5892+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.fatflash.build.partitions=ffat
5893+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.fatflash.upload.maximum_size=2097152
5894+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.app3M_fat9M_16MB=16M Flash (3MB APP/9.9MB FATFS)
5895+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.app3M_fat9M_16MB.build.partitions=app3M_fat9M_16MB
5896+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.app3M_fat9M_16MB.upload.maximum_size=3145728
5897+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.rainmaker=RainMaker
5898+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.rainmaker.build.partitions=rainmaker
5899+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.rainmaker.upload.maximum_size=3145728
5900+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.custom=Custom
5901+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.custom.build.partitions=
5902+ sparkfun_esp32c6_thing_plus.menu.PartitionScheme.custom.upload.maximum_size=16777216
5903+
5904+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.160=160MHz (WiFi)
5905+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.160.build.f_cpu=160000000L
5906+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.80=80MHz (WiFi)
5907+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.80.build.f_cpu=80000000L
5908+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.40=40MHz
5909+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.40.build.f_cpu=40000000L
5910+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.20=20MHz
5911+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.20.build.f_cpu=20000000L
5912+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.10=10MHz
5913+ sparkfun_esp32c6_thing_plus.menu.CPUFreq.10.build.f_cpu=10000000L
5914+
5915+ sparkfun_esp32c6_thing_plus.menu.FlashMode.qio=QIO
5916+ sparkfun_esp32c6_thing_plus.menu.FlashMode.qio.build.flash_mode=dio
5917+ sparkfun_esp32c6_thing_plus.menu.FlashMode.qio.build.boot=qio
5918+ sparkfun_esp32c6_thing_plus.menu.FlashMode.dio=DIO
5919+ sparkfun_esp32c6_thing_plus.menu.FlashMode.dio.build.flash_mode=dio
5920+ sparkfun_esp32c6_thing_plus.menu.FlashMode.dio.build.boot=dio
5921+
5922+ sparkfun_esp32c6_thing_plus.menu.FlashFreq.80=80MHz
5923+ sparkfun_esp32c6_thing_plus.menu.FlashFreq.80.build.flash_freq=80m
5924+ sparkfun_esp32c6_thing_plus.menu.FlashFreq.40=40MHz
5925+ sparkfun_esp32c6_thing_plus.menu.FlashFreq.40.build.flash_freq=40m
5926+
5927+ sparkfun_esp32c6_thing_plus.menu.FlashSize.4M=4MB (32Mb)
5928+ sparkfun_esp32c6_thing_plus.menu.FlashSize.4M.build.flash_size=4MB
5929+ sparkfun_esp32c6_thing_plus.menu.FlashSize.8M=8MB (64Mb)
5930+ sparkfun_esp32c6_thing_plus.menu.FlashSize.8M.build.flash_size=8MB
5931+ sparkfun_esp32c6_thing_plus.menu.FlashSize.8M.build.partitions=default_8MB
5932+ sparkfun_esp32c6_thing_plus.menu.FlashSize.2M=2MB (16Mb)
5933+ sparkfun_esp32c6_thing_plus.menu.FlashSize.2M.build.flash_size=2MB
5934+ sparkfun_esp32c6_thing_plus.menu.FlashSize.2M.build.partitions=minimal
5935+ sparkfun_esp32c6_thing_plus.menu.FlashSize.16M=16MB (128Mb)
5936+ sparkfun_esp32c6_thing_plus.menu.FlashSize.16M.build.flash_size=16MB
5937+
5938+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.921600=921600
5939+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.921600.upload.speed=921600
5940+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.115200=115200
5941+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.115200.upload.speed=115200
5942+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.256000.windows=256000
5943+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.256000.upload.speed=256000
5944+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.230400.windows.upload.speed=256000
5945+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.230400=230400
5946+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.230400.upload.speed=230400
5947+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.460800.linux=460800
5948+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.460800.macosx=460800
5949+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.460800.upload.speed=460800
5950+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.512000.windows=512000
5951+ sparkfun_esp32c6_thing_plus.menu.UploadSpeed.512000.upload.speed=512000
5952+
5953+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.none=None
5954+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.none.build.code_debug=0
5955+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.error=Error
5956+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.error.build.code_debug=1
5957+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.warn=Warn
5958+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.warn.build.code_debug=2
5959+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.info=Info
5960+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.info.build.code_debug=3
5961+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.debug=Debug
5962+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.debug.build.code_debug=4
5963+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.verbose=Verbose
5964+ sparkfun_esp32c6_thing_plus.menu.DebugLevel.verbose.build.code_debug=5
5965+
5966+ sparkfun_esp32c6_thing_plus.menu.EraseFlash.none=Disabled
5967+ sparkfun_esp32c6_thing_plus.menu.EraseFlash.none.upload.erase_cmd=
5968+ sparkfun_esp32c6_thing_plus.menu.EraseFlash.all=Enabled
5969+ sparkfun_esp32c6_thing_plus.menu.EraseFlash.all.upload.erase_cmd=-e
5970+
5971+ ##############################################################
5972+
58085973esp32micromod.name=SparkFun ESP32 MicroMod
58095974
58105975esp32micromod.bootloader.tool=esptool_py
0 commit comments