Skip to content

jgobuyan/bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Secure Bootloader and Program Utility for the STM32

To build the Bootloader in Linux or Cygwin:

cd Source/Projects/SecureBoot/GNU
make libs  
make

To build the Program Utility:

cd Source/Projects/ProgramUtility
make
make install