summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-26 00:44:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-26 00:44:10 +0200
commitfdcf4f08a5eb2e0b8d9b23db5fdc6dddce668435 (patch)
tree01255cd400efeb35e73557761549057d0c8fadb7 /README
parentupdated StdPeriph Lib Patch: https://github.com/tenbaht/sduino/wiki/spl (diff)
rename external lib stdperiph to spl
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index bd19d28..e7e6b28 100644
--- a/README
+++ b/README
@@ -34,10 +34,10 @@ 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.
+the contrib tree. But any external path is ok. In order to build the spl
+object file the build system has to call `make clean` inside the SPL_PATH
+so make sure there is no build inside which you still need. Also paralell
+builds of several projects using the same SPL_PATH is not possible.
License
=======