2009-12-13 |
Dean Camera | Oops - wrong casting on the Configuration Descriptor... |
tree | commitdiff |
2009-12-13 |
Dean Camera | Use -pedantic compile time option to find and correct... |
tree | commitdiff |
2009-12-09 |
Dean Camera | Increase timeout of Mass Storage and Still Image host... |
tree | commitdiff |
2009-11-30 |
Dean Camera | Added CDC_Host_Flush() function to the CDC Host Class... |
tree | commitdiff |
2009-11-29 |
Dean Camera | Fixed USB driver failing to define the PLL prescaler... |
tree | commitdiff |
2009-11-25 |
Dean Camera | Added new XPLAIN serial Bridge project (thanks to John... |
tree | commitdiff |
2009-11-24 |
Dean Camera | Fixed broken USB_GetNextDescriptor() function causing... |
tree | commitdiff |
2009-11-23 |
Dean Camera | Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP... |
tree | commitdiff |
2009-11-23 |
Dean Camera | The incomplete StandaloneProgrammer project now uses... |
tree | commitdiff |
2009-11-17 |
Dean Camera | Fix doxygen documentation - doxygen was getting confuse... |
tree | commitdiff |
2009-11-16 |
Dean Camera | Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host... |
tree | commitdiff |
2009-11-13 |
Dean Camera | Corrected the name of the misnamed USB_GetDeviceConfigD... |
tree | commitdiff |
2009-11-10 |
Dean Camera | Update CDC Class Driver character stream functions... |
tree | commitdiff |
2009-11-09 |
Dean Camera | Spell check all source code variables, comments and... |
tree | commitdiff |
2009-11-07 |
Dean Camera | Add optional pipe double banking support to the Host... |
tree | commitdiff |
2009-11-06 |
Dean Camera | Add double banking property to LUFA powered projects... |
tree | commitdiff |
2009-10-14 |
Dean Camera | Fix AudioOutput and AudioInput class driver demos'... |
tree | commitdiff |
2009-09-17 |
Dean Camera | Fix Mass Storage Host Class driver GetMaxLUN command... |
tree | commitdiff |
2009-09-09 |
Dean Camera | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time... |
tree | commitdiff |
2009-09-07 |
Dean Camera | Corrected incorrect signature bytes for the AT90USB82... |
tree | commitdiff |
2009-08-31 |
Dean Camera | Removed unused INCLUDE_FROM_BOARD_DRIVER internal defin... |
tree | commitdiff |
2009-08-31 |
Dean Camera | Changed the parameters and behaviour of the USB_GetDevi... |
tree | commitdiff |
2009-08-20 |
Dean Camera | Add LOAD ADDRESS command parsing to the V2 Protocol... |
tree | commitdiff |
2009-08-17 |
Dean Camera | Added beginnings of a new AVRISP-MKII clone project. |
tree | commitdiff |
2009-08-16 |
Dean Camera | Added new EVENT_USB_Device_StartOfFrame() event, contro... |
tree | commitdiff |
2009-08-07 |
Dean Camera | Make Benito ping-pong LED code more explicit, using... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Changed over manual loops waiting for endpoints to... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Fix incorrect Event call name in USBInterrupt.c. |
tree | commitdiff |
2009-08-05 |
Dean Camera | Renamed all library events to properly seperate out... |
tree | commitdiff |
2009-08-02 |
Dean Camera | Removed interrupt disable/enable from the Device mode... |
tree | commitdiff |
2009-07-31 |
Dean Camera | Renamed USB_Device_SetHighSpeed() to USB_Device_SetFull... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Fix redefinition warning when USB_DEVICE_ONLY is set... |
tree | commitdiff |
2009-07-29 |
Dean Camera | Cleanup USBMode.h to simplify preprocessor logic. |
tree | commitdiff |
2009-07-28 |
Dean Camera | Better solution - change compile time token names to... |
tree | commitdiff |
2009-07-28 |
Dean Camera | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0... |
tree | commitdiff |
2009-07-23 |
Dean Camera | Ensure that the USB_DeviceState variable is properly... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Added new USB_DeviceState variable to keep track of... |
tree | commitdiff |
2009-07-16 |
Dean Camera | Added support for the new ATMEGA32U2, ATMEGA16U2 and... |
tree | commitdiff |
2009-07-13 |
Dean Camera | Seperated out parts of the PrinterHost incomplete demo... |
tree | commitdiff |
2009-06-28 |
Dean Camera | Added const modifiers to device mode class drivers. |
tree | commitdiff |
2009-06-21 |
Dean Camera | Added new USE_INTERNAL_SERIAL define for using the... |
tree | commitdiff |
2009-06-20 |
Dean Camera | Added USE_INTERNAL_SERIAL compile time option to automa... |
tree | commitdiff |
2009-06-19 |
Dean Camera | Extend USB_GetDeviceConfigDescriptor() routine to requi... |
tree | commitdiff |
2009-06-18 |
Dean Camera | Added new USB_Host_ClearPipeStall() convenience functio... |
tree | commitdiff |
2009-06-14 |
Dean Camera | Changed per-device controller preprocessor checks over... |
tree | commitdiff |
2009-06-04 |
Dean Camera | Minor documentation page updates. |
tree | commitdiff |
2009-06-02 |
Dean Camera | Removed new Start of Frame event from the library;... |
tree | commitdiff |
2009-06-01 |
Dean Camera | Commit of new class abstraction APIs for all device... |
tree | commitdiff |
2009-05-22 |
Dean Camera | Deleted StdDescriptors.c, renamed USB_GetDescriptor... |
tree | commitdiff |
2009-05-20 |
Dean Camera | Fixed incorrect PID value being used in the USBtoSerial... |
tree | commitdiff |
2009-05-19 |
Dean Camera | Fix broken doxygen reference in last commit. |
tree | commitdiff |
2009-05-19 |
Dean Camera | USB_IsConnected is now cleared before the USB_Disconnec... |
tree | commitdiff |
2009-05-18 |
Dean Camera | Rewritten event system to remove all macros, to make... |
tree | commitdiff |
2009-05-17 |
Dean Camera | Removed DESCRIPTOR_ADDRESS() macro as it was largely... |
tree | commitdiff |
2009-05-15 |
Dean Camera | Create a new function pointer type in StreamCallbacks... |
tree | commitdiff |
2009-05-14 |
Dean Camera | Removed all user pipe/endpoint interrupt APIs, added... |
tree | commitdiff |
2009-05-13 |
Dean Camera | Moved USB Host state machine code out from USBTask... |
tree | commitdiff |
2009-05-07 |
Dean Camera | Fixed inability to enumerate any devices while in host... |
tree | commitdiff |
2009-05-04 |
Dean Camera | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64... |
tree | commitdiff |
2009-05-03 |
Dean Camera | More minor renaming of library enums and events to... |
tree | commitdiff |
2009-05-02 |
Dean Camera | Fixed reversed signature byte ordering in the CDC bootl... |
tree | commitdiff |
2009-04-22 |
Dean Camera | Documentation enhancements to improve documentation... |
tree | commitdiff |
2009-04-22 |
Dean Camera | USB_HostRequest renamed to USB_ControlRequest, entire... |
tree | commitdiff |
2009-04-20 |
Dean Camera | Changed over all deprecated GCC structure tag initializ... |
tree | commitdiff |
2009-04-19 |
Dean Camera | Fixed incorrect HID interface class and subclass values... |
tree | commitdiff |
2009-04-17 |
Dean Camera | Removed "Host_" section of the function names in Config... |
tree | commitdiff |
2009-04-17 |
Dean Camera | More documentation changes for better module-level... |
tree | commitdiff |
2009-04-16 |
Dean Camera | Fixed GenericHIDHost demo report write routine incorrec... |
tree | commitdiff |
2009-04-14 |
Dean Camera | The USB_Host_SendControlRequest() function no longer... |
tree | commitdiff |
2009-04-05 |
Dean Camera | Removed all binary constants and replaced with decimal... |
tree | commitdiff |
2009-04-05 |
Dean Camera | Move StdRequestType.h, StreamCallbacks.h, USBMode.h... |
tree | commitdiff |
2009-04-01 |
Dean Camera | All comments in the library, bootloaders, demos and... |
tree | commitdiff |
2009-03-31 |
Dean Camera | Commit for the 090401 release. |
tree | commitdiff |
2009-03-26 |
Dean Camera | Fixed USBTask.h not conditionally including HostChapter... |
tree | commitdiff |
2009-03-25 |
Dean Camera | Fixed documentation typoes and preprocessor checks... |
tree | commitdiff |
2009-02-23 |
Dean Camera | Moved all source to the trunk directory. |
tree | commitdiff |
|