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:49] – [Help] 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 === | ||
Line 17: | Line 17: | ||
The help function of the make file gives us some clues about how to create our own projects with it. | 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 52: | Line 52: | ||
This function didn't list the boards correctly for me, so this is a sanitised listing. | 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 67: | Line 67: | ||
=== Demo === | === Demo === | ||
- | This is the standard LED demo for the maple mini. You may wish to edit the example to 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=/ |
</ | </ | ||