File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -281,30 +281,21 @@ build_flags =
281
281
-DARDUINO_FUNHOUSE
282
282
-DBOARD_HAS_PSRAM
283
283
-DCFG_TUSB_DEBUG =1
284
- -DNDEBUG =1
285
284
-DDEBUG =1
286
- -DESP_LOG_LEVEL =5
285
+ -DESP_LOG_LEVEL =ESP_LOG_VERBOSE
287
286
-DARDUINO_CORE_DEBUG_LEVEL =5
288
- -DARDUINO_DEBUG_LEVEL =5
289
- ; # -DARDUINO_DEBUG_OUTPUT=Serial
290
- ; # -DARDUINO_DEBUG_BAUD=115200
291
- ; -DARDUINO_USB_CDC_ON_BOOT=1
292
- ; ; cdc + usb otg (tinyusb)
293
- ; -DARDUINO_USB_MODE=0
294
- ; ; hwcdc jtag
295
- ; ;-DARDUINO_USB_MODE=1
296
- -DARDUINO_LOG_LEVEL =5
297
287
-DCORE_DEBUG_LEVEL =5
298
288
-DARDUHAL_LOG_LEVEL =5
299
- ; lvgl debug
300
- -DLVGL_DEBUG =1
289
+ ; USB Configuration
290
+ ; Uncomment if USB CDC on boot is needed
291
+ ; -DARDUINO_USB_CDC_ON_BOOT=1
292
+ ; -DARDUINO_USB_MODE=0 ; 0 for CDC + TinyUSB, 1 for Hardware CDC + JTAG
293
+ ; LVGL Debugging
294
+ -DLV_USE_DEBUG =1
301
295
-DLV_USE_LOG =1
302
296
-DLV_LOG_PRINTF =1
303
- -DLV_LOG_MEM =1
304
- -DLV_LOG_MEM_GUARD =1
305
- -DLV_LOG_MEM_LEAK =1
306
297
-DLV_LOG_COLOR =1
307
- -DLV_LOG_LEVEL =5
298
+ -DLV_LOG_LEVEL =LV_LOG_LEVEL_TRACE
308
299
; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
309
300
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
310
301
extra_scripts = pre:rename_usb_config.py
You can’t perform that action at this time.
0 commit comments