EmotiBit/EmotiBit_FeatherWing

Provision to add dependent library versions to firmware

Opened this issue · 1 comments

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

Started working on this. check branch feat-addDepLibVersions