Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 220 Bytes

File metadata and controls

12 lines (9 loc) · 220 Bytes

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 .