aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-11 09:09:39 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-11 09:09:39 +0000
commit04774208b6d4131466a2b5e44af314252ab1734e (patch)
treedaf57c62f20881434ca23f2972e5ebee8c0eaf15 /LUFA/ManPages/ChangeLog.txt
parent5de364163f5a7597ba2f54e37cdea493fbd1e7ff (diff)
downloadlufa-04774208b6d4131466a2b5e44af314252ab1734e.tar.gz
lufa-04774208b6d4131466a2b5e44af314252ab1734e.tar.bz2
lufa-04774208b6d4131466a2b5e44af314252ab1734e.zip
Minor code cleanups for clarity.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index aaa811f6d..b3a3d927d 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -17,13 +17,13 @@
* - Added new Joystick Host ClassDriver and LowLevel demos
* - Added new Printer Host mode Class driver
* - Added new Printer Host mode ClassDriver demo
- * - Added optional support for double banked endpoints in the Device mode Class drivers
- * - Added new stream creation function to the CDC Class drivers, to easily make standard streams from CDC Class driver instances
+ * - Added optional support for double banked endpoints and pipes in the Device and Host mode Class drivers
+ * - Added new stream creation function to the CDC Class drivers, to easily make standard I/O streams from CDC Class driver instances
*
* <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
+ * - Cleanups to the Device mode Mass Storage demo application 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 sample processing and output)
* - Audio class Device mode demos now work at both 16MHz and 8MHz, rather than just at 8MHz