A template for stm32 toolchain cmake workspace.
All target must build in docker, to build docker image, use command below:
./docker/build.shRun docker and copy project code into container use command below:
./docker/run.shWhen in container, start build target with command:
./build.shThe default output target name will be stm32-framework.elf and stm32-framework.bin.
If you want to change it, just replace the project name in CMakeLists.txt.
-project(stm32-framework)
+project(awesome-project)