- install docker desktop
- run
git clone --recurse-submodules https://github.com/westernsatelliteteam/STM32L4BaseProject.git
- From Top-Level Folder:
- run
docker compose up
to compile the project
The project's structure is fairly standard. Application code goes into applications, and you can check out the Makefile in development/applications/com/build
to get a sense of what is being included and from where.