* - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints\r
* - Added new AVRISP project, a LUFA powered clone of the Atmel AVRISP-MKII programmer\r
* - Added ShutDown() functions for all hardware peripheral drivers, so that peripherals can be turned off after use\r
+ * - Added new CDC_Device_Flush() command to the device mode CDC Class driver to flush Device->Host data\r
+ * - Added extra masks to the SPI driver, changed SPI_Init() so that the clock polarity and sample modes can be set\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
* HID interface within the device, not all HID interfaces\r
- * - Added new CDC_Device_Flush() command to the device mode CDC Class driver\r
* - Added explicit attribute masks to the device mode demos' descriptors\r
* - Added return values to the CDC and MIDI class driver transmit functions\r
- * - Added extra masks to the SPI driver, changed SPI_Init() so that the clock polarity and sample modes can be set\r
* - Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled size\r
* - Added non-null function parameter pointer restrictions to USB Class drivers to improve user code reliability\r
* - Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity\r