You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; PlatformIO Project Configuration File;; Build options: build flags, source filter; Upload options: custom upload port, speed and extra flags; Library options: dependencies, extra library storages; Advanced options: extra scripting;; Please visit documentation for the other options and examples; https://docs.platformio.org/page/projectconf.html[common][env:esp32dev]monitor_speed = 115200
board = esp32-s2-saola-1
board_build.name = Espressif ESP32-S2-DevKitM-1U-N4R2
board_build.url = https://www.espressif.com/en/products/devkits/esp32-s2-devkitm-1
board_build.extra_flags =
-DARDUINO_ESP32S2_DEV
-DARDUINO_USB_MODE=1
-DARDUINO_RUNNING_CORE=1
-DARDUINO_EVENT_RUNNING_CORE=1
board_build.psram = enabled
platform = espressif32 @ 6.7.0
framework = arduino
; Below are github packages but are frozen with a release.platform_packages=
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32/releases/download/3.0.2/esp32-3.0.2.zip
framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.2/esp32-arduino-libs-3.0.2.zip
toolchain-riscv32-esp @ 12.2.0+20230208
toolchain-xtensa-esp32s2 @ 12.2.0+20230208
lib_deps =
ArduinoJson
monitor_filters = esp32_exception_decoder
I have found the platform_packages version pinning to crucial to getting this to work. But this just uploaded! IDK about PSRAM yet or any other peripherals.
I would like to see the Espressif ESP32-S2-DevKitC-1-N8R2 board being supported for development using PlatformIO. Thanks!
The text was updated successfully, but these errors were encountered: