aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivand58 <ivand58@hotmail.com>2017-09-04 10:18:33 +0300
committerivand58 <ivand58@hotmail.com>2017-09-04 10:18:33 +0300
commit0ba55c96cdc8dd56e02a63e70405d7efe6f13121 (patch)
tree3dfae4982bb19813d1454766e60a91d851a5ca06
parent6f8f55cbe7ff91b480fecd45a0d146c8a2652612 (diff)
downloadcforth-0ba55c96cdc8dd56e02a63e70405d7efe6f13121.tar.gz
example for stm32f103
-rw-r--r--build/arm-stm32f103/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/arm-stm32f103/Makefile b/build/arm-stm32f103/Makefile
index f6b026b..3cce6cd 100644
--- a/build/arm-stm32f103/Makefile
+++ b/build/arm-stm32f103/Makefile
@@ -22,6 +22,7 @@ include $(TOPDIR)/src/app/$(MYNAME)/targets.mk
ifeq ("$(wildcard $(STMLIB))","")
$(info You need the STM Standard Peripheral Library)
$(info Get it from http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries/stsw-stm32054.html)
+ $(info Get it from https://my.st.com/content/ccc/resource/technical/software/firmware/48/ab/e5/17/0d/79/43/74/stsw-stm32054.zip/files/stsw-stm32054.zip/_jcr_content/translations/en.stsw-stm32054.zip)
$(info Unpack it into the parent directory of the cforth/ tree)
$(error )
endif