aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINO-MEGA
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:21 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:21 +0000
commit47461741eda79dd6096093d9b5474190d03ca8ce (patch)
tree03cf8703af0a331ed70987506430988f0a65636e /demos/AVR/RT-ARDUINO-MEGA
parent58e8c4d3e18ddb79656f2f35452f48f4afceaf1c (diff)
downloadChibiOS-47461741eda79dd6096093d9b5474190d03ca8ce.tar.gz
ChibiOS-47461741eda79dd6096093d9b5474190d03ca8ce.tar.bz2
ChibiOS-47461741eda79dd6096093d9b5474190d03ca8ce.zip
Update AVR MEGA demos Makefiles according the new architecture.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10435 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/RT-ARDUINO-MEGA')
-rw-r--r--demos/AVR/RT-ARDUINO-MEGA/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/AVR/RT-ARDUINO-MEGA/Makefile b/demos/AVR/RT-ARDUINO-MEGA/Makefile
index ba29fd41f..fec165026 100644
--- a/demos/AVR/RT-ARDUINO-MEGA/Makefile
+++ b/demos/AVR/RT-ARDUINO-MEGA/Makefile
@@ -63,7 +63,7 @@ OBJDIR = .
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_MEGA/board.mk
-include $(CHIBIOS)/os/hal/ports/AVR/MEGA/platform.mk
+include $(CHIBIOS)/os/hal/ports/AVR/MEGA/ATMEGAxx/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
@@ -230,6 +230,7 @@ EXTRALIBDIRS =
#---------------- External Memory Options ----------------
+
# 64 KB of external RAM, starting after internal RAM (ATmega128!),
# used for variables (.data/.bss) and heap (malloc()).
#EXTMEMOPTS = -Wl,-Tdata=0x801100,--defsym=__heap_end=0x80ffff