Added new USB_Host_GetDeviceStatus() function for USB Host mode.
[pub/USBasp.git] / LUFA / Drivers / Misc /
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.