debugprobe icon indicating copy to clipboard operation
debugprobe copied to clipboard

Add version to binary info

Open fduxiao opened this issue 1 year ago • 1 comments
trafficstars

As suggested in #132, I added the version to binary by telling it from git. If git HEAD is tagged, then the tag is used as version; otherwise, the short commit hash is used. What else should be added?

fduxiao avatar May 08 '24 20:05 fduxiao

Could you look at setting bcdVersion to this in tusb_config.h? Some formatting/munging may be required to fit the 0xmm.nn format that USB uses.

P33M avatar Nov 07 '24 15:11 P33M