aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BootloaderTest
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/BootloaderTest
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/BootloaderTest')
-rw-r--r--BuildTests/BootloaderTest/BootloaderDeviceMap.cfg21
-rw-r--r--BuildTests/BootloaderTest/makefile2
2 files changed, 21 insertions, 2 deletions
diff --git a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
index a95793ccc..082b8f508 100644
--- a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
+++ b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
@@ -1,4 +1,23 @@
-# BOOTLOADER = {ARCH} : {MCU} : {BOARD} : {FLASH SIZE KB} : {BOOT SIZE KB} :
+#
+# LUFA Library
+# Copyright (C) Dean Camera, 2012.
+#
+# dean [at] fourwalledcubicle [dot] com
+# www.lufa-lib.org
+#
+#
+# =============================================================================
+# Bootloader configuration map script, processed with the "BootloaderTest"
+# makefile. This script file defines the targets for each LUFA bootloader,
+# which are then built as part of the build test to ensure that there are no
+# failures on all standard configurations. To add a new build target for a
+# bootloader to this script, use the format:
+#
+# BOOTLOADER = {ARCH} : {MCU} : {BOARD} : {FLASH SIZE KB} : {BOOT SIZE KB} :
+#
+# And re-run the makefile.
+# =============================================================================
+#
#
# ------------ CDC Bootloader -------------
CDC = avr8 : at90usb1287 : NONE : 128 : 8 :
diff --git a/BuildTests/BootloaderTest/makefile b/BuildTests/BootloaderTest/makefile
index 5b378ec99..71fa21a4b 100644
--- a/BuildTests/BootloaderTest/makefile
+++ b/BuildTests/BootloaderTest/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