Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:libopencm3 [2015/01/02 02:35] – darron | tools:libopencm3 [2022/12/18 21:10] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== OpenCM3 | + | ==== libopencm3 |
- | OpenCM3 | + | libopencm3 |
- | == Install == | + | The firmware library was built with [[: |
+ | |||
+ | === Install | ||
< | < | ||
- | git clone git:// | + | mkdir -p /opt/src |
+ | cd /opt/src | ||
+ | git clone http:// | ||
cd libopencm3 | cd libopencm3 | ||
- | make | + | make PREFIX=/ |
+ | 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=/ |
</ | </ | ||
+ | |||
+ | === Resources === | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ |