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 23:52] – 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 was tested | + | The firmware library was built with [[: |
- | == Install == | + | === Install |
< | < | ||
- | mkdir /embedded/ | + | mkdir -p /opt/src |
- | cd /embedded/ | + | cd /opt/src |
- | git clone git:// | + | git clone http:// |
cd libopencm3 | cd libopencm3 | ||
- | make PREFIX=/embedded/arm-cortex/gcc-arm-none-eabi-4_9-2014q4/bin/arm-none-eabi | + | make PREFIX=/usr/bin/ |
- | make install DESTDIR=/embedded PREFIX=arm-cortex | + | cp -Rpa /opt/src/ |
</ | </ | ||
- | == Examples == | + | === Examples |
< | < | ||
- | mkdir /embedded/ | + | mkdir -p /opt/src |
- | cd /embedded/ | + | 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 PREFIX=/embedded/ | + | make PREFIX=/usr/ |
- | make install DESTDIR=/ | + | |
</ | </ | ||
+ | |||
+ | === Resources === | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ |