Fixed HID report parser corruption when parsing PUSH and POP report item elements.
[pub/USBasp.git] / LUFA / Drivers / Misc /
2018-01-04 Dean CameraUpdate copyrights for 2018.
2017-04-18 Dean CameraUpdate copyrights for 2017.
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-01-31 Dean CameraUpdate copyrights to 2016.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2014-04-07 Dean CameraMerge pull request #23 from mondalaci/add-further-scancodes
2014-02-16 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-02-01 Dean CameraMerge pull request #21 from mondalaci/fix-ringbuffer...
2014-02-01 László MondaFix ring buffer example.
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2013-09-05 Dean CameraMinor code style fix.
2013-06-01 Dean CameraEnsure core library documentation sections use unique...
2013-04-21 Dean CameraMinor documentation improvements.
2013-03-18 Dean CameraMinor documentation improvements.
2013-03-14 Dean CameraMinor documentation improvements.
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-05 Dean CameraMinor documentation improvements.
2012-07-31 Dean CameraMinor code style and documentation changes.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-11-24 Dean CameraMinor Doxygen documentation improvements.
2011-10-18 Dean CameraFixed ring buffer size limited to 255 elements, instead...
2011-09-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-08-04 Dean CameraUpdate LUFAConfig.h with missing options for the AVR32...
2011-07-15 Dean CameraAdd missing SVN eol-style property to files where it...
2011-07-11 Dean CameraAdd missing function attributes to the RingBuffer drive...
2011-07-11 Dean CameraOops - re-order Ringbuffer.h inline functions to preven...
2011-07-11 Dean CameraAdded new RingBuffer_GetFreeCount() function to the...
2011-06-20 Dean CameraFixed compile error when FIXED_CONTROL_ENDPOINT_SIZE...
2011-06-01 Dean CameraSpell check library source code files.
2011-04-08 Dean CameraMove global interrupt enable/disable functions out...
2011-04-08 Dean CameraAdd in a new common Delay_MS() function, which provides...
2011-02-20 Dean CameraMore Doxygen updates for multiple architecture support.
2011-02-20 Dean CameraStart update of documentation to support possible multi...
2011-02-19 Dean CameraFix documentation glitches from the restructuring changes.
2011-02-19 Dean CameraMove out Dataflash IC command constants headers into...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-13 Dean CameraAdd more const-ness to the stream endpoint/pipe functio...
2011-02-12 Dean CameraFix include path in the library RingBuffer.h header...
2011-01-13 Dean CameraAdded new high level TWI packet read/write commands...
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-08 Dean CameraThe FAST_STREAM_TRANSFERS compile time option has been...
2011-01-03 Dean CameraUpdate Doxygen documentation configuration file for...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-31 Dean CameraRename RingBuffer header functions and typedefs from...
2010-12-26 Dean CameraMore minor documentation corrections.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-26 Dean CameraAdded basic driver example use code to the library...
2010-12-26 Dean CameraMake a new general RingBuffer.h misc library driver...
2010-11-17 Dean CameraBetter documentation for the ANSI terminal escape codes...
2010-10-28 Dean CameraMove RNDISConstants.h into the RNDIS class driver commo...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-03-29 Dean CameraAdd file-level brief documentation.
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-06-21 Dean CameraTrim unique serial number created by the USE_INTERNAL_S...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-02-23 Dean CameraMoved all source to the trunk directory.