Fix NVM commands so that memory reads and CRC generations now work correctly using...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel /
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...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
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-06-19 Dean CameraExtend USB_GetDeviceConfigDescriptor() routine to requi...
2009-06-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-02 Dean CameraRemoved new Start of Frame event from the library;...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-20 Dean CameraFixed incorrect PID value being used in the USBtoSerial...
2009-05-19 Dean CameraFix broken doxygen reference in last commit.
2009-05-19 Dean CameraUSB_IsConnected is now cleared before the USB_Disconnec...
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-15 Dean CameraCreate a new function pointer type in StreamCallbacks...
2009-05-14 Dean CameraRemoved all user pipe/endpoint interrupt APIs, added...
2009-05-13 Dean CameraMoved USB Host state machine code out from USBTask...
2009-05-07 Dean CameraFixed inability to enumerate any devices while in host...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-05-02 Dean CameraFixed reversed signature byte ordering in the CDC bootl...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-20 Dean CameraChanged over all deprecated GCC structure tag initializ...
2009-04-19 Dean CameraFixed incorrect HID interface class and subclass values...
2009-04-17 Dean CameraRemoved "Host_" section of the function names in Config...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-14 Dean CameraThe USB_Host_SendControlRequest() function no longer...
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-31 Dean CameraCommit for the 090401 release.
2009-03-26 Dean CameraFixed USBTask.h not conditionally including HostChapter...
2009-03-25 Dean CameraFixed documentation typoes and preprocessor checks...
2009-02-23 Dean CameraMoved all source to the trunk directory.