| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ... | Dean Camera | 2009-11-16 | 2 | -4/+9 |
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t... | Dean Camera | 2009-11-13 | 2 | -5/+5 |
* | Update CDC Class Driver character stream functions to use the correct avr-lib... | Dean Camera | 2009-11-10 | 1 | -2/+2 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 2 | -3/+3 |
* | Add optional pipe double banking support to the Host mode Class drivers. | Dean Camera | 2009-11-07 | 2 | -10/+10 |
* | Add double banking property to LUFA powered projects in the Projects director... | Dean Camera | 2009-11-06 | 1 | -1/+1 |
* | Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v... | Dean Camera | 2009-10-14 | 1 | -5/+24 |
* | Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret... | Dean Camera | 2009-09-17 | 1 | -0/+1 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 3 | -230/+325 |
* | Corrected incorrect signature bytes for the AT90USB82 and added support for t... | Dean Camera | 2009-09-07 | 1 | -2/+8 |
* | Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive... | Dean Camera | 2009-08-31 | 1 | -1/+1 |
* | Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f... | Dean Camera | 2009-08-31 | 2 | -29/+46 |
* | Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj... | Dean Camera | 2009-08-20 | 1 | -1/+1 |
* | Added beginnings of a new AVRISP-MKII clone project. | Dean Camera | 2009-08-17 | 2 | -3/+3 |
* | Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De... | Dean Camera | 2009-08-16 | 2 | -0/+20 |
* | Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE... | Dean Camera | 2009-08-07 | 2 | -7/+10 |
* | Changed over manual loops waiting for endpoints to be ready to use the librar... | Dean Camera | 2009-08-05 | 1 | -2/+2 |
* | Fix incorrect Event call name in USBInterrupt.c. | Dean Camera | 2009-08-05 | 1 | -1/+1 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 5 | -164/+97 |
* | Removed interrupt disable/enable from the Device mode control request process... | Dean Camera | 2009-08-02 | 3 | -8/+2 |
* | Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co... | Dean Camera | 2009-07-31 | 1 | -1/+4 |
* | Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does not... | Dean Camera | 2009-07-30 | 1 | -1/+3 |
* | Cleanup USBMode.h to simplify preprocessor logic. | Dean Camera | 2009-07-29 | 1 | -21/+10 |
* | Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an... | Dean Camera | 2009-07-28 | 2 | -13/+19 |
* | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t... | Dean Camera | 2009-07-28 | 2 | -34/+52 |
* | Ensure that the USB_DeviceState variable is properly set upon wakeup events, ... | Dean Camera | 2009-07-23 | 1 | -1/+1 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 4 | -71/+54 |
* | Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models. | Dean Camera | 2009-07-16 | 1 | -3/+8 |
* | Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su... | Dean Camera | 2009-07-13 | 2 | -3/+3 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 2 | -32/+32 |
* | Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s... | Dean Camera | 2009-06-21 | 1 | -7/+23 |
* | Added USE_INTERNAL_SERIAL compile time option to automatically read out the i... | Dean Camera | 2009-06-20 | 1 | -1/+7 |
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n... | Dean Camera | 2009-06-19 | 2 | -4/+7 |
* | Added new USB_Host_ClearPipeStall() convenience function to clear a stall con... | Dean Camera | 2009-06-18 | 1 | -0/+2 |
* | Changed per-device controller preprocessor checks over to per-device series f... | Dean Camera | 2009-06-14 | 3 | -16/+16 |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 1 | -2/+2 |
* | Removed new Start of Frame event from the library; performance suffered far t... | Dean Camera | 2009-06-02 | 2 | -24/+0 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 4 | -5/+28 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 5 | -83/+412 |
* | Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph... | Dean Camera | 2009-05-20 | 1 | -3/+4 |
* | Fix broken doxygen reference in last commit. | Dean Camera | 2009-05-19 | 1 | -4/+3 |
* | USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ... | Dean Camera | 2009-05-19 | 3 | -21/+24 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 8 | -403/+92 |
* | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv... | Dean Camera | 2009-05-17 | 1 | -4/+1 |
* | Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str... | Dean Camera | 2009-05-15 | 1 | -1/+9 |
* | Removed all user pipe/endpoint interrupt APIs, added internal library support... | Dean Camera | 2009-05-14 | 3 | -43/+27 |
* | Moved USB Host state machine code out from USBTask.c and into Host.c, where i... | Dean Camera | 2009-05-13 | 2 | -170/+3 |
* | Fixed inability to enumerate any devices while in host mode (broken in a prev... | Dean Camera | 2009-05-07 | 1 | -4/+3 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 5 | -62/+55 |
* | More minor renaming of library enums and events to try to create a consistent... | Dean Camera | 2009-05-03 | 1 | -5/+7 |