| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace cast-as-char* byte access of multibyte variables with proper shifts a... | Dean Camera | 2011-04-13 | 1 | -2/+2 |
* | Add missing function attributes to the pipe/endpoint functions for all archit... | Dean Camera | 2011-04-12 | 1 | -3/+1 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 1 | -0/+1 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 4 | -13/+13 |
* | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi... | Dean Camera | 2011-03-05 | 1 | -2/+2 |
* | More AVR32 UC3B architecture ports - USB device mode applications can now be ... | Dean Camera | 2011-02-27 | 2 | -5/+14 |
* | More updates to remove architecture-specific comments from the documentation,... | Dean Camera | 2011-02-20 | 1 | -1/+1 |
* | Start update of documentation to support possible multiple architectures in t... | Dean Camera | 2011-02-20 | 6 | -11/+0 |
* | Initial restructuring of the core USB driver module to support multiple archi... | Dean Camera | 2011-02-19 | 6 | -6/+12 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 6 | -6/+6 |
* | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean Camera | 2011-01-30 | 2 | -11/+37 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 1 | -3/+3 |
* | Added new KeyboardMouseMultiReport Device ClassDriver demo. | Dean Camera | 2011-01-26 | 1 | -4/+8 |
* | Minor documentation corrections for the new HID report item constant defines. | Dean Camera | 2011-01-16 | 1 | -1/+0 |
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean Camera | 2011-01-16 | 1 | -0/+1 |
* | Call USB_USBTask() in the Endpoint stream functions between packets if INTERR... | Dean Camera | 2011-01-10 | 1 | -12/+0 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 11 | -71/+47 |
* | Minor documentation improvements. | Dean Camera | 2011-01-08 | 6 | -23/+23 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 12 | -24/+24 |
* | Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (tha... | Dean Camera | 2010-12-31 | 1 | -1/+1 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 6 | -6/+6 |
* | Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more... | Dean Camera | 2010-12-02 | 4 | -4/+4 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 6 | -6/+6 |
* | Fixed MIDI class driver send routines silently discarding packets if the endp... | Dean Camera | 2010-11-03 | 1 | -9/+6 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 12 | -12/+12 |
* | Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ... | Dean Camera | 2010-10-27 | 4 | -12/+20 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 12 | -37/+57 |
* | Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha... | Dean Camera | 2010-10-13 | 1 | -3/+3 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 12 | -272/+283 |
* | Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter... | Dean Camera | 2010-10-12 | 4 | -13/+13 |
* | Fix low level host mode demos not correctly fetching the next endpoint when a... | Dean Camera | 2010-09-30 | 6 | -0/+24 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 5 | -72/+151 |
* | Fix up incorrect version numbers in demo/project descriptors. | Dean Camera | 2010-09-28 | 1 | -1/+1 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 5 | -20/+20 |
* | Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal... | Dean Camera | 2010-09-24 | 1 | -2/+3 |
* | Changed all Device mode LowLevel demos and Device Class drivers so that the c... | Dean Camera | 2010-08-22 | 5 | -31/+16 |
* | Moved calls to Device mode Class Driver events to after the request has been ... | Dean Camera | 2010-08-22 | 2 | -8/+11 |
* | Clarify in the documentation that the Audio demos and driver is for the Audio... | Dean Camera | 2010-08-21 | 1 | -3/+3 |
* | Fix XPLAINBridge project discarding characters from the USB interface due to ... | Dean Camera | 2010-08-01 | 2 | -11/+12 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 2 | -19/+27 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 7 | -38/+66 |
* | Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to... | Dean Camera | 2010-07-20 | 1 | -1/+1 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 6 | -6/+6 |
* | Fixed HID device class driver still using PrevReportINBuffer for GetReport co... | Dean Camera | 2010-07-15 | 1 | -1/+1 |
* | Added const attributes to some of the class driver function parameters that w... | Dean Camera | 2010-07-13 | 7 | -16/+16 |
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 6 | -144/+144 |
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean Camera | 2010-06-16 | 2 | -4/+4 |
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 3 | -32/+32 |
* | Slight improvements to the reliability of the software UART in the XPLAINBrid... | Dean Camera | 2010-06-12 | 1 | -1/+1 |