Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2018-08-29 18:03:43 +0300
committerKarl Palsson <karlp@tweak.net.au>2018-08-29 18:03:43 +0300
commit6f0f2ebe8e404af5b68879a7ee630cfc9d0ef484 (patch)
tree0b8a52f355c74e891d5835a9a248318bc5df2497
parente04f10e591e5d7386171c20dcc538475736211c7 (diff)
readme: add miniblink/template references
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5f9c4e50..b070859a 100644
--- a/README.md
+++ b/README.md
@@ -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