-
Notifications
You must be signed in to change notification settings - Fork 7.7k
-
I have an idea for the functionality of downloading your own arduino-lib-builder artifacts.
Today I forked the repository, changed the sdkconfig parameters and ran the build actions. After building, I had to copy the libraries manually - and this can be automated.
Since I'm using platformio, it would be nice to have the option to provide an external link to the artifact repository (via platformio.ini), so that each project could have its own sdkconfig settings.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
the lib-builder has a script to copy the files to a location where the receiving core is: https://github.com/espressif/esp32-arduino-lib-builder/blob/master/tools/copy-to-arduino.sh
Beta Was this translation helpful? Give feedback.
All reactions
-
We are planning on making the libs external, but they still rely on some "internal" configs, like platform.txt for Arduino IDE and PIO's python files. They are specific to each lib-builder build.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
@cziter15 haved forked the lib builder too. Modified that a complete framework is builded and released via Github Actions. The framework can directly used in platformio with platform_packages = framework-arduinoespressif32 @ https://github.com/<owner>/esp32-arduino-lib-builder/releases/download/.....zip
See https://github.com/Jason2866/esp32-arduino-lib-builder
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1