Update README.md

This commit is contained in:
Krzysztof Rutecki 2014-06-10 15:34:32 +02:00
parent c52e3c2836
commit be10a016bd
1 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Simple command line tool to convert file format from Intel HEX to STM32 DFU.
Compile
=======
@ -17,6 +18,8 @@ I`m using mingw32 under Windows, change parameters regards your enviroment.
Using
=====
@ -41,5 +44,12 @@ Using
Automated CRC32 generation in very usefull when custom bootloader is in use. We can check firmware at every MCU boot and execute only when file ingerrity is authenticated. Otherwise performe failover (e.g. start USB bootloader).
Custom USB Bootloader supporting CRC32 checking during boot will be open sourced soon. Stay tune :)