X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/00ddff45c159eb8971b38fc4d5ee5b8375addfb2..0c15a451280d2ff2b2fd962b4c3f9fc4812d3cbf:/LUFA/DoxygenPages/ChangeLog.txt diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index a80a4c08a..e16fcbec1 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -7,7 +7,22 @@ /** \page Page_ChangeLog Project Changelog * * \section Sec_ChangeLogXXXXXX Version XXXXXX - * None + * New: + * - Core: + * - Updated the BUILD build system module to add a new COMPILER_PATH optional variable + * - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver + * + * Fixed: + * - Core: + * - Fixed device class driver pipe configuration routines returning success with a partially constructed instance + * when a pipe configuration failed (thanks to Helge Suess) + * - Fixed incorrect LED driver definitions for the Arduino Leonardo board (thanks to Zoltán Szőke) + * - Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg) + * - Fixed possible infinite loop in the control endpoint stream write function (thanks to Clayton Knight) + * - Fixed missing HID report ID prefix on HID class driver GetReport request responses (thanks to Bert van Hall) + * - Library Applications: + * - Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud rate is changed (thanks to Carl Kjeldsen) + * - Fixed blocking USART reads causing low throughput on slow baud rates in the USBtoSerial project (thanks to Nevada Smith) * * \section Sec_ChangeLog140302 Version 140302 * New: