Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when Report protocol is not needed.
This commit is contained in:
parent
baa1b22654
commit
2f643f6143
7 changed files with 86 additions and 29 deletions
|
|
@ -117,6 +117,7 @@ LUFA_PATH = ../../../..
|
|||
|
||||
# LUFA library compile-time options
|
||||
LUFA_OPTS += -D USB_HOST_ONLY
|
||||
LUFA_OPTS += -D HID_HOST_BOOT_PROTOCOL_ONLY
|
||||
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,7 @@ LUFA_PATH = ../../../..
|
|||
|
||||
# LUFA library compile-time options
|
||||
LUFA_OPTS += -D USB_HOST_ONLY
|
||||
LUFA_OPTS += -D HID_HOST_BOOT_PROTOCOL_ONLY
|
||||
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue