Skip to content

Freezing URL-based libraries during firmware compilation #15759

Discussion options

You must be logged in to vote

If you are already use git clone to get those resources in , then I suggest you take a look at git submodule to automate this for you.
You will need to get used to a few additional commands, and 'pin' specific versions, commits or branches of your dependencies , but once you do, it can work quite well.

This is a quite common workflow , and is also used by MicroPython itself to pull in the dependencies needed for a build by running the make submodules command as part of the build.

See :

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fill1890
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants