Add tag for the 120219 release.
[pub/USBasp.git] / Demos / Host / ClassDriver / JoystickHostWithParser / JoystickHostWithParser.c
2012-02-19 Dean CameraAdd tag for the 120219 release. LUFA-120219
2011-07-08 Dean CameraAdd missing device deconfiguration-on-error statements...
2011-07-08 Dean CameraUpdated all host mode demos and projects to use the...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-08-09 Dean CameraTighten up the code in the delta movement detection...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-03-25 Dean CameraAll Class Driver Host mode demos now correctly set...
2010-02-09 Dean CameraFixed USB_GetHIDReportSize() returning the number of...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-20 Dean CameraFixed LowLevel Keyboard demo not saving the issued...
2009-11-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-04 Dean CameraAdded new JoystickHostWithParser demos to the library.