X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5f363996e3b6fc66017ff02eb2de6f477e0f328e..ec6fbb219fc95ffd5f6f9fffd84eeb5f3fd643a3:/LUFA/ManPages/ChangeLog.txt diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 8215bbe8e..63ffaecc8 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -9,7 +9,7 @@ * \section Sec_ChangeLogXXXXXX Version XXXXXX * * New: - * - Added TPI programming support for 6-pin ATTINY devices to the AVRISP programmer project + * - Added TPI programming support for 6-pin ATTINY devices to the AVRISP programmer project (thanks to Tom Light) * - Added command timeout counter to the AVRISP project so that the device no longer freezes when incorrectly connected * to a target * - Added new TemperatureDataLogger application, a USB data logger which writes to the device's dataflash and appears to @@ -50,6 +50,7 @@ * - Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe * - Fixed Pipe_IsEndpointBound() not taking the endpoint's direction into account * - Fixed EEPROM and FLASH ISP programming in the AVRISP project + * - Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen) * * \section Sec_ChangeLog091223 Version 091223 * @@ -114,6 +115,7 @@ * used (thanks to Daniel Levy) * - Fixed TeensyHID bootloader not enumerating to the host correctly * - Fixed AVRISP project timeouts not checking for the correct timeout period (thanks to Carl Ott) + * - Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash addresses (thanks to Tim Mitchell) * * \section Sec_ChangeLog091122 Version 091122 *