Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 820 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 820 Bytes

Usage

  1. Initialize submodules:
git submodule update --init --recursive
  1. Make LibOpenCM3
cd libopencm3/
make
  1. Building:
mkdir build
cd build

cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../cmake/arm-toolchain.cmake ../

make

Contributors

Many thanks to David Mak and waicool20 for donating their cmake build system to this project!

License

This project is licensed under GPLv3 - see COPYING for details.

libopencm3 is licensed under LGPLv3.