You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
Add a provision to add library dependency to the firmware. This way, each bin will have the exact version of the dependency used to compile it.
Describe the solution you'd like
Depending on the build/toolchain you're using, there should be a way to extract your git tag - you can do what I did on another project and write a script that can be called as a pre-build step that extracts it, and writes a header file with macros for major, minor, patch and you can have those be strings/chars or actual values
The text was updated successfully, but these errors were encountered:
Describe the feature
Add a provision to add library dependency to the firmware. This way, each bin will have the exact version of the dependency used to compile it.
Describe the solution you'd like
Depending on the build/toolchain you're using, there should be a way to extract your git tag - you can do what I did on another project and write a script that can be called as a pre-build step that extracts it, and writes a header file with macros for major, minor, patch and you can have those be strings/chars or actual values
The text was updated successfully, but these errors were encountered: