Move Dataflash operational checking code out from SCSI.c into the DataflashManager...
[pub/USBasp.git] / Demos / Host / LowLevel / MouseHostWithParser /
2009-09-21 Dean CameraFinish initial draft of the Host Mode HID Class driver.
2009-09-21 Dean CameraFix building of KeyboardHostWithParser and MouseHostWit...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-09 Dean CameraChange HID report parser so that it can calculate and...
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-09-02 Dean CameraAdd user-filtering to the HID report parser, so that...
2009-08-31 Dean CameraOops - with new changes to the way the device Configura...
2009-08-31 Dean CameraChanged the parameters and behaviour of the USB_GetDevi...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-06 Dean CameraMake Endpoint control transfers more reliable; early...
2009-08-05 Dean CameraMake Control Endpoint stream transfers more reliable...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-28 Dean CameraFixed report data alignment issues in the MouseHostWith...
2009-07-28 Dean CameraChange project makefiles so that the current target...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-20 Dean CameraChange Doxygen configuration files to not produce 4096...
2009-07-19 Dean CameraDon't send terminal RESET codes via serial - just set...
2009-07-19 Dean CameraUse sane ANSI terminal escape codes for the Host mode...
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-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-23 Dean CameraPipe_ConfigurePipe() now automatically defaults IN...
2009-06-19 Dean CameraFix makefiles -- the auto-addition of -D switches to...
2009-06-19 Dean CameraMove LUFA compile time options to a new section in...
2009-06-19 Dean CameraExtend USB_GetDeviceConfigDescriptor() routine to requi...
2009-06-16 Dean CameraRemove hardcoded DOT path from all Doxygen config files.
2009-06-16 Dean CameraAdded new USB_Host_SetDeviceConfiguration() convenience...
2009-06-15 Dean CameraFixed broken HIDReportParser.c.
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-05 Dean CameraCopy existing Host mode demos to new ClassDriver and...