adafruit / ci-arduino

A script that will install all of the common dependencies for testing Arduino library builds using Github Actions
MIT License
115 stars 73 forks source link

Update all_platforms.py - set C6 feather to CDC on for WipperSnapper #194

Closed tyeth closed 3 weeks ago

tyeth commented 4 weeks ago

Hey @brentru I've added a couple of build options to the C6 feather wippersnapper build target: esp32:esp32:adafruit_feather_esp32c6:UploadSpeed=921600,CDCOnBoot=cdc,CPUFreq=160,FlashFreq=80,FlashMode=qio,PartitionScheme=min_spiffs

tyeth commented 3 weeks ago

Dropped upload speed, added DebugLevel=info

tyeth commented 3 weeks ago

Changed as suggested, merged and closed