Firmware Git Hash #16
Replies: 0 comments 3 replies
-
I might be missing the full scope of the suggestion, but wouldn't this be incompatible with semantic versioning? It would make it rather hard to keep tracking of Hw <-> Fw <-> Interface cross-compatibility since all IDs would be hashed. |
Beta Was this translation helpful? Give feedback.
-
Oof; I should've clarified this earlier. What I would love would be a core register for a git hash of the device's app firmware, not for the Harp Core firmware. Storing the git hash of the Harp core doesn't actually give us a way of pinpointing exactly what firmware is running on the device. Saving the app firmware git hash does though. |
Beta Was this translation helpful? Give feedback.
-
Hi folks,
Is there any reason Harp stores firmware revision numbers instead of a git hash?
The shortened git hash is
git checkout <hash>
#define
macro.Perhaps this is a change that could be worth considering in the 32-bit protocol?
Beta Was this translation helpful? Give feedback.
All reactions