Jason2866 8af67edb6b Install latest stable Arduino core version (#59)
* Update platform.json

* Fetch stable release from GH API / Arduino package json

* use get

* Update platform.py

* use matching Arduino libs to release

* silence debug prints
2024-11-20 18:44:10 +01:00
2024-10-22 18:58:10 +02:00
2024-10-12 16:53:52 +02:00
2024-10-22 18:58:10 +02:00
2024-08-29 16:11:59 +02:00
2024-08-29 15:57:14 +02:00
2016-10-22 02:20:57 +03:00
2024-11-20 18:42:06 +01:00

pioarduino (p)eople (i)nitiated (o)ptimized (arduino)

Fork of Platformio Espressif 32: development platform for PlatformIO

Build Status Discord GitHub Releases

Note

This fork was created due to the lack of ongoing development for the Espressif 32 Arduino Core for PlatformIO.

For additional information, please refer to these GitHub links:

https://github.com/espressif/arduino-esp32/discussions/10039 https://github.com/platformio/platform-espressif32/issues/1225 https://github.com/espressif/arduino-esp32/pull/8606

The discussions are self-explanatory, allowing you to draw your own conclusions.

ESP32 is a series of low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and Bluetooth. ESP32 integrates an antenna switch, RF balun, power amplifier, low-noise receive amplifier, filters, and power management modules.

  • Documentation (advanced usage, packages, boards, frameworks, etc.)
  • Issues with boards (wrong / missing). All issues caused from boards will not be fixed from the maintainer(s). A PR needs to be provided to solve.

IDE Preparation

image

Usage

  1. Setup new VSCode PlatformIO project.
  2. Configure a platform option in platformio.ini file:

Stable version

currently espressif Arduino 3.0.7 and IDF 5.1.4+

See platform documentation for details.

[env:stable]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.0x-stable/platform-espressif32.zip
board = ...
...

Development version

espressif Arduino repo branch master and latest compiled Arduino libs

[env:development]
platform = https://github.com/pioarduino/platform-espressif32.git#develop
board = ...
...

Configuration

Please navigate to documentation.

S
Description
No description provided
Readme 4.8 MiB