This is an old revision of the document!
Table of Contents
OpenCM3
OpenCM3 is a firmware library for embedded ARM CPUs.
This firmware library can be used with this compiler.
Install
git clone git://github.com/libopencm3/libopencm3.git cd libopencm3 make make install DESTDIR=/embedded PREFIX=arm-cortex
Examples
git clone https://github.com/libopencm3/libopencm3-examples.git cd libopencm3-examples git submodule init git submodule update make make install DESTDIR=/embedded PREFIX=arm-cortex