EmotiBit / EmotiBit_FeatherWing

Firmware to run Emotibit with Adafruit feather M0 WiFi and Feather ESP32
MIT License
19 stars 9 forks source link

Provision to add dependent library versions to firmware #277

Open nitin710 opened 1 year ago

nitin710 commented 1 year ago

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