Arduino support for ESP32-S2 chips

DiegoDVG
Posts: 1
Joined: Thu Sep 23, 2021 3:33 pm

Re: Arduino support for ESP32-S2 chips

Postby DiegoDVG » Thu Sep 23, 2021 3:38 pm

hi i tried

toolchain-xtensa32s2@D:\Diego\Descargas\xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-win32\xtensa-esp32s2-elf

but


Error: VCS: Unknown repository type D:\Diego\Descargas\xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-win32\xtensa-esp32s2-elf

chegewara
Posts: 2207
Joined: Wed Jun 14, 2017 9:00 pm

Re: Arduino support for ESP32-S2 chips

Postby chegewara » Fri Sep 24, 2021 9:49 pm

Code: Select all

; 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

[env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream

platform_packages =
  ; use a special branch
  framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-master

board = esp32dev
framework = arduino
monitor_speed = 115200

Who is online

Users browsing this forum: PepeTheGreat and 52 guests