Useful tool for converting files to Intel HEX, for use with e.g. firmware flashers.
Hardest way you've ever seen (i.e. does not require autotools crap):
- Clone the repo
make
You need a C compiler that can compile C99 and understands GCC's way of passing compiler parameters (i.e. not MSVC) set as make's $(CC).
GPLv3. Actually it's so small I could have made it MIT or Public Domain...