Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Parameterized repo/link for custom lib builder artifacts (custom sdkconfig) #7864

cziter15 started this conversation in Ideas
Discussion options

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.

You must be logged in to vote

Replies: 2 comments · 1 reply

Comment options

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

You must be logged in to vote
1 reply
@me-no-dev
Comment options

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.

Comment options

@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

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
💡
Ideas
Labels
None yet
3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.