Skip to content

Commit

Permalink
Merge pull request #594 from adafruit/pio-esp32-bsp-3.0.2
Browse files Browse the repository at this point in the history
Latest platformIO changes for ESP32 BSP v3.0.2
  • Loading branch information
brentru authored Jun 25, 2024
2 parents df388f2 + 2b70d29 commit 56a3852
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ lib_deps =
https://github.com/adafruit/WiFiNINA.git
https://github.com/Starmbi/hp_BH1750.git


; Common build environment for ESP32 platform
[common:esp32]
platform = espressif32 @ ^6.6.0
platform = https://github.com/platformio/platform-espressif32.git#develop
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0-rc1
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.2
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
lib_ignore = WiFiNINA
monitor_filters = esp32_exception_decoder, time
Expand Down Expand Up @@ -249,6 +250,27 @@ board = adafruit_qtpy_esp32s3_nopsram
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM
extra_scripts = pre:rename_usb_config.py

; Espressif ESP32-S3 NO PSRAM espressif_esp32s3_devkitc_1_n8
[env:espressif_esp32s3_devkitc_1_n8]
extends = common:esp32
board = esp32-s3-devkitc-1
build_type = debug
build_flags =
-DUSE_TINYUSB=1
-DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
-DNDEBUG=1
-DDEBUG=1
-DESP_LOG_LEVEL=5
-DARDUINO_CORE_DEBUG_LEVEL=5
-DARDUINO_DEBUG_LEVEL=5
; -DARDUINO_DEBUG_OUTPUT=Serial
; -DARDUINO_DEBUG_BAUD=115200
-DARDUINO_LOG_LEVEL=5
-DCORE_DEBUG_LEVEL=5
-DARDUHAL_LOG_LEVEL=5
board_build.partitions = tinyuf2-partitions-8MB.csv
extra_scripts = pre:rename_usb_config.py

; ESP8266 Boards

; Adafruit Feather HUZZAH ESP8266
Expand Down

0 comments on commit 56a3852

Please sign in to comment.