Skip to content

Commit 4dd963f

Browse files
authored
Update README.md
1 parent 1d14f77 commit 4dd963f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# pioarduino (p)eople (i)nitiated (o)ptimized (arduino)
22

3-
[![CI Examples](https://github.com/pioarduino/platform-espressif32/actions/workflows/examples.yml/badge.svg?branch=develop)](https://github.com/pioarduino/platform-espressif32/actions/workflows/examples.yml)
3+
[![Build Status](https://github.com/pioarduino/platform-espressif32/actions/workflows/examples.yml/badge.svg)](https://github.com/pioarduino/platform-espressif32/actions)
44
[![Discord](https://img.shields.io/discord/1263397951829708871.svg?logo=discord&logoColor=white&color=5865F2&label=Discord)](https://discord.gg/Nutz9crnZr)
5+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/pioarduino/platform-espressif32)
56
[![GitHub Releases](https://img.shields.io/github/downloads/pioarduino/platform-espressif32/total?label=downloads)](https://github.com/pioarduino/platform-espressif32/releases/latest)
67

78
Espressif Systems is a privately held, fabless semiconductor company renowned for delivering cost-effective wireless communication microcontrollers. Their innovative solutions are widely adopted in mobile devices and Internet of Things (IoT) applications around the globe.
89

910
## General
1011
* Issues with boards (wrong / missing). All issues caused from boards will not be fixed from the maintainer(s). A PR needs to be provided against branch `develop` to solve.
1112
* No support for the Arduino Nora Nano board, issues needs to be solved by the community
12-
1313
## IDE Preparation
14+
Prerequisites:
15+
- Python >= 3.10 is required for pioarduino to function properly.
16+
17+
## Installation
1418
- [Download and install Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is on top of it.
1519
- Open the extension manager.
1620
- Search for the `pioarduino ide` extension.
@@ -49,13 +53,13 @@ Example configuration:
4953

5054
```ini
5155
[env:esp32solo1]
52-
platform = https://github.com/pioarduino/platform-espressif32.git#develop
56+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
5357
framework = arduino
5458
board = esp32-solo1
5559
monitor_speed = 115200
5660

5761
[env:esp32-c2-devkitm-1]
58-
platform = https://github.com/pioarduino/platform-espressif32.git#develop
62+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
5963
framework = arduino
6064
board = esp32-c2-devkitm-1
6165
monitor_speed = 115200

0 commit comments

Comments
 (0)