diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-16 14:30:46 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-16 14:30:46 +0000 |
commit | 09bedd6555a72c70f6d6bfb965225d44dec171cd (patch) | |
tree | 4ce2908fa70b081f2027eaeb08f4435ef3fb338d /LUFA/ManPages | |
parent | 5d4478b3b4ab9b3e539155bc8f609e188c76547e (diff) | |
download | lufa-09bedd6555a72c70f6d6bfb965225d44dec171cd.tar.gz lufa-09bedd6555a72c70f6d6bfb965225d44dec171cd.tar.bz2 lufa-09bedd6555a72c70f6d6bfb965225d44dec171cd.zip |
Added return values to the CDC and MIDI class driver transmit functions.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 11c21f024..8952337ba 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -19,6 +19,7 @@ * HID interface within the device, not all HID interfaces
* - Added new CDC_Device_Flush() command to the device mode CDC Class driver
* - Added explicit attribute masks to the device mode demos' descriptors
+ * - Added return values to the CDC and MIDI class driver transmit functions
*
* <b>Fixed:</b>
* - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 319e95de5..daabcea4e 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -13,11 +13,6 @@ *
* <b>Targeted for This Release:</b>
* - Host Mode Class Drivers
- * -# Make new host class drivers
- * -# Document new host class drivers
- * -# Convert Host mode demos to class drivers
- * -# Re-enable Host mode Class driver builds after completion
- * -# Update Host mode Class Driver demo .txt files
* - Add overviews of each of the officially supported boards to the manual
* - Add hub support to match Atmel's stack
*
|