File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,31 @@ build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32C6
150150board_build.filesystem = littlefs
151151board_build.partitions = min_spiffs.csv
152152
153+
154+ ; Espressif ESP32-C6 4MB NO PSRAM esp32-c6-devkitm-1
155+ [env:espressif_esp32-c6-devkitm-1]
156+ extends = common:esp32
157+ board = esp32-c6-devkitm-1
158+ build_type = debug
159+ build_flags =
160+ -DARDUINO_ESPRESSIF_ESP32C6_DEVKITM_1
161+ -DARDUINO_ADAFRUIT_FEATHER_ESP32C6
162+ -DNDEBUG =1
163+ -DDEBUG =1
164+ -DESP_LOG_LEVEL =5
165+ -DARDUINO_CORE_DEBUG_LEVEL =5
166+ -DARDUINO_DEBUG_LEVEL =5
167+ ; -DARDUINO_DEBUG_OUTPUT=Serial
168+ ; -DARDUINO_DEBUG_BAUD=115200
169+ -DARDUINO_LOG_LEVEL =5
170+ -DCORE_DEBUG_LEVEL =5
171+ -DARDUHAL_LOG_LEVEL =5
172+ board_build.filesystem = littlefs
173+ board_build.partitions = min_spiffs.csv
174+ extra_scripts = pre:rename_usb_config.py
175+
176+
177+
153178; Adafruit Feather ESP32-S2
154179[env:featheresp32s2]
155180extends = common:esp32
You can’t perform that action at this time.
0 commit comments