From 2f643f6143827219a050601cea7bde10f104cf00 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 30 Sep 2009 08:16:42 +0000 Subject: 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. --- Demos/Host/ClassDriver/KeyboardHost/makefile | 1 + Demos/Host/ClassDriver/MouseHost/makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'Demos') diff --git a/Demos/Host/ClassDriver/KeyboardHost/makefile b/Demos/Host/ClassDriver/KeyboardHost/makefile index 037ada872..6e869b562 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/makefile +++ b/Demos/Host/ClassDriver/KeyboardHost/makefile @@ -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)" diff --git a/Demos/Host/ClassDriver/MouseHost/makefile b/Demos/Host/ClassDriver/MouseHost/makefile index 189e42cdb..18a5a9dd2 100644 --- a/Demos/Host/ClassDriver/MouseHost/makefile +++ b/Demos/Host/ClassDriver/MouseHost/makefile @@ -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)" -- cgit v1.2.3