@@ -76,11 +76,12 @@ lib_deps =
76
76
https://github.com/adafruit/WiFiNINA.git
77
77
https://github.com/Starmbi/hp_BH1750.git
78
78
79
+
79
80
; Common build environment for ESP32 platform
80
81
[common:esp32]
81
- platform = espressif32 @ ^6.6.0
82
+ platform = https://github.com/platformio/platform- espressif32.git # develop
82
83
platform_packages =
83
- platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git# 3.0.0-rc1
84
+ platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git# 3.0.2
84
85
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git# idf-release/v5.1
85
86
lib_ignore = WiFiNINA
86
87
monitor_filters = esp32_exception_decoder, time
@@ -248,6 +249,27 @@ board = adafruit_qtpy_esp32s3_nopsram
248
249
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM
249
250
extra_scripts = pre:rename_usb_config.py
250
251
252
+ ; Espressif ESP32-S3 NO PSRAM espressif_esp32s3_devkitc_1_n8
253
+ [env:espressif_esp32s3_devkitc_1_n8]
254
+ extends = common:esp32
255
+ board = esp32-s3-devkitc-1
256
+ build_type = debug
257
+ build_flags =
258
+ -DUSE_TINYUSB =1
259
+ -DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
260
+ -DNDEBUG =1
261
+ -DDEBUG =1
262
+ -DESP_LOG_LEVEL =5
263
+ -DARDUINO_CORE_DEBUG_LEVEL =5
264
+ -DARDUINO_DEBUG_LEVEL =5
265
+ ; -DARDUINO_DEBUG_OUTPUT=Serial
266
+ ; -DARDUINO_DEBUG_BAUD=115200
267
+ -DARDUINO_LOG_LEVEL =5
268
+ -DCORE_DEBUG_LEVEL =5
269
+ -DARDUHAL_LOG_LEVEL =5
270
+ board_build.partitions = tinyuf2-partitions-8MB.csv
271
+ extra_scripts = pre:rename_usb_config.py
272
+
251
273
; ESP8266 Boards
252
274
253
275
; Adafruit Feather HUZZAH ESP8266
0 commit comments