Update driver INF files - change manufacturer name from the original template's name...
[pub/USBasp.git] / Demos / Host / LowLevel / KeyboardHostWithParser /
2010-01-28 Dean CameraFix up project documentation files' overview tables...
2010-01-25 Dean CameraAdd Webserver project Doxygen configuration file and...
2010-01-06 Dean CameraUpdate Doxygen configuration files to the latest Doxyge...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-11-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-07 Dean CameraMake Low Level host demos use void pointers for the...
2009-11-04 Dean CameraAdd support for Mouse Scrollwheel to the MouseHostWithP...
2009-11-04 Dean CameraAdded new JoystickHostWithParser demos to the library.
2009-11-03 Dean CameraRename the AT90USBXXX67 internal driver directory to...
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-08 Dean CameraApplication documentation/comment cleanup.
2009-10-08 Dean CameraAdd new MIDIHost LowLevel demo application.
2009-09-29 Dean CameraFix missing semicolons in the *WithParser Host mode...
2009-09-24 Dean CameraDoxygen fixes to \param directives to give data directi...
2009-09-22 Dean CameraFix more build errors in the LowLevel "WithParser"...
2009-09-22 Dean CameraAdd new error condition to the HID Report Parser for...
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 CameraChange project makefiles so that the current target...
2009-07-24 Dean CameraAdded new LEDs_ToggleLEDs() function to the Board LEDs...
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-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
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 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...