From be10a016bd5b3ac215f5863de6f68a6dd47cd99f Mon Sep 17 00:00:00 2001 From: Krzysztof Rutecki Date: Tue, 10 Jun 2014 15:34:32 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f73dafb..35f05b0 100644 --- a/README.md +++ b/README.md @@ -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 :) + + + + +