Skip to content

Commit 56a3852

Browse files
authored
Merge pull request #594 from adafruit/pio-esp32-bsp-3.0.2
Latest platformIO changes for ESP32 BSP v3.0.2
2 parents df388f2 + 2b70d29 commit 56a3852

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
@@ -77,11 +77,12 @@ lib_deps =
7777
https://github.com/adafruit/WiFiNINA.git
7878
https://github.com/Starmbi/hp_BH1750.git
7979

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

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

254276
; Adafruit Feather HUZZAH ESP8266

0 commit comments

Comments
 (0)