aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/Sideshow/Sideshow.c
Commit message (Expand)AuthorAgeFilesLines
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-1/+4
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-1/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-14/+15
* Remove remaining void* descriptor casts in the projects and demos that were n...Dean Camera2010-08-291-3/+4
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-14/+8
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-031-1/+1
* Add TMC device capabilities to the incomplete TMC demo.Dean Camera2010-07-231-1/+1
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-221-1/+0
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-6/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-158/+158
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Minor code cleanups for clarity.Dean Camera2009-11-111-2/+2
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-4/+4
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-1/+1
* Add explicit guards to all device mode tasks to ensure the device is connecte...Dean Camera2009-07-211-11/+11
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-1/+1
* Conversion of old incomplete SideShow demo to new APIs.Dean Camera2009-06-051-114/+50
* Add new Incomplete device subdirectory for work-in-progress demos. Add incomp...Dean Camera2009-06-051-0/+221