projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d83bd0
)
Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to reduce...
author
Dean Camera
<dean@fourwalledcubicle.com>
Fri, 24 Dec 2010 18:05:50 +0000
(18:05 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Fri, 24 Dec 2010 18:05:50 +0000
(18:05 +0000)
Bootloaders/CDC/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Bootloaders/CDC/makefile
b/Bootloaders/CDC/makefile
index
c0dc386
..
0a2f954
100644
(file)
--- a/
Bootloaders/CDC/makefile
+++ b/
Bootloaders/CDC/makefile
@@
-114,6
+114,7
@@
LUFA_PATH = ../..
# LUFA library compile-time options and predefined tokens
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
+LUFA_OPTS += -D ORDERED_EP_CONFIG
LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=8
LUFA_OPTS += -D FIXED_NUM_CONFIGURATIONS=1
LUFA_OPTS += -D USE_RAM_DESCRIPTORS