Update README.md

This commit is contained in:
Krzysztof Rutecki 2014-06-10 15:11:38 +02:00
parent 3b0d9661ba
commit 9ff758a2bb
1 changed files with 7 additions and 0 deletions

View File

@ -2,3 +2,10 @@ hex2dfu
=======
Simple command line tool to convert file from Intel HEX to STM32 DFU.
Compile
=======
hex2dfu is a single C file application and can be easly compile by any ANSI C compiler. No makefile required. Just type:
gcc hex2dfu.c -o hex2dfu.exe