File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ lib_deps =
9494
9595; Common build environment for ESP32 platform
9696[common:esp32]
97- platform = https://github.com/pioarduino/platform-espressif32/releases/download/51 .03.07 /platform-espressif32.zip
97+ platform = https://github.com/pioarduino/platform-espressif32/releases/download/53 .03.11 /platform-espressif32.zip
9898; This is needed for occasional new features and bug fixes
9999; platform = https://github.com/pioarduino/platform-espressif32#develop
100100lib_ignore = WiFiNINA, WiFi101, OneWire
@@ -175,9 +175,10 @@ board_build.partitions = min_spiffs.csv
175175extends = common:esp32
176176board = esp32-c6-devkitm-1
177177build_type = debug
178+ debug_tool = esp-builtin
179+ debug_init_break = tbreak ws_uart_drv_pm25aqi
178180build_flags =
179181 -DARDUINO_ESPRESSIF_ESP32C6_DEVKITM_1
180- -DARDUINO_ADAFRUIT_FEATHER_ESP32C6
181182 -DNDEBUG =1
182183 -DDEBUG =1
183184 -DESP_LOG_LEVEL =5
Original file line number Diff line number Diff line change 163163#define USE_STATUS_NEOPIXEL
164164#define STATUS_NEOPIXEL_PIN PIN_NEOPIXEL
165165#define STATUS_NEOPIXEL_NUM 1
166+ #elif defined(ARDUINO_ESPRESSIF_ESP32C6_DEVKITM_1 )
167+ #define BOARD_ID "feather-esp32c6" ///< TODO: add board def
168+ #define USE_LITTLEFS
169+ #define USE_STATUS_NEOPIXEL
170+ #define STATUS_NEOPIXEL_PIN 8
171+ #define STATUS_NEOPIXEL_NUM 1
166172#elif defined(ARDUINO_ADAFRUIT_FEATHER_ESP32_V2 )
167173#define BOARD_ID "feather-esp32-v2"
168174#define USE_LITTLEFS
Original file line number Diff line number Diff line change 1818 defined(ARDUINO_ADAFRUIT_FEATHER_ESP32_V2) || \
1919 defined(ARDUINO_ADAFRUIT_QTPY_ESP32_PICO) || \
2020 defined(ARDUINO_ADAFRUIT_QTPY_ESP32C3) || \
21- defined(ARDUINO_ADAFRUIT_FEATHER_ESP32C6)
21+ defined(ARDUINO_ADAFRUIT_FEATHER_ESP32C6) || \
22+ defined(ARDUINO_ESPRESSIF_ESP32C6_DEVKITM_1)
2223#include " WipperSnapper_LittleFS.h"
2324
2425/* *************************************************************************/
You can’t perform that action at this time.
0 commit comments