Skip to content

Commit 65134c4

Browse files
authored
Merge pull request espressif#193 from adafruit/add-adafruit-feather-c6
Add C6 definitions
2 parents f31d4d4 + 1cf2135 commit 65134c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

all_platforms.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"wippersnapper_feather_esp32" : ["esp32:esp32:featheresp32:FlashFreq=80,PartitionScheme=min_spiffs", None, None],
1717
"feather_esp32_v2" : ["esp32:esp32:adafruit_feather_esp32_v2", None, None],
1818
"qtpy_esp32" : ["esp32:esp32:adafruit_qtpy_esp32_pico", None, None],
19+
## ESP32-C3/C6
20+
"feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:FlashMode=qio", None, None],
21+
"wippersnapper_feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:FlashMode=qio,PartitionScheme=min_spiffs", None, None],
1922
"qtpy_esp32c3" : ["esp32:esp32:adafruit_qtpy_esp32c3:FlashMode=qio", None, None],
2023
"wippersnapper_qtpy_esp32c3" : ["esp32:esp32:adafruit_qtpy_esp32c3:FlashMode=qio,PartitionScheme=min_spiffs", None, None],
2124
## ESP32-S2

0 commit comments

Comments
 (0)