This is an old revision of the document!


Table of Contents

OpenCM3

OpenCM3 is a firmware library for embedded ARM CPUs.

The firmware library was built with this compiler.

Install

mkdir /embedded/arm-cortex/src
cd /embedded/arm-cortex/src
git clone git://github.com/libopencm3/libopencm3.git
cd libopencm3
make PREFIX=/embedded/arm-cortex/gcc-arm-none-eabi-5_2-2015q4/bin/arm-none-eabi

Examples

mkdir /embedded/arm-cortex/src
cd /embedded/arm-cortex/src
git clone https://github.com/libopencm3/libopencm3-examples.git
cd libopencm3-examples
git submodule init
git submodule update
make PREFIX=/embedded/arm-cortex/gcc-arm-none-eabi-5_2-2015q4/bin/arm-none-eabi

Resources

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information