Skip to content

Commit 6eb12cc

Browse files
authored
remove references
1 parent 3d0b975 commit 6eb12cc

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

README.md

+5-26
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,27 @@
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.)
229
* 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 official `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
3823
currently espressif Arduino 3.0.7 and IDF 5.1.4+
3924

40-
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
41-
4225
```ini
4326
[env:stable]
4427
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
@@ -55,7 +38,3 @@ platform = https://github.com/pioarduino/platform-espressif32.git#develop
5538
board = ...
5639
...
5740
```
58-
59-
# Configuration
60-
61-
Please navigate to [documentation](https://docs.platformio.org/page/platforms/espressif32.html).

0 commit comments

Comments
 (0)