Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2015-11-11 01:30:09 +0300
committerKarl Palsson <karlp@tweak.net.au>2015-11-11 02:47:57 +0300
commit507c184456ed9403624e42190d9ccde75967df2b (patch)
tree6ededf4e01fa98ccf0f1c6326b022065d7841f25 /Makefile
parent00cbf86e7730d70595ed44aff1c39a25f7fa83c1 (diff)
stm32l4: initial memorymap and vector support
Values from RM0351rev1, with the correction of the duplicate TIM1_CC entry. Only stub support so far, but this opens up the beginning of build testing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db022c1b..59084619 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ space:=
space+=
SRCLIBDIR:= $(subst $(space),\$(space),$(realpath lib))
-TARGETS:= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 stm32/l0 stm32/l1 \
+TARGETS:= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 \
+ stm32/l0 stm32/l1 stm32/l4 \
lpc13xx lpc17xx lpc43xx/m4 lpc43xx/m0 lm3s lm4f \
efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg \
sam/3a sam/3n sam/3s sam/3u sam/3x \