mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
This commit is contained in:
@@ -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 :
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user