X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a899ee0cf4e48d8a2a4dd513ebe2676e15962eb1..ff8e86ba73d0f19fefc0590102fd151f8b8c37c6:/LUFA/DoxygenPages/ChangeLog.txt?ds=sidebyside diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 9533ad174..5cd6074f4 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -14,6 +14,7 @@ * - Added new Printer Device Class driver * - Added support for the XMEGA C3 Xplained board * - Added support for the U2S board (thanks to megal0maniac) + * - Added TWI Master driver for the XMEGA architecture (thanks to Michael Janssen) * - Library Applications: * - Added new Printer class bootloader * - Added new Mass Storage class bootloader @@ -31,6 +32,7 @@ * - Library Applications: * - Re-added Set Control Line State request handling to the CDC class bootloader to prevent issues with the .NET serial * class (thanks to Erik Lins) + * - TemperatureDataLogger project dummy RTC mode now tracks real time (thanks to David Lazarus) * * Fixed: * - Core: @@ -39,6 +41,8 @@ * - Fixed Pipe_GetBoundEndpointAddress() returning invalid endpoint directions on AVR8 architecture devices (thanks to decerri) * under some circumstances * - Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan) + * - Fixed broken USART SPI driver for the AVR8 architecture due to incorrect initialization + * - Fixed re-enumeration issue of XMEGA architecture targets (thanks to Jaroslav Jedlinsky) * - Library Applications: * - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an * unknown SCSI command