aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Meadows2015-01-18 22:40:02 +0000
committerRichard Meadows2015-01-18 22:40:02 +0000
commitea78e2d737cbe4a61156fdddc140fba4eab0bc3d (patch)
treedfa4a54e2f130527326c553a5cb1d64b70f069c3
parent565795e1680eb2a0f2f5737dddd7df293824ec4a (diff)
Complete refactor of samd20 -> samd
-rw-r--r--src/Makefile3
-rw-r--r--src/samd.c (renamed from src/samd20.c)0
2 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index b30922c..fcf5d1f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -32,7 +32,7 @@ SRC = \
nrf51.c \
platform.c \
sam3x.c \
- samd20.c \
+ samd.c \
stm32f1.c \
stm32f4.c \
stm32l1.c \
@@ -53,4 +53,3 @@ clean: host_clean
-$(RM) platforms/*/*.o platforms/*/*.d mapfile
-include *.d
-
diff --git a/src/samd20.c b/src/samd.c
index b043c50..b043c50 100644
--- a/src/samd20.c
+++ b/src/samd.c