Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:libopencm3 [2015/01/03 22:55] – darron | tools:libopencm3 [2022/12/18 21:10] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== OpenCM3 | + | ==== libopencm3 |
- | OpenCM3 | + | libopencm3 |
- | This firmware library | + | The firmware library |
- | == Install == | + | === Install |
< | < | ||
- | git clone git:// | + | mkdir -p /opt/src |
+ | cd /opt/src | ||
+ | git clone http:// | ||
cd libopencm3 | cd libopencm3 | ||
- | make | + | make PREFIX=/usr/bin/arm-none-eabi- |
- | make install DESTDIR=/ | + | cp -Rpa / |
</ | </ | ||
- | == Examples == | + | === Examples |
< | < | ||
+ | mkdir -p /opt/src | ||
+ | cd /opt/src | ||
git clone https:// | git clone https:// | ||
cd libopencm3-examples | cd libopencm3-examples | ||
git submodule init | git submodule init | ||
git submodule update | git submodule update | ||
- | make | + | make PREFIX=/usr/bin/arm-none-eabi- |
- | make install DESTDIR=/ | + | |
</ | </ | ||
+ | |||
+ | === Resources === | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ |