aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BoardDriverTest
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-27 14:42:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-27 14:42:30 +0000
commitb5e850ffd6d31afc159fec9cb37ad36d79100166 (patch)
tree450ce3ad173f75dfb8872a970b62a5f344fec658 /BuildTests/BoardDriverTest
parent1fe8e29ab321ad9818f299fb3fb8c0d6cf70fe6e (diff)
downloadlufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.tar.gz
lufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.tar.bz2
lufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.zip
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
Diffstat (limited to 'BuildTests/BoardDriverTest')
-rw-r--r--BuildTests/BoardDriverTest/BoardDeviceMap.cfg22
-rw-r--r--BuildTests/BoardDriverTest/makefile2
2 files changed, 22 insertions, 2 deletions
diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg
index e2b8c8829..5ef6db233 100644
--- a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg
+++ b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg
@@ -1,4 +1,24 @@
-# BOARD DEFINE = {ARCH} : {MCU} :
+#
+# LUFA Library
+# Copyright (C) Dean Camera, 2012.
+#
+# dean [at] fourwalledcubicle [dot] com
+# www.lufa-lib.org
+#
+#
+# =============================================================================
+# Board configuration map script, processed with the "BoardDriverTest"
+# makefile. This script file maps the possible LUFA target BOARD makefile
+# value in user projects to a specific architecture and device. This mapping is
+# then used by the makefile to build all possible drivers for that board, to
+# detect any missing or erroneous functions. To add a new board mapping, use
+# the syntax:
+#
+# BOARD DEFINE = {ARCH} : {MCU} :
+#
+# And re-run the makefile. Note that each board may have only one target.
+# =============================================================================
+#
#
BOARD_USER = avr8 : at90usb1287 :
BOARD_NONE = avr8 : at90usb1287 :
diff --git a/BuildTests/BoardDriverTest/makefile b/BuildTests/BoardDriverTest/makefile
index 68180c221..c1adc67a9 100644
--- a/BuildTests/BoardDriverTest/makefile
+++ b/BuildTests/BoardDriverTest/makefile
@@ -1,6 +1,6 @@
#
# LUFA Library
-# Copyright (C) Dean Camera, 2011.
+# Copyright (C) Dean Camera, 2012.
#
# dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org