aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-10-08 07:00:44 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-10-08 07:00:44 +0000
commitbdedbd558ce3db0d7c1e0ff6cdde2f480277aff7 (patch)
treef63699f277ed035c857193d28ae5a4816faa1563 /LUFA/ManPages/ChangeLog.txt
parent09575f9607e12ddf7284f6c8974a332a88d4ed3b (diff)
downloadlufa-bdedbd558ce3db0d7c1e0ff6cdde2f480277aff7.tar.gz
lufa-bdedbd558ce3db0d7c1e0ff6cdde2f480277aff7.tar.bz2
lufa-bdedbd558ce3db0d7c1e0ff6cdde2f480277aff7.zip
Add new MIDIHost LowLevel demo application.
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 2e35e22b5..ea4e345d7 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -12,13 +12,14 @@
* - 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
+ * - Added new MIDI Host demo
*
* <b>Changed:</b>
* - Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library
* - MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs
* - Cleanups to the Device mode Mass Storage demo applications' SCSI routines
* - Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer
- * samples to and from the device (allowing more time for processing and output)
+ * samples to and from the device (allowing more time for sample processing and output)
*
* <b>Fixed:</b>
* - Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a
@@ -26,7 +27,7 @@
* - Changed LUFA_VERSION_INTEGER define to use BCD values, to make comparisons eaiser
* - Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe)
* to send report to the attached device
- * - Fixed ClassDriver AudioOutput demo not selecting an audio output mode
+ * - Fixed ClassDriver AudioOutput device demo not selecting an audio output mode
*
* \section Sec_ChangeLog090924 Version 090924
*