Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
[pub/lufa.git] / LUFA / ManPages / ChangeLog.txt
2009-08-11 Dean CameraAdd CDC Host class driver EVENT_CDC_Host_ControLineStat...
2009-08-11 Dean CameraFixed swapped paremeters in the HID state memory copy...
2009-08-11 Dean CameraFix issue in CDC device class driver where received...
2009-08-05 Dean CameraFixed issue in USBtoSerial demos where the USART Rx...
2009-08-05 Dean CameraMake Control Endpoint stream transfers more reliable...
2009-08-05 Dean CameraCommit for 090810rc1 release.
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-04 Dean CameraBetter fix for LowLevel CDC demo issue where sending...
2009-08-04 Dean CameraFix issue with CDC device demos causing broken communic...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-08-02 Dean CameraRemoved interrupt disable/enable from the Device mode...
2009-07-31 Dean CameraRenamed USB_Device_SetHighSpeed() to USB_Device_SetFull...
2009-07-30 Dean CameraFix incorrect configuration in the ClassDriver AudioOut...
2009-07-30 Dean CameraAdded standard stream example to the ClassDriver CDC...
2009-07-29 Dean CameraAdded 404 errors to the RNDIS Webserver example.
2009-07-28 Dean CameraFixed report data alignment issues in the MouseHostWith...
2009-07-28 Dean CameraBetter solution - change compile time token names to...
2009-07-28 Dean CameraAdded HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-26 Dean CameraAdded new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin...
2009-07-24 Dean CameraAdded new LEDs_ToggleLEDs() function to the Board LEDs...
2009-07-23 Dean CameraAdded new Benito project, a simple modified USB-to...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-20 Dean CameraAdd PrinterHost to the project file and Host LowLevel...
2009-07-19 Dean CameraDon't send terminal RESET codes via serial - just set...
2009-07-19 Dean CameraAdd partial project documentation to the incomplete...
2009-07-19 Dean CameraFixed incorrect PIPE_EPNUM_MASK mask causing pipe failu...
2009-07-16 Dean CameraMinor updates to the Magstripe and MissileLauncher...
2009-07-16 Dean CameraAdded support for the new ATMEGA32U2, ATMEGA16U2 and...
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-15 Dean CameraFix HID class device driver -- if a SetIDle request...
2009-07-13 Dean CameraAdded new EEPROM and FLASH buffer versions of the Endpo...
2009-07-13 Dean CameraAdded compatibility list to the documentation of each...
2009-07-13 Dean CameraAdded new HOST_STATE_WaitForDeviceRemoval host state...
2009-07-13 Dean CameraSeperated out parts of the PrinterHost incomplete demo...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-29 Dean CameraDataflash_WaitWhileBusy() now always ensures that the...
2009-06-26 Dean CameraOptimize vendor/product description string display...
2009-06-23 Dean CameraFixed MassStorage demo not clearing the reset flag...
2009-06-23 Dean CameraPipe_ConfigurePipe() now automatically defaults IN...
2009-06-23 Dean CameraFixed CDCHost demo unfreezing IN pipes during configura...
2009-06-22 Dean CameraAdd demos/bootloaders/projects overview to the manual.
2009-06-22 Dean CameraCorrected the ADC driver for the ATMEGA16U4 and ATMEGA3...
2009-06-21 Dean CameraAdded new USE_INTERNAL_SERIAL define for using the...
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-06-19 Dean CameraExtend USB_GetDeviceConfigDescriptor() routine to requi...
2009-06-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-16 Dean CameraPipe_GetErrorFlags() now returns additional error flags...
2009-06-16 Dean CameraAdded USB Missle Launcher project, submitted by Dave...
2009-06-16 Dean CameraAdded new USB_Host_SetDeviceConfiguration() convenience...
2009-06-15 Dean CameraMove main library documentation pages into a new ManPag...