Table of Contents

libopencm3

libopencm3 is a firmware library for embedded ARM CPUs.

The firmware library was built with this compiler.

Install

mkdir -p /opt/src
cd /opt/src
git clone http://github.com/libopencm3/libopencm3.git
cd libopencm3
make PREFIX=/usr/bin/arm-none-eabi-
cp -Rpa /opt/src/libopencm3 /opt/libopencm3

Examples

mkdir -p /opt/src
cd /opt/src
git clone https://github.com/libopencm3/libopencm3-examples.git
cd libopencm3-examples
git submodule init
git submodule update
make PREFIX=/usr/bin/arm-none-eabi-

Resources

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies