This is a repository that a custom stm32 bootloader is being developed.
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)