Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP project.
[pub/lufa.git] / LUFA / ManPages / ChangeLog.txt
index 8952337..bd2c7d0 100644 (file)
@@ -13,6 +13,8 @@
   *  - Added flag to the HID report parser to indicate if a device has multiple reports\r
   *  - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and\r
   *    USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode\r
+  *  - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints\r
+  *  - Added new AVRISP project, a LUFA clone of the Atmel AVRISP-MKII programmer\r
   *  \r
   *  <b>Changed:</b>\r
   *  - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested\r
@@ -30,6 +32,7 @@
   *  - Fixed USBtoSerial demos not reading in UDR1 when the USART receives data but the USB interface is not enumerated,\r
   *    causing continuous USART receive interrupts\r
   *  - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation\r
+  *  - Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient\r
   *\r
   *\r
   *  \section Sec_ChangeLog090810 Version 090810\r