projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add new more reliable software UART for the XPLAINBridge project by David Prentice...
[pub/lufa.git]
/
LUFA
/
ManPages
/
ChangeLog.txt
diff --git
a/LUFA/ManPages/ChangeLog.txt
b/LUFA/ManPages/ChangeLog.txt
index
d06d913
..
bd3b38f
100644
(file)
--- a/
LUFA/ManPages/ChangeLog.txt
+++ b/
LUFA/ManPages/ChangeLog.txt
@@
-11,10
+11,11
@@
* <b>New:</b>
\r
* - Added activity LED indicators to the AVRISP project to indicate when the device is busy processing a command
\r
* - The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR)
\r
* <b>New:</b>
\r
* - Added activity LED indicators to the AVRISP project to indicate when the device is busy processing a command
\r
* - The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR)
\r
- * - Added new XPLAIN USB to Serial Bridge project (thanks to John Steggall)
\r
- * - Added new RNDIS
Hos
t Host LowLevel demo
\r
+ * - Added new XPLAIN USB to Serial Bridge project (thanks to John Steggall
for initial proof-of-concept
)
\r
+ * - Added new RNDIS
Etherne
t Host LowLevel demo
\r
* - Added new RNDIS Ethernet Host Class Driver
\r
* - Added new RNDIS Ethernet Host Class Driver
\r
- * - Added new RNDISEthernet Host ClassDriver demo
\r
+ * - Added new RNDIS Ethernet Host ClassDriver demo
\r
+ * - Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device
\r
*
\r
* <b>Changed:</b>
\r
* - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes
\r
*
\r
* <b>Changed:</b>
\r
* - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes
\r
@@
-27,7
+28,9
@@
* - All Class Drivers now return false or the "DeviceDisconnected" error code of their respective error enums when a function
\r
* is called when no host/device is connected where possible
\r
* - The HOST_SENDCONTROL_DeviceDisconnect enum value has been renamed to HOST_SENDCONTROL_DeviceDisconnected to be in line
\r
* - All Class Drivers now return false or the "DeviceDisconnected" error code of their respective error enums when a function
\r
* is called when no host/device is connected where possible
\r
* - The HOST_SENDCONTROL_DeviceDisconnect enum value has been renamed to HOST_SENDCONTROL_DeviceDisconnected to be in line
\r
- * with the rest of the library errorcodes.
\r
+ * with the rest of the library errorcodes
\r
+ * - Make MIDI device demos also turn off the on board LEDs if MIDI Note On messages are sent with a velocity of zero,
\r
+ * which some devices use instead of Note Off messages (thanks to Robin Green)
\r
*
\r
* <b>Fixed:</b>
\r
* - Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver
\r
*
\r
* <b>Fixed:</b>
\r
* - Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver
\r
@@
-38,6
+41,7
@@
* - Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_DELAY_MS is set to zero
\r
* - Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction
\r
* - Fixed CDCHost failing on devices with bidirectional endpoints
\r
* - Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_DELAY_MS is set to zero
\r
* - Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction
\r
* - Fixed CDCHost failing on devices with bidirectional endpoints
\r
+ * - Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2
\r
*
\r
* \section Sec_ChangeLog091122 Version 091122
\r
*
\r
*
\r
* \section Sec_ChangeLog091122 Version 091122
\r
*
\r