We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd7427 commit 8813764Copy full SHA for 8813764
1 file changed
platformio.ini
@@ -178,12 +178,17 @@ board_build.partitions = min_spiffs.csv
178
extends = common:esp32
179
board = esp32-c5-devkitc-1
180
build_type = debug
181
+; debug_tool = esp-builtin
182
+; upload_protocol = esp-builtin
183
+; debug_init_break = tbreak setup
184
board_build.f_flash = 80000000L
185
build_flags =
186
-DARDUINO_ESPRESSIF_ESP32C5_DEVKITC_1
187
-DARDUINO_ESP32C5_DEV
- -DBOARD_HAS_PSRAM
188
+ ;-DBOARD_HAS_PSRAM
189
-DDEBUG=1
190
+ -DARDUINO_USB_CDC_ON_BOOT=1
191
+ -DARDUINO_USB_MODE=1 ; 0 for CDC + TinyUSB, 1 for Hardware CDC + JTAG
192
-DESP_LOG_LEVEL=5
193
-DARDUINO_CORE_DEBUG_LEVEL=5
194
-DARDUINO_DEBUG_LEVEL=5
0 commit comments