File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,8 @@ extra_scripts = pre:rename_usb_config.py
407
407
[env:espressif_esp32s3_devkitc_1_n8]
408
408
extends = common:esp32
409
409
board = esp32-s3-devkitc-1
410
- build_flags = -DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
410
+ build_flags = -DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8 -DUSE_TINYUSB -DARDUINO_USB_MODE =0 -DARDUINO_USB_CDC_ON_BOOT =1
411
+ board_build.partitions = tinyuf2-partitions-8MB.csv
411
412
extra_scripts = pre:rename_usb_config.py
412
413
413
414
; Espressif ESP32-S3 NO PSRAM espressif_esp32s3_devkitc_1_n8 (DEBUG)
@@ -417,6 +418,8 @@ board = esp32-s3-devkitc-1
417
418
build_type = debug
418
419
build_flags =
419
420
-DUSE_TINYUSB =1
421
+ -DARDUINO_USB_MODE =0
422
+ -DARDUINO_USB_CDC_ON_BOOT =1
420
423
-DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
421
424
-DNDEBUG =1
422
425
-DDEBUG =1
You can’t perform that action at this time.
0 commit comments