Skip to content

This is a repository that a custom stm32 secure bootloader is being developed.

Notifications You must be signed in to change notification settings

gpappasv/stm32_bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of repository

This is a repository that a custom stm32 bootloader is being developed.

Repository structure

The structure of the repository is as follows:

build: folder under which all build artifacts should end up to (e.g. *.hex, *.bin files)

docs: folder under which all the relevant documentation resides for the projects under this repository.

projects: folder under which all the projects exist. The source code and CMakeLists files can be found under it.

scripts: folder under which all scripts should exist.

etc: folder under which random stuff can be found. Just a place to store things.

third_party: folder under which third party applications reside (e.g. ST Drivers)