Python intelhex library, rewritten in C++.
HEX files widely used to distribute small MCU firmwaries.
Can be built with any modern C++ compiler. To use it, just include intelhex.cpp
and intelhex.h
in your project.
Some tests ported from original library. Thanks to catch for a nice framework.
Many thanks to @bialix, author of original library.