Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
#
# 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 = KeyboardHostWithParser
SRC = $( TARGET) .c $( LUFA_SRC_USB) $( LUFA_SRC_USBCLASS) $( 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 . 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 . a v r d u d e . i n