Add info about the origin, add IDE preparation section (#7)
* Update README.md * Update README.md * Update README.md --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ab57d95e85
commit
b1a1f322ec
@@ -3,16 +3,35 @@
|
|||||||
|
|
||||||
[](https://github.com/pioarduino/platform-espressif32/actions)
|
[](https://github.com/pioarduino/platform-espressif32/actions)
|
||||||
|
|
||||||
|
> [!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.
|
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](https://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
|
* [Documentation](https://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
|
||||||
|
|
||||||
|
## IDE Preparation
|
||||||
|
|
||||||
|
- [Download and install official Microsoft Visual Studio Code](https://code.visualstudio.com/). PlatformIO IDE is built on top of it.
|
||||||
|
- Open the extension manager.
|
||||||
|
- Search for the official `platformio ide` extension.
|
||||||
|
- Install PlatformIO IDE extension.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
1. Setup new VSCode PlatformIO project.
|
||||||
|
1. Configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
|
||||||
|
|
||||||
1. [Install PlatformIO](https://platformio.org)
|
### Stable version
|
||||||
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
|
|
||||||
|
|
||||||
## Stable version
|
|
||||||
espressif Arduino 3.0.3 and IDF 5.1.4
|
espressif Arduino 3.0.3 and IDF 5.1.4
|
||||||
|
|
||||||
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
|
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
|
||||||
@@ -24,7 +43,7 @@ board = ...
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development version
|
### Development version
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[env:development]
|
[env:development]
|
||||||
|
|||||||
Reference in New Issue
Block a user