X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/083d3615d327a90aeaed9adc74eb997315daaafd..8aee4cb2f2207e93841664814bb1dbfc1347894c:/LUFA/ManPages/ChangeLog.txt diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index bd2c7d024..6c4fea568 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -14,7 +14,8 @@ * - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and * USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode * - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints - * - Added new AVRISP project, a LUFA clone of the Atmel AVRISP-MKII programmer + * - Added new AVRISP project, a LUFA powered clone of the Atmel AVRISP-MKII programmer + * - Added ShutDown functions for all hardware peripheral drivers, so that peripherals can be turned off after use * * Changed: * - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested @@ -22,6 +23,7 @@ * - Added new CDC_Device_Flush() command to the device mode CDC Class driver * - Added explicit attribute masks to the device mode demos' descriptors * - Added return values to the CDC and MIDI class driver transmit functions + * - Added extra masks to the SPI driver, changed SPI_Init() so that the clock polarity and sample modes can be set * * Fixed: * - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the @@ -33,6 +35,8 @@ * causing continuous USART receive interrupts * - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation * - Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient + * - Added hardware USART receive interrupt and software buffering to the Benito project to ensure received data is not + * missed or corrupted * * * \section Sec_ChangeLog090810 Version 090810