Skip to content

Commit 4e8dc5c

Browse files
authored
add c2 solo1 support in readme
1 parent ed1b6f5 commit 4e8dc5c

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
1919
1. Setup new VSCode pioarduino project.
2020
1. Configure a platform option in platformio.ini file:
2121

22-
### Stable version
22+
### Stable Arduino
2323
currently espressif Arduino 3.1.0 and IDF 5.3.2.241210
2424

2525
```ini
@@ -29,7 +29,7 @@ board = ...
2929
...
3030
```
3131

32-
### Development version
32+
### Development Arduino
3333
espressif Arduino repo branch master and latest compiled Arduino libs
3434

3535
```ini
@@ -39,4 +39,21 @@ board = ...
3939
...
4040
```
4141

42+
### ESP32-solo1 and ESP32-C2 Arduino support (with pioarduino only feature *Hybrid compile*)
43+
Example configuration:
44+
45+
```ini
46+
[env:esp32solo1]
47+
platform = https://github.com/pioarduino/platform-espressif32.git#develop
48+
framework = arduino
49+
board = esp32-solo1
50+
monitor_speed = 115200
51+
52+
[env:esp32-c2-devkitm-1]
53+
platform = https://github.com/pioarduino/platform-espressif32.git#develop
54+
framework = arduino
55+
board = esp32-c2-devkitm-1
56+
monitor_speed = 115200
57+
```
58+
4259
Looking for sponsor button? There is none. If you want to donate, please spend a litte to a charity organization.

0 commit comments

Comments
 (0)