aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/Sideshow
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-2111-34/+37
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-63/+44
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-1/+1
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-0/+1
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-18/+6
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+2
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0813-2459/+2459
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-0/+2
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-186-37/+37
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-223-7/+8
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Update copyright year to 2010.Dean Camera2009-12-3012-24/+24
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2812-85/+85
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-092-9/+11
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-1/+1
* Minor code cleanups for clarity.Dean Camera2009-11-111-2/+2