summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-26 00:36:46 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-26 00:36:46 +0200
commit0f62672e2808b08ca5c713f220d184bc9ccdc767 (patch)
treeac1be79c0bb9f0a3f605eab9b5729ce8b8859ff8 /README
parentonly build std-perihp components who are needed (diff)
updated StdPeriph Lib Patch: https://github.com/tenbaht/sduino/wiki/spl
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 0ed22db..bd19d28 100644
--- a/README
+++ b/README
@@ -32,6 +32,12 @@ not to use files named like this for your own code. i.e. if you want
to use the `led` library it's not possible to have a source file name
lib-led.c inside your project.
+To use the STM8S StdPeriph Library in your project you have to provide the
+path to the library source code. You may do this by calling `make` inside
+the contrib tree. But any external path is ok. In order to build the stdperiph
+object file the build system has to call `make clean` inside the STDPERIPH_PATH
+so make sure there is no build inside which you still need. Also paralell builds
+of several projects using the same STDPERIPH_PATH is not possible.
License
=======