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:
authorFelix Held <felix-libopencm3@felixheld.de>2014-02-07 02:06:55 +0400
committerFelix Held <felix-libopencm3@felixheld.de>2014-02-07 02:06:55 +0400
commitb5d937a00cf778dbdc0fa4e3aff57600b305d187 (patch)
treeb791977c1f9865690ed292b76f73acdaf572ecfa /Makefile
parent729feeb0a43a3a69cbf1ebc953e217f6a3c2a968 (diff)
add memory map and irq table for sam3s and sam3u devices
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3132684b..8a650ffb 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ SRCLIBDIR:= $(realpath lib)
TARGETS:= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l1 lpc13xx lpc17xx \
lpc43xx/m4 lpc43xx/m0 lm3s lm4f \
- efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg sam/3x sam/3n
+ efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg sam/3x sam/3n sam/3s sam/3u
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)