Skip to content

Commit 2b70d29

Browse files
committed
Latest platformIO changes for ESP32 BSP v3.0.2
1 parent c6dfd0f commit 2b70d29

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

platformio.ini

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ lib_deps =
7676
https://github.com/adafruit/WiFiNINA.git
7777
https://github.com/Starmbi/hp_BH1750.git
7878

79+
7980
; Common build environment for ESP32 platform
8081
[common:esp32]
81-
platform = espressif32 @ ^6.6.0
82+
platform = https://github.com/platformio/platform-espressif32.git#develop
8283
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
8485
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
8586
lib_ignore = WiFiNINA
8687
monitor_filters = esp32_exception_decoder, time
@@ -248,6 +249,27 @@ board = adafruit_qtpy_esp32s3_nopsram
248249
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM
249250
extra_scripts = pre:rename_usb_config.py
250251

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+
251273
; ESP8266 Boards
252274

253275
; Adafruit Feather HUZZAH ESP8266

0 commit comments

Comments
 (0)