Skip to content

Commit 8813764

Browse files
committed
tweaks
1 parent 1bd7427 commit 8813764

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

platformio.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,17 @@ board_build.partitions = min_spiffs.csv
178178
extends = common:esp32
179179
board = esp32-c5-devkitc-1
180180
build_type = debug
181+
; debug_tool = esp-builtin
182+
; upload_protocol = esp-builtin
183+
; debug_init_break = tbreak setup
181184
board_build.f_flash = 80000000L
182185
build_flags =
183186
-DARDUINO_ESPRESSIF_ESP32C5_DEVKITC_1
184187
-DARDUINO_ESP32C5_DEV
185-
-DBOARD_HAS_PSRAM
188+
;-DBOARD_HAS_PSRAM
186189
-DDEBUG=1
190+
-DARDUINO_USB_CDC_ON_BOOT=1
191+
-DARDUINO_USB_MODE=1 ; 0 for CDC + TinyUSB, 1 for Hardware CDC + JTAG
187192
-DESP_LOG_LEVEL=5
188193
-DARDUINO_CORE_DEBUG_LEVEL=5
189194
-DARDUINO_DEBUG_LEVEL=5

0 commit comments

Comments
 (0)