aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ICU
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-07-14 00:40:02 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-07-14 00:40:02 +0000
commit6da6afca5fc97ae2ccebfcb3f460271da2919e9a (patch)
treea66e9f6a45ce0652f21ec9ac9b4a922d5c8e438b /testhal/AVR/ICU
parentc1abc1e06fb61c5b6c9bd6e89815570fde0fdec8 (diff)
downloadChibiOS-6da6afca5fc97ae2ccebfcb3f460271da2919e9a.tar.gz
ChibiOS-6da6afca5fc97ae2ccebfcb3f460271da2919e9a.tar.bz2
ChibiOS-6da6afca5fc97ae2ccebfcb3f460271da2919e9a.zip
Update AVR testhal Makefiles according the new structure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10328 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/ICU')
-rw-r--r--testhal/AVR/ICU/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/testhal/AVR/ICU/Makefile b/testhal/AVR/ICU/Makefile
index cb84f1e26..2f86af8bf 100644
--- a/testhal/AVR/ICU/Makefile
+++ b/testhal/AVR/ICU/Makefile
@@ -40,7 +40,7 @@
#----------------------------------------------------------------------------
# MCU name
-MCU = atmega1280
+MCU = atmega2560
# Processor frequency.
F_CPU = 16000000
@@ -60,23 +60,23 @@ OBJDIR = .
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_MEGA/board.mk
-include $(CHIBIOS)/os/hal/ports/AVR/platform.mk
+include $(CHIBIOS)/os/hal/ports/AVR/MEGA/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk
include $(CHIBIOS)/test/rt/test.mk
# List C source files here. (C dependencies are automatically generated.)
-SRC = $(PORTSRC) \
- $(KERNSRC) \
- $(TESTSRC) \
- $(HALSRC) \
- $(OSALSRC) \
- $(PLATFORMSRC) \
- $(BOARDSRC) \
- $(CHIBIOS)/os/various/evtimer.c \
- $(CHIBIOS)/os/hal/lib/streams/memstreams.c \
- $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
+SRC = $(PORTSRC) \
+ $(KERNSRC) \
+ $(TESTSRC) \
+ $(HALSRC) \
+ $(OSALSRC) \
+ $(PLATFORMSRC) \
+ $(BOARDSRC) \
+ $(CHIBIOS)/os/various/evtimer.c \
+ $(CHIBIOS)/os/hal/lib/streams/memstreams.c \
+ $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
main.c
# List C++ source files here. (C dependencies are automatically generated.)