Minor documentation enhancements.
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / ConfigDescriptor.h
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-21 Dean CameraAdd missing const qualifier to the parameters of the...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-02 Dean CameraOops - descriptor pointer should be assigned, not incre...
2010-06-02 Dean CameraBetter fix to avoid void pointer arithmetic in ConfigDe...
2010-05-31 Dean CameraRemove void* arithmetic in the USB_GetNextDescriptor...
2010-05-30 Dean CameraSmall tweaks to ConfigDescriptor.c/.h to ensure pointer...
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-02-24 Dean CameraFix incorrect error when directly including the LUFA...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-23 Dean CameraMore porting of the USB core to the AVR32.
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-13 Dean CameraOops - wrong casting on the Configuration Descriptor...
2009-12-13 Dean CameraUse -pedantic compile time option to find and correct...
2009-11-24 Dean CameraFixed broken USB_GetNextDescriptor() function causing...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-10 Dean CameraUpdate CDC Class Driver character stream functions...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-08-31 Dean CameraRemoved unused INCLUDE_FROM_BOARD_DRIVER internal defin...
2009-08-31 Dean CameraChanged the parameters and behaviour of the USB_GetDevi...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-19 Dean CameraExtend USB_GetDeviceConfigDescriptor() routine to requi...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...