X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c3db72afdc9928afbf2a8986f6970aa85dd9902a..27eb17cb934dcd3807bacdfe87f853e32f0cfdb4:/LUFA/ManPages/ChangeLog.txt diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 4a1dba0ee..8e6818304 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -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 * * Changed: * - AVRISP programmer project now has a more robust timeout system @@ -66,6 +67,7 @@ * - Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint * request is being processed, causing possible lockups if a USB interrupt occurs during a transfer * - Fixed TeensyHID bootloader not working on some USB AVR models with the official TeensyLoader GUI application + * - Remove incorrect Abstract Call Management class specific descriptor from the CDC demos, bootloaders and projects * * \section Sec_ChangeLog100219 Version 100219 *