diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-27 14:42:30 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-27 14:42:30 +0000 |
| commit | c809c8ff5ddbb5d08a7d094a45dce2e31c8de0b7 (patch) | |
| tree | 450ce3ad173f75dfb8872a970b62a5f344fec658 /BuildTests/BoardDriverTest/BoardDeviceMap.cfg | |
| parent | 06601e633abb6d3e3be4dcd274ca5f22726cd621 (diff) | |
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2243 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/BoardDriverTest/BoardDeviceMap.cfg')
| -rw-r--r-- | BuildTests/BoardDriverTest/BoardDeviceMap.cfg | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg index e2b8c882..5ef6db23 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 :
|
