/DfuSeFile

Simple single header file to read DFU files in DfuSe format specified by ST app note UM0391

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

DfuSeFile

Simple library to read and write DFU files in DfuSe format specified by ST app note UM0391

To compile, run

mkdir cmake-build
cd cmake-build

cmake ..
cmake --build .