Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:libmaple [2015/03/18 15:47] – [Demo] darron | tools:libmaple [2015/03/22 21:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== libmaple ==== | ==== libmaple ==== | ||
- | libmaple is a firmware library for the Leaflabs maple mini and clones with STM32 CPUs. | + | libmaple is a firmware library for the Leaflabs |
- | The firmware library is built with [[: | + | The firmware library is built with [[: |
=== Download === | === Download === | ||
+ | Here we fetch the source to the maple libraries. | ||
< | < | ||
mkdir -p / | mkdir -p / | ||
Line 14: | Line 15: | ||
=== Help === | === Help === | ||
+ | The help function of the make file gives us some clues about how to create our own projects with it. | ||
< | < | ||
- | make CROSS_COMPILE=/ | + | make CROSS_COMPILE=/ |
Basic usage (BOARD defaults to maple): | Basic usage (BOARD defaults to maple): | ||
Line 48: | Line 49: | ||
=== List boards === | === List boards === | ||
+ | |||
+ | This function didn't list the boards correctly for me, so this is a sanitised listing. | ||
< | < | ||
- | make CROSS_COMPILE=/ | + | make CROSS_COMPILE=/ |
cm900 | cm900 | ||
| | ||
Line 64: | Line 67: | ||
=== Demo === | === Demo === | ||
- | This is a standard LED demo for the maple mini. You may edit the example create a blink unlike the default empty firmware blink to confirm that this is working. | + | This is the standard LED demo for the [[:boards:maple|Maple |
< | < | ||
cp examples/ | cp examples/ | ||
- | make CROSS_COMPILE=/ | + | make CROSS_COMPILE=/ |
</ | </ | ||