aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/Sideshow
Commit message (Expand)AuthorAgeFilesLines
* Remove incomplete Microsoft Sideshow device demo.Dean Camera2012-09-0114-1865/+0
* Add help text to the project makefiles to help new users get information on t...Dean Camera2012-08-111-0/+2
* Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk...Dean Camera2012-07-141-9/+9
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean Camera2012-07-111-2/+3
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-0/+1
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ...Dean Camera2012-06-041-1/+3
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-011-726/+32
* Merge in latest trunk.Dean Camera2012-05-201-1/+1
|\
| * Update project Doxygen and makefiles so that the resulting project documentat...Dean Camera2012-05-171-1/+1
| * Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-144-25/+23
* | AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean Camera2012-05-151-1/+0
* | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf...Dean Camera2012-05-132-6/+95
* | Add branch for the conversion of demos to use standard C header files for con...Dean Camera2012-05-104-25/+23
|/
* Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean Camera2012-04-091-1/+1
* Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean Camera2012-03-091-1/+1
* Update Doxygen documentation build scripts to fail if any warnings are genera...Dean Camera2012-03-091-1/+3
* Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean Camera2012-02-291-1/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-0412-12/+12
* Update file header copyrights for 2012.Dean Camera2012-02-0412-12/+12
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-021-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-233-1/+3
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-2/+2
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-011-0/+2
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-2/+10
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-10/+10
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-2/+2
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-061-8/+8
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-303-4/+6
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-104-51/+50
* Update copyright year on all source files.Dean Camera2011-01-0112-24/+24
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-052-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2812-12/+12
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1313-244/+255
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-1/+1
* Fix up incorrect version numbers in demo/project descriptors.Dean Camera2010-09-281-1/+1
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-241-2/+2
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-3/+3
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Remove remaining void* descriptor casts in the projects and demos that were n...Dean Camera2010-08-292-6/+7
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-242-13/+15
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-14/+8
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-034-14/+14
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-2/+2
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-3/+3
* 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