Skip to content

Commit 6bb840f

Browse files
authored
Update README.md
1 parent b8efd46 commit 6bb840f

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

README.md

+9-29
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,26 @@
11
# pioarduino (p)eople (i)nitiated (o)ptimized (arduino)
2-
# Fork of Platformio Espressif 32: development platform for [PlatformIO](https://platformio.org)
32

43
[![Build Status](https://github.com/pioarduino/platform-espressif32/workflows/Examples/badge.svg)](https://github.com/pioarduino/platform-espressif32/actions)
54
[![Discord](https://img.shields.io/discord/1263397951829708871.svg?logo=discord&logoColor=white&color=5865F2&label=Discord)](https://discord.gg/Nutz9crnZr)
65
[![GitHub Releases](https://img.shields.io/github/downloads/pioarduino/platform-espressif32/total?label=downloads)](https://github.com/pioarduino/platform-espressif32/releases/latest)
76

8-
> [!NOTE]
9-
> This fork was created due to the lack of ongoing development for the Espressif 32 Arduino Core for PlatformIO.
10-
>
11-
> For additional information, please refer to these GitHub links:
12-
>
13-
> https://github.com/espressif/arduino-esp32/discussions/10039
14-
> https://github.com/platformio/platform-espressif32/issues/1225
15-
> https://github.com/espressif/arduino-esp32/pull/8606
16-
>
17-
> The discussions are self-explanatory, allowing you to draw your own conclusions.
18-
197
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.
208

21-
* [Documentation](https://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
22-
* 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.
9+
* 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.
2310

2411
## IDE Preparation
2512

26-
- [Download and install official Microsoft Visual Studio Code](https://code.visualstudio.com/). PlatformIO IDE is built on top of it.
13+
- [Download and install official Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is built on top of it.
2714
- Open the extension manager.
28-
- Search for the official `platformio ide` extension.
29-
- Install PlatformIO IDE extension.
30-
31-
![image](idesetup.png)
15+
- Search for the `pioarduino ide` extension.
16+
- Install pioarduino IDE extension.
3217

3318
# Usage
34-
1. Setup new VSCode PlatformIO project.
35-
1. Configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
19+
1. Setup new VSCode pioarduino project.
20+
1. Configure a platform option in platformio.ini file:
3621

3722
### Stable version
38-
39-
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
23+
currently espressif Arduino 3.1.0 and IDF 5.3.2.241210
4024

4125
```ini
4226
[env:stable]
@@ -46,15 +30,11 @@ board = ...
4630
```
4731

4832
### Development version
49-
based on devel branch Arduino 3.1.0 and IDF 5.3.2
33+
espressif Arduino repo branch master and latest compiled Arduino libs
5034

5135
```ini
5236
[env:development]
53-
platform = https://github.com/pioarduino/platform-espressif32.git#Arduino/IDF53
37+
platform = https://github.com/pioarduino/platform-espressif32.git#develop
5438
board = ...
5539
...
5640
```
57-
58-
# Configuration
59-
60-
Please navigate to [documentation](https://docs.platformio.org/page/platforms/espressif32.html).

0 commit comments

Comments
 (0)