Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
#
# LUFA Library
# Copyright (C) Dean Camera, 2012.
#
# dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org
#
# --------------------------------------
# LUFA Project Makefile.
# --------------------------------------
MCU = at90usb1287
ARCH = AVR8
BOARD = USBKEY
F_CPU = 8000000
F_USB = $( F_CPU)
OPTIMIZATION = s
TARGET = VirtualSerialHost
SRC = $( TARGET) .c ConfigDescriptor.c $( LUFA_SRC_USB) $( LUFA_SRC_SERIAL)
LUFA_PATH = ../../../../LUFA
CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/
LD_FLAGS =
# Default target
all :
# Include LUFA build script makefiles
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . c o r e . i n
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . s o u r c e s . i n
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . b u i l d . i n
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . c p p c h e c k . i n
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . d o x y g e n . i n
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . d f u . i n
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . h i d . i n
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . a v r d u d e . i n
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a . a t p r o g r a m . i n