projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update HID bootloader loader application to support the VID/PID used by the bootloader.
[pub/lufa.git]
/
Bootloaders
/
HID
/
makefile
diff --git
a/Bootloaders/HID/makefile
b/Bootloaders/HID/makefile
index
555c727
..
81561c3
100644
(file)
--- a/
Bootloaders/HID/makefile
+++ b/
Bootloaders/HID/makefile
@@
-124,12
+124,6
@@
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB
LUFA_OPTS += -D NO_INTERNAL_SERIAL
\r
LUFA_OPTS += -D NO_DEVICE_SELF_POWER
\r
LUFA_OPTS += -D NO_DEVICE_REMOTE_WAKEUP
\r
LUFA_OPTS += -D NO_INTERNAL_SERIAL
\r
LUFA_OPTS += -D NO_DEVICE_SELF_POWER
\r
LUFA_OPTS += -D NO_DEVICE_REMOTE_WAKEUP
\r
-LUFA_OPTS += -D NO_SOF_EVENTS
\r
-
\r
-#LUFA_OPTS += -D NO_BLOCK_SUPPORT
\r
-#LUFA_OPTS += -D NO_EEPROM_BYTE_SUPPORT
\r
-#LUFA_OPTS += -D NO_FLASH_BYTE_SUPPORT
\r
-#LUFA_OPTS += -D NO_LOCK_BYTE_WRITE_SUPPORT
\r
\r
\r
# Create the LUFA source path variables by including the LUFA root makefile
\r
\r
\r
# Create the LUFA source path variables by including the LUFA root makefile
\r
@@
-199,6
+193,7
@@
ADEFS += -DBOARD=BOARD_$(BOARD)
ADEFS += -DBOOT_START_ADDR=$(BOOT_START)UL
\r
ADEFS += $(LUFA_OPTS)
\r
\r
ADEFS += -DBOOT_START_ADDR=$(BOOT_START)UL
\r
ADEFS += $(LUFA_OPTS)
\r
\r
+
\r
# Place -D or -U options here for C++ sources
\r
CPPDEFS = -DF_CPU=$(F_CPU)UL
\r
CPPDEFS += -DF_CLOCK=$(F_CLOCK)UL
\r
# Place -D or -U options here for C++ sources
\r
CPPDEFS = -DF_CPU=$(F_CPU)UL
\r
CPPDEFS += -DF_CLOCK=$(F_CLOCK)UL
\r