X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/db420853ce1a7c4545c443b9b7e9925fac3fbbb5..ec6fbb219fc95ffd5f6f9fffd84eeb5f3fd643a3:/LUFA/ManPages/ChangeLog.txt diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index f124fcc48..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 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 @@ -17,10 +17,10 @@ * - Added MIDI event packing support to the MIDI Device and Host mode Class drivers, allowing for multiple MIDI events to * sent or received in packed form in a single USB packet * - Added new MIDI send buffer flush routines to the MIDI Device and Host mode Class drivers, to flush packed events - * - Added master mode hardware TWI driver + * - Added master mode hardware TWI driver for easy TWI peripheral control * - Added ADC MUX masks for the standard ADC input channels on all AVR models with an ADC, altered demos to use these masks * as on some models, the channel number is not identical to its single-ended ADC MUX mask - * - New Webserver project, a RNDIS host USB webserver using the open source uIP TCP/IP network stack + * - New Webserver project, a RNDIS host USB webserver using the open source uIP TCP/IP network stack and FatFS library * * Changed: * - Slowed down software USART carried PDI programming in the AVRISP project to prevent transmission errors @@ -32,6 +32,7 @@ * - Inlined currently unused (but standardized) maintenance functions in the Device and Host Class drivers to save space * - The XPLAINBridge project now selects between a USB to Serial bridge and a PDI programmer on startup, reading the JTAG port's * TDI pin to determine which mode to use + * - Removed the stream example code from the Low Level VirtualSerial demos, as they were buggy and only served to add clutter * * Fixed: * - Fixed AVRISP project not able to enter programming mode when ISP protocol is used @@ -47,6 +48,9 @@ * - Fixed DFU bootloader programming not discarding the correct number of filler bytes from the host when non-aligned programming * ranges are specified (thanks to Thomas Bleeker) * - 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 * @@ -111,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 *