summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 19:41:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 19:41:15 +0000
commit59c9f260b4384983019713440c331b8f937a5034 (patch)
tree7ff0934a52b12e5b80ae210afa86f3246be9c3bc
parent2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-59c9f260b4384983019713440c331b8f937a5034.tar.bz2
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/avrtest.cfg: New file.
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/avrtest.cfg20
2 files changed, 24 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index c2ecd315cb..bc29ce35b5 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * custom/avrtest.cfg: New file.
+
2008-11-20 Daron Chabot <daronchabot@gmail.com>
PR 1337/bsps
diff --git a/make/custom/avrtest.cfg b/make/custom/avrtest.cfg
new file mode 100644
index 0000000000..4143495474
--- /dev/null
+++ b/make/custom/avrtest.cfg
@@ -0,0 +1,20 @@
+#
+# Config file for the AVR ATmega128 on avrtest Simulator
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=avr
+RTEMS_CPU_MODEL=mega128
+
+# This is the actual bsp directory used during the build process.
+RTEMS_BSP_FAMILY=avrtest
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+CPU_CFLAGS = -mmcu=atmega128
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -Os -g