Add missing documentation to custom BuiltTest hardware mapping files. Fix up old...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 27 May 2012 14:42:30 +0000 (14:42 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 27 May 2012 14:42:30 +0000 (14:42 +0000)
22 files changed:
Bootloaders/makefile
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
BuildTests/BoardDriverTest/makefile
BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
BuildTests/BootloaderTest/makefile
BuildTests/ModuleTest/makefile
BuildTests/SingleUSBModeTest/makefile
BuildTests/StaticAnalysisTest/makefile
BuildTests/makefile
Demos/Device/ClassDriver/makefile
Demos/Device/LowLevel/makefile
Demos/Device/makefile
Demos/DualRole/ClassDriver/makefile
Demos/DualRole/makefile
Demos/Host/ClassDriver/makefile
Demos/Host/LowLevel/makefile
Demos/Host/makefile
Demos/makefile
LUFA/makefile
Maintenance/makefile
Projects/makefile
makefile

index 18bf143..c9f4941 100644 (file)
@@ -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
index e2b8c88..5ef6db2 100644 (file)
@@ -1,4 +1,24 @@
-# BOARD DEFINE = {ARCH} : {MCU} :\r
+#\r
+#             LUFA Library\r
+#     Copyright (C) Dean Camera, 2012.\r
+#\r
+#  dean [at] fourwalledcubicle [dot] com\r
+#           www.lufa-lib.org\r
+#\r
+#\r
+# =============================================================================\r
+# Board configuration map script, processed with the "BoardDriverTest"\r
+# makefile. This script file maps the possible LUFA target BOARD makefile\r
+# value in user projects to a specific architecture and device. This mapping is\r
+# then used by the makefile to build all possible drivers for that board, to\r
+# detect any missing or erroneous functions. To add a new board mapping, use\r
+# the syntax:\r
+#\r
+#    BOARD DEFINE = {ARCH} : {MCU} :\r
+#\r
+# And re-run the makefile. Note that each board may have only one target.\r
+# =============================================================================\r
+# \r
 #\r
 BOARD_USER = avr8 : at90usb1287 :\r
 BOARD_NONE = avr8 : at90usb1287 :\r
index 68180c2..c1adc67 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2011.\r
+#     Copyright (C) Dean Camera, 2012.\r
 #\r
 #  dean [at] fourwalledcubicle [dot] com\r
 #           www.lufa-lib.org\r
index a95793c..082b8f5 100644 (file)
@@ -1,4 +1,23 @@
-# BOOTLOADER = {ARCH} : {MCU} : {BOARD} : {FLASH SIZE KB} : {BOOT SIZE KB} :\r
+#\r
+#             LUFA Library\r
+#     Copyright (C) Dean Camera, 2012.\r
+#\r
+#  dean [at] fourwalledcubicle [dot] com\r
+#           www.lufa-lib.org\r
+#\r
+#\r
+# =============================================================================\r
+# Bootloader configuration map script, processed with the "BootloaderTest"\r
+# makefile. This script file defines the targets for each LUFA bootloader,\r
+# which are then built as part of the build test to ensure that there are no\r
+# failures on all standard configurations. To add a new build target for a\r
+# bootloader to this script, use the format:\r
+#\r
+#    BOOTLOADER = {ARCH} : {MCU} : {BOARD} : {FLASH SIZE KB} : {BOOT SIZE KB} :\r
+#\r
+# And re-run the makefile.\r
+# =============================================================================\r
+#\r
 #\r
 # ------------ CDC Bootloader -------------\r
 CDC = avr8 : at90usb1287 : NONE : 128 : 8 :\r
index 5b378ec..71fa21a 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2011.\r
+#     Copyright (C) Dean Camera, 2012.\r
 #\r
 #  dean [at] fourwalledcubicle [dot] com\r
 #           www.lufa-lib.org\r
index 5970073..6811e1a 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2011.\r
+#     Copyright (C) Dean Camera, 2012.\r
 #\r
 #  dean [at] fourwalledcubicle [dot] com\r
 #           www.lufa-lib.org\r
index 725f4a5..82ed94a 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2011.\r
+#     Copyright (C) Dean Camera, 2012.\r
 #\r
 #  dean [at] fourwalledcubicle [dot] com\r
 #           www.lufa-lib.org\r
index 70adf0f..1578412 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2011.\r
+#     Copyright (C) Dean Camera, 2012.\r
 #\r
 #  dean [at] fourwalledcubicle [dot] com\r
 #           www.lufa-lib.org\r
index bb76edd..604b2e5 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2011.\r
+#     Copyright (C) Dean Camera, 2012.\r
 #\r
 #  dean [at] fourwalledcubicle [dot] com\r
 #           www.lufa-lib.org\r
index 334a6d3..ce41fbe 100644 (file)
@@ -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
index 757dc5e..3a5ddc3 100644 (file)
@@ -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
index f25c70b..f6acde3 100644 (file)
@@ -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
index 829b86d..866a47e 100644 (file)
@@ -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
index b225804..dbfe999 100644 (file)
@@ -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
index 963ba68..ace1874 100644 (file)
@@ -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
index 9958c4f..456bd10 100644 (file)
@@ -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
index f25c70b..f6acde3 100644 (file)
@@ -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
index c70e7a9..3c31767 100644 (file)
@@ -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
index b9380f4..eac5cb3 100644 (file)
@@ -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
index 1fef246..db06616 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2011.\r
+#     Copyright (C) Dean Camera, 2012.\r
 #\r
 #  dean [at] fourwalledcubicle [dot] com\r
 #           www.lufa-lib.org\r
index d8fe77a..29e7145 100644 (file)
@@ -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
index fd7e5c0..d533f25 100644 (file)
--- a/makefile
+++ b/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