Skip to content

Template project for STM32F4Discovery board using CMake based build, arm-none-eabi toolchain and libopencm3 as HAL

Notifications You must be signed in to change notification settings

zeProdigy/stm32f4discovery-opencm3-template

Repository files navigation

BUILD

$ git clone https://github.com/zeProdigy/stm32f4discovery-opencm3-template.git
$ cd stm32f4discovery-opencm3-template
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=../Cortex-M4.cmake
$ make -j

About

Template project for STM32F4Discovery board using CMake based build, arm-none-eabi toolchain and libopencm3 as HAL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published