From 1cf21354ea3f55f3bbc94362d4cdbf759bd48207 Mon Sep 17 00:00:00 2001 From: tyeth Date: Tue, 13 Aug 2024 13:38:09 +0100 Subject: [PATCH] Add C6 definitions --- all_platforms.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/all_platforms.py b/all_platforms.py index 58257d4..6bf47ca 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -16,6 +16,9 @@ ALL_PLATFORMS={ "wippersnapper_feather_esp32" : ["esp32:esp32:featheresp32:FlashFreq=80,PartitionScheme=min_spiffs", None, None], "feather_esp32_v2" : ["esp32:esp32:adafruit_feather_esp32_v2", None, None], "qtpy_esp32" : ["esp32:esp32:adafruit_qtpy_esp32_pico", None, None], + ## ESP32-C3/C6 + "feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:FlashMode=qio", None, None], + "wippersnapper_feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:FlashMode=qio,PartitionScheme=min_spiffs", None, None], "qtpy_esp32c3" : ["esp32:esp32:adafruit_qtpy_esp32c3:FlashMode=qio", None, None], "wippersnapper_qtpy_esp32c3" : ["esp32:esp32:adafruit_qtpy_esp32c3:FlashMode=qio,PartitionScheme=min_spiffs", None, None], ## ESP32-S2