X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/f0af2e4a0280c43af3200909f6a00c2afaa65364..851fcd0c2fb6662e4ebfaa667bd1f604b9e9cfc0:/BuildTests/BoardDriverTest/BoardDeviceMap.cfg diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg index 27eaae9f4..5ef6db233 100644 --- a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg +++ b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg @@ -1,4 +1,27 @@ -# 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 : BOARD_USBKEY = avr8 : at90usb1287 : BOARD_STK525 = avr8 : at90usb647 : BOARD_STK526 = avr8 : at90usb162 : @@ -46,4 +69,5 @@ BOARD_MULTIO = avr8 : at90usb162 : BOARD_BIGMULTIO = avr8 : atmega32u4 : BOARD_DUCE = avr8 : atmega32u2 : BOARD_OLIMEX32U4 = avr8 : atmega32u4 : -BOARD_OLIMEXT32U4 = avr8 : atmega32u4 : \ No newline at end of file +BOARD_OLIMEXT32U4 = avr8 : atmega32u4 : +# \ No newline at end of file