This repository holds Add-on's used with my variant twischi/esp32-arduino-lib-builder of Espressif's Arduino-Lib-Builder.
| Add-on-Script | Description |
|---|---|
postBuild_AggregatedFolders.sh |
Aggregates the folders of the common-location created by esp32-arduino-lib-builder new lacation |
PIO-create-archive.sh |
tbd. |
- Creates a new folder-structure
- And use it with symlink's from original structure inside the esp32-arduino-lib-builder-Folder.
| Symlinked-Location | Original-Location |
|---|---|
GitHub-Sources/arduino-esp32 |
esp32-arduino-lib-builder/components/arduino |
GitHub-Sources/esp-idf |
esp32-arduino-lib-builder/esp-idf |
OUT-from_build |
esp32-arduino-lib-builder/out |
OUT-from_build/dist |
esp32-arduino-lib-builder/dist |
- Collects & re-arrange everthing you need to release for PIO (PlatformIO) in the
- Folder
PIO-out
- Folder
- Then creates archive-file needed for relaase in
- Sub-Folder
PIO-out/forReleaseframework-arduinoespressif32_*.gz
- Sub-Folder
- Writes 2 files to
PIO-outused for release.pio-release-info.shpio-release-info.txt
The output is used to RELEASE here: twischi/platform-espressif32