Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() function to the Device and Host CDC Class drivers.

This commit is contained in:
Dean Camera 2010-05-06 11:56:34 +00:00
parent 9c8bd6ed9b
commit 842e219bf3
6 changed files with 57 additions and 2 deletions

View file

@ -15,6 +15,7 @@
* - Added new ATTR_NO_INIT variable attribute for global variables that should not be automatically cleared on startup
* - Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so that the stream functions early-abort if the bus
* is suspended before or during a transfer
* - Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() function to the Device and Host CDC Class drivers
*
* <b>Changed:</b>
* - AVRISP programmer project now has a more robust timeout system