Documentation improvements - put driver example code into its own section, fix incorr...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel /
2010-11-21 Dean CameraRemove internal USB_Device_NibbleToASCII() function...
2010-11-05 Dean CameraFix documentation reference error.
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-11-03 Dean CameraFixed USBtoSerial and XPLAINBridge demos discarding...
2010-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
2010-10-28 Dean CameraMove Set Feature and Clear Feature control request...
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-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraBetter algorithm to extract and convert the internal...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-12 Dean CameraFixed MIDI_Host_Flush() not aborting early when the...
2010-10-12 Dean CameraRemove USB_MODE_* macros, replace with a semantically...
2010-10-12 Dean CameraFixed random enumeration failure while in device mode...
2010-10-06 Dean CameraCache the USB_DeviceState variable internally in the...
2010-09-30 Dean CameraFix low level host mode demos not correctly fetching...
2010-09-29 Dean CameraChanged default value for the reset polarity parameter...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-19 Dean CameraRename internal suspend and wake up USB interrupt macro...
2010-09-19 Dean CameraEnsure device address latch bit is not set at the same...
2010-09-15 Dean CameraRemoved the EVENT_USB_InitFailure() event, as not speci...
2010-09-15 Dean CameraFix incorrect documentation on the Get Descriptor stand...
2010-09-13 Dean CameraFixed SET FEATURE and CLEAR FEATURE control requests...
2010-09-12 Dean CameraMinor documentation phrasing changes.
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-09-05 Dean CameraAdded new USB_Device_GetFrameNumber() and USB_Host_GetF...
2010-08-31 Dean CameraClarify in the project documentation files what the...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-29 Dean CameraSpell check all source files once again to find any...
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-03 Dean CameraMinor documentation cleanups.
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-30 Dean CameraFixed internal device serial not being accessible on...
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-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
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-24 Dean CameraMore AVR32 achitecture ports.
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...
2010-01-17 Dean CameraClean up and add more comments to the AVRISP-MKII proje...
2010-01-07 Dean CameraFix XPLAIN Dataflash and LED drivers.
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-13 Dean CameraOops - wrong casting on the Configuration Descriptor...
2009-12-13 Dean CameraUse -pedantic compile time option to find and correct...
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-25 Dean CameraAdded new XPLAIN serial Bridge project (thanks to John...
2009-11-24 Dean CameraFixed broken USB_GetNextDescriptor() function causing...
2009-11-23 Dean CameraFixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
2009-11-23 Dean CameraThe incomplete StandaloneProgrammer project now uses...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-16 Dean CameraFixed HOST_STATE_AS_GPIOR being ignored whilst in Host...
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-09 Dean CameraSpell check all source code variables, comments and...
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-10-14 Dean CameraFix AudioOutput and AudioInput class driver demos'...
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-07 Dean CameraCorrected incorrect signature bytes for the AT90USB82...
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-08-20 Dean CameraAdd LOAD ADDRESS command parsing to the V2 Protocol...
2009-08-17 Dean CameraAdded beginnings of a new AVRISP-MKII clone project.
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-07 Dean CameraMake Benito ping-pong LED code more explicit, using...
2009-08-05 Dean CameraChanged over manual loops waiting for endpoints to...
2009-08-05 Dean CameraFix incorrect Event call name in USBInterrupt.c.
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-02 Dean CameraRemoved interrupt disable/enable from the Device mode...
2009-07-31 Dean CameraRenamed USB_Device_SetHighSpeed() to USB_Device_SetFull...
2009-07-30 Dean CameraFix redefinition warning when USB_DEVICE_ONLY is set...
2009-07-29 Dean CameraCleanup USBMode.h to simplify preprocessor logic.
2009-07-28 Dean CameraBetter solution - change compile time token names to...
2009-07-28 Dean CameraAdded HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0...
2009-07-23 Dean CameraEnsure that the USB_DeviceState variable is properly...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-16 Dean CameraAdded support for the new ATMEGA32U2, ATMEGA16U2 and...
2009-07-13 Dean CameraSeperated out parts of the PrinterHost incomplete demo...
next