File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -366,11 +366,17 @@ build_flags =
366
366
-DARDUHAL_LOG_LEVEL =5
367
367
extra_scripts = pre:rename_usb_config.py
368
368
369
-
370
369
; Espressif ESP32-S3 NO PSRAM espressif_esp32s3_devkitc_1_n8
371
370
[env:espressif_esp32s3_devkitc_1_n8]
372
371
extends = common:esp32
373
372
board = esp32-s3-devkitc-1
373
+ build_flags = -DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
374
+ extra_scripts = pre:rename_usb_config.py
375
+
376
+ ; Espressif ESP32-S3 NO PSRAM espressif_esp32s3_devkitc_1_n8 (DEBUG)
377
+ [env:espressif_esp32s3_devkitc_1_n8_debug]
378
+ extends = common:esp32
379
+ board = esp32-s3-devkitc-1
374
380
build_type = debug
375
381
build_flags =
376
382
-DUSE_TINYUSB =1
@@ -380,8 +386,6 @@ build_flags =
380
386
-DESP_LOG_LEVEL =5
381
387
-DARDUINO_CORE_DEBUG_LEVEL =5
382
388
-DARDUINO_DEBUG_LEVEL =5
383
- ; -DARDUINO_DEBUG_OUTPUT=Serial
384
- ; -DARDUINO_DEBUG_BAUD=115200
385
389
-DARDUINO_LOG_LEVEL =5
386
390
-DCORE_DEBUG_LEVEL =5
387
391
-DARDUHAL_LOG_LEVEL =5
You can’t perform that action at this time.
0 commit comments