aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/Sideshow/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove incomplete Microsoft Sideshow device demo.Dean Camera2012-09-018-1169/+0
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-16/+16
|
* Update StaticAnalysisTest to check for missing header files. Fix found ↵Dean Camera2012-02-291-1/+1
| | | | incorrect header file paths in the demos and projects.
* Update file contributor copyrights for 2012.Dean Camera2012-02-048-8/+8
|
* Update file header copyrights for 2012.Dean Camera2012-02-048-8/+8
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-232-0/+2
| | | | trailing whitespace at the end of each line.
* Remove redundant type information for bitfield elements, other than the ↵Dean Camera2011-04-101-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 Camera2011-04-041-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 Camera2011-01-103-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 Camera2011-01-018-16/+16
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-288-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 Camera2010-10-138-152/+158
| | | | tool made by Laszlo Monda
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ↵Dean Camera2010-08-032-12/+12
| | | | extensions).
* Update all demos, projects and bootloaders to indent all function ↵Dean Camera2010-07-218-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 Camera2010-05-088-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 Camera2010-04-186-37/+37
|
* Standardized the naming scheme given to configuration descriptor ↵Dean Camera2010-03-221-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 Camera2009-12-308-16/+16
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-288-56/+56
|
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-133-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 Camera2009-07-203-5/+7
|
* Move unfinished SideShow source files to nested Lib directory for clarity.Dean Camera2009-07-208-0/+1161