Fix up the incomplete Webserver project so that it integrates with the uIP stack...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / ConfigDescriptor.h
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...