Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove incomplete Microsoft Sideshow device demo. | Dean Camera | 2012-09-01 | 8 | -1169/+0 |
| | |||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -16/+16 |
| | |||||
* | Update StaticAnalysisTest to check for missing header files. Fix found ↵ | Dean Camera | 2012-02-29 | 1 | -1/+1 |
| | | | | incorrect header file paths in the demos and projects. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 8 | -8/+8 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 8 | -8/+8 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 2 | -0/+2 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Remove redundant type information for bitfield elements, other than the ↵ | Dean Camera | 2011-04-10 | 1 | -10/+10 |
| | | | | | | signed/unsignedness of the element. Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size. | ||||
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵ | Dean Camera | 2011-04-04 | 1 | -2/+2 |
| | | | | | | Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. | ||||
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵ | Dean Camera | 2011-01-10 | 3 | -50/+50 |
| | | | | | | | | | | parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions. Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it. Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov). | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 8 | -16/+16 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 8 | -8/+8 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 8 | -152/+158 |
| | | | | tool made by Laszlo Monda | ||||
* | Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ↵ | Dean Camera | 2010-08-03 | 2 | -12/+12 |
| | | | | extensions). | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 8 | -10/+18 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 8 | -1151/+1151 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 6 | -37/+37 |
| | |||||
* | Standardized the naming scheme given to configuration descriptor ↵ | Dean Camera | 2010-03-22 | 1 | -0/+1 |
| | | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 8 | -16/+16 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 8 | -56/+56 |
| | |||||
* | Added CDC_Device_Flush() command to the CDC Device mode class driver. | Dean Camera | 2009-08-13 | 3 | -23/+12 |
| | | | | | | Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo. | ||||
* | Simplify SideShow GUID compares via a macro. | Dean Camera | 2009-07-20 | 3 | -5/+7 |
| | |||||
* | Move unfinished SideShow source files to nested Lib directory for clarity. | Dean Camera | 2009-07-20 | 8 | -0/+1161 |