Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 429 Bytes

stm32f4-discovery-cmake

STM32F4 Discovery samples with CMake

Prerequisite

Build

$ git clone https://github.com/yuya-oc/stm32f4-discovery-cmake.git
$ cd stm32f4-discovery-cmake
$ git submodule update --init
$ cmake -DCMAKE_TOOLCHAIN_FILE=Toolchain-arm-none-eabi.cmake .
$ make libopencm3
$ make