readme: add miniblink/template references

This commit is contained in:
Karl Palsson 2018-08-29 15:03:43 +00:00
parent e04f10e591
commit 6f0f2ebe8e

View File

@ -134,12 +134,21 @@ of them in the libopencm3-examples repository:
https://github.com/libopencm3/libopencm3-examples
If you just wish to test your toolchain and build environment, a collection of
mini blink projects is available too. This covers _many_ more boards, but, as
the name suggests, only demonstrates blinking LEDs.
https://github.com/libopencm3/libopencm3-miniblink
Installation
------------
Simply pass -I and -L flags to your own project. See the libopencm3-examples
repository for an example of using this library as a Git submodule, the most
popular method of use.
Simply pass -I and -L flags to your own project. See the
[libopencm3-template](https://github.com/libopencm3/libopencm3-miniblink)
repository for a template repository using this library as a Git submodule,
the most popular method of use. The libopencm3-examples is another
example of this.
It is strongly advised that you do not attempt to install this library to any
path inside your toolchain itself. While this means you don't have to include