Skip to content
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

Provision to add dependent library versions to firmware #277

Open
nitin710 opened this issue Jun 8, 2023 · 1 comment
Open

Provision to add dependent library versions to firmware #277

nitin710 opened this issue Jun 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nitin710
Copy link
Collaborator

nitin710 commented Jun 8, 2023

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

@nitin710 nitin710 added the enhancement New feature or request label Jun 8, 2023
@nitin710
Copy link
Collaborator Author

nitin710 commented Jun 8, 2023

Started working on this. check branch feat-addDepLibVersions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant