aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BoardDriverTest/BoardDeviceMap.cfg
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-27 16:48:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-27 16:48:19 +0000
commitc3dd6ac7814ce17004a9e4f0d965d606b1d7c35c (patch)
tree50ac6cb2cf0a3ec031fc47db6475608188fc7232 /BuildTests/BoardDriverTest/BoardDeviceMap.cfg
parent18d91ece3b178a04d295518517b2aca5266bb078 (diff)
parent7d65c54eef193f4f6f4391ea9fc62ea8c14a73b2 (diff)
downloadlufa-c3dd6ac7814ce17004a9e4f0d965d606b1d7c35c.tar.gz
lufa-c3dd6ac7814ce17004a9e4f0d965d606b1d7c35c.tar.bz2
lufa-c3dd6ac7814ce17004a9e4f0d965d606b1d7c35c.zip
AppConfigHeaders: Merge in latest trunk.
Diffstat (limited to 'BuildTests/BoardDriverTest/BoardDeviceMap.cfg')
-rw-r--r--BuildTests/BoardDriverTest/BoardDeviceMap.cfg22
1 files changed, 21 insertions, 1 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 :