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 .
Simple single header file to read DFU files in DfuSe format specified by ST app note UM0391
C++BSD-3-Clause
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 .