Minor documentation enhancements.
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StdDescriptors.h
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-19 Dean CameraEnsure device address latch bit is not set at the same...
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-07-29 Dean CameraSpell check all source files once again to find any...
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-03 Dean CameraMinor documentation cleanups.
2010-05-30 Dean CameraFixed internal device serial not being accessible on...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-03-29 Dean CameraAdd briefs for the library core structures.
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-03-24 Dean CameraFixed compilation error in the AudioInput demos when...
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...
2010-02-01 Dean CameraFixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-20 Dean CameraAdded new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAK...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-11-30 Dean CameraAdded CDC_Host_Flush() function to the CDC Host Class...
2009-11-29 Dean CameraFixed USB driver failing to define the PLL prescaler...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-08-07 Dean CameraMake Benito ping-pong LED code more explicit, using...
2009-06-21 Dean CameraAdded new USE_INTERNAL_SERIAL define for using the...
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-17 Dean CameraRemoved DESCRIPTOR_ADDRESS() macro as it was largely...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
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-04-05 Dean CameraRemoved all binary constants and replaced with decimal...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-03-25 Dean CameraFixed documentation typoes and preprocessor checks...
2009-02-23 Dean CameraMoved all source to the trunk directory.