aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-30 08:16:42 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-30 08:16:42 +0000
commit2f643f6143827219a050601cea7bde10f104cf00 (patch)
tree7af5b72a691ee362b4f16ed0a6302a4ebd285d27 /LUFA/ManPages/ChangeLog.txt
parentbaa1b22654830d78c1edb6ab35f35ceee089f6e5 (diff)
downloadlufa-2f643f6143827219a050601cea7bde10f104cf00.tar.gz
lufa-2f643f6143827219a050601cea7bde10f104cf00.tar.bz2
lufa-2f643f6143827219a050601cea7bde10f104cf00.zip
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.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index f42a60a09..3132a14b9 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -10,6 +10,8 @@
*
* <b>New:</b>
* - Added new Dual Role Keyboard/Mouse demo
+ * - 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
*
* <b>Changed:</b>
* - Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library