Skip to content

Commit dfa87d9

Browse files
committed
Add README.md
1 parent 7859ab1 commit dfa87d9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Platformio packages with custom-built SDK libraries
2+
3+
Runs [esp32-arduino-lib-builder](https://hub.docker.com/r/espressif/esp32-arduino-lib-builder) docker image by first appending esp-idf sdkconfigs with contents of corresponding files from the `configs/` directory.
4+
5+
To make a release, push a new tag. Release produces two zip files, one for arduino-esp32 v2 and another for v3.
6+
7+
Using with arduino-esp32 v2:
8+
```
9+
platform = platformio/espressif32@6.8.1
10+
platform_packages =
11+
platformio/framework-arduinoespressif32@https://.../esp32-2.0.17.zip
12+
```
13+
14+
Using with arduino-esp32 v3:
15+
```
16+
platform = platformio/espressif32@6.8.1
17+
platform_packages =
18+
platformio/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32/releases/download/3.0.4/esp32-3.0.4.zip
19+
platformio/framework-arduinoespressif32-libs@https://.../esp32-arduino-libs.zip
20+
```

0 commit comments

Comments
 (0)