Skip to content
/ stm32-workspace Public template

STM32 toolchain docker and cmake workspace

Notifications You must be signed in to change notification settings

luswdev/stm32-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32-Workspace

A template for stm32 toolchain cmake workspace.

Docker Usage

All target must build in docker, to build docker image, use command below:

./docker/build.sh

Run docker and copy project code into container use command below:

./docker/run.sh

Build Target

When in container, start build target with command:

./build.sh

The 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)

About

STM32 toolchain docker and cmake workspace

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published