From de8517c95aa93418f53f4ca86553c78c6139346f Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Fri, 16 Aug 2024 16:30:45 +0100 Subject: [PATCH 1/3] Update all_platforms.py - set C6 feather to CDC on for WipperSnapper --- all_platforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all_platforms.py b/all_platforms.py index 6bf47ca..8115551 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -18,7 +18,7 @@ ALL_PLATFORMS={ "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], + "wippersnapper_feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:CDCOnBoot=cdc,CPUFreq=160,FlashFreq=80,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 From 8b73d6aef855cf1754de51a98aade6cda3fa61d0 Mon Sep 17 00:00:00 2001 From: tyeth Date: Tue, 20 Aug 2024 17:26:34 +0100 Subject: [PATCH 2/3] Update C6 for WipperSnapper to core log level INFO --- all_platforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all_platforms.py b/all_platforms.py index 8115551..0519ca7 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -18,7 +18,7 @@ ALL_PLATFORMS={ "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:CDCOnBoot=cdc,CPUFreq=160,FlashFreq=80,FlashMode=qio,PartitionScheme=min_spiffs", None, None], + "wippersnapper_feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:CDCOnBoot=cdc,DebugLevel=info,CPUFreq=160,FlashFreq=80,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 From 5ea0b024caf86012288282248fa325223d8aa911 Mon Sep 17 00:00:00 2001 From: tyeth Date: Tue, 20 Aug 2024 18:01:25 +0100 Subject: [PATCH 3/3] Add debug target for C6 feather --- all_platforms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all_platforms.py b/all_platforms.py index 0519ca7..c99b7f0 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -18,7 +18,8 @@ ALL_PLATFORMS={ "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:CDCOnBoot=cdc,DebugLevel=info,CPUFreq=160,FlashFreq=80,FlashMode=qio,PartitionScheme=min_spiffs", None, None], + "wippersnapper_feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:CDCOnBoot=cdc,CPUFreq=160,FlashFreq=80,FlashMode=qio,PartitionScheme=min_spiffs", None, None], + "wippersnapper_feather_esp32c6_debug" : ["esp32:esp32:adafruit_feather_esp32c6:CDCOnBoot=cdc,DebugLevel=verbose,CPUFreq=160,FlashFreq=80,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