File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
19
19
1 . Setup new VSCode pioarduino project.
20
20
1 . Configure a platform option in platformio.ini file:
21
21
22
- ### Stable version
22
+ ### Stable Arduino
23
23
currently espressif Arduino 3.1.0 and IDF 5.3.2.241210
24
24
25
25
``` ini
@@ -29,7 +29,7 @@ board = ...
29
29
...
30
30
```
31
31
32
- ### Development version
32
+ ### Development Arduino
33
33
espressif Arduino repo branch master and latest compiled Arduino libs
34
34
35
35
``` ini
@@ -39,4 +39,21 @@ board = ...
39
39
...
40
40
```
41
41
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
+
42
59
Looking for sponsor button? There is none. If you want to donate, please spend a litte to a charity organization.
You can’t perform that action at this time.
0 commit comments