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