summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-27 21:40:39 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-27 21:40:39 +0200
commit9f7d0606365abe9739a23fe148c481b7a22d5f3e (patch)
tree2de6cf667b2e50b5b3790c1466fa2fd74950d16a /contrib
parentfix redefinition of HSE_VALUE (diff)
added stm8-serial-flasher
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index c87b2e8..8e94812 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -20,7 +20,7 @@
## along with spreadspace stm8 utils. If not, see <http://www.gnu.org/licenses/>.
##
-all: download-spl update-stm8flash
+all: download-spl update-stm8flash update-stm8_serial_flasher
doxygen := $(shell which doxygen)
download-spl: stsw-stm8069.zip
@@ -36,3 +36,10 @@ stsw-stm8069.zip:
update-stm8flash: .stm8flash.prepared
cd stm8flash; git pull; make
+
+.stm8_serial_flasher.prepared:
+ git clone https://github.com/gicking/STM8_serial_flasher.git
+ touch $@
+
+update-stm8_serial_flasher: .stm8_serial_flasher.prepared
+ cd STM8_serial_flasher; git pull; make