summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-09-01 23:11:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-09-01 23:11:58 +0200
commit5530b7eb6b7bcdb27be726356db7ab786858bf49 (patch)
tree62e6f487cee06836f8e98363ae3219a643eeed0c
parentstm8_serial_flasher is now stm8gal (diff)
rename devminumum board to stm8blue
-rw-r--r--blink/Makefile2
-rw-r--r--defines.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/blink/Makefile b/blink/Makefile
index cca47ea..1205bfb 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -21,7 +21,7 @@
##
NAME := blink
-BOARD_TYPE := devminimum
+BOARD_TYPE := stm8blue
OBJ := $(NAME).rel
LIBS := util led
EXTERNAL_LIBS := spl
diff --git a/defines.mk b/defines.mk
index 7d15a3b..9d26b19 100644
--- a/defines.mk
+++ b/defines.mk
@@ -29,7 +29,7 @@ ifeq ($(BOARD_TYPE),discovery)
LED_PINNUM := 0
PROG := stm8flash
endif
-ifeq ($(BOARD_TYPE),devminimum)
+ifeq ($(BOARD_TYPE),stm8blue)
MCU := stm8s103f3
SPL_MCU := STM8S103
LED_CNT := 1