-
-
Notifications
You must be signed in to change notification settings - Fork 398
Installing unregistered library #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Related; it would be nice to be able to at least use --additional-urls to specify the json files for third party (unregistered) libraries. (I'd make this another issue/ticket but it seems too related to this one) |
+1 on this |
I'll work on this. |
Both MqttClient and BearSSLClient are allocated on the stack instead of the heap.
We now have |
Hello,
It will be nice if arduino-cli could provide an interface to install unregistered library:
From a zip available on HTTP server:
supporting installing from a git repository might also be considered
(by default it could use master branch but we could install from any given branch, or from a given commit hash, or tag)
You might have a look at how Ruby bundler is doing this
https://bundler.io/v1.12/git.html
Kind regards
The text was updated successfully, but these errors were encountered: