aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-01 07:43:50 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-01 07:43:50 +0000
commitece9e3d5991dd481fc36baf799a1a85d14b88251 (patch)
treea659f9bd537f05ddf841106f2ed94e1f4e0f5bbe /LUFA
parent6198289b388e4122afe4913f899b37a8e7cd8af4 (diff)
downloadlufa-ece9e3d5991dd481fc36baf799a1a85d14b88251.tar.gz
lufa-ece9e3d5991dd481fc36baf799a1a85d14b88251.tar.bz2
lufa-ece9e3d5991dd481fc36baf799a1a85d14b88251.zip
Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index b61af3478..4365350ca 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -7,8 +7,12 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
+ *
* - Added new GenericHIDHost demo
* - Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use
+ * - KeyboardHost, MouseHost and GenericHIDHost demos now save and restore the currently selected pipe inside the pipe ISR
+ * - Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile
+ * time options
*
* \section Sec_ChangeLog090401 Version 090401
*