aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/TestAndMeasurement
Commit message (Expand)AuthorAgeFilesLines
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-284-4/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-135-56/+61
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-303-6/+6
* 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
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-242-9/+10
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-20/+17
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-21/+10
* Add notification endpoint to the incomplete TMC demo.Dean Camera2010-08-093-5/+29
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-082-4/+13
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-031-1/+1
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-311-3/+3
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-13/+13
* Add TMC header read and write functions, so that TMC data can now be exchange...Dean Camera2010-07-282-19/+63
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-272-7/+36
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-262-39/+67
* Add comments to the currently completed portions of the incomplete Test and M...Dean Camera2010-07-261-1/+22
* Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...Dean Camera2010-07-262-45/+57
* Add stream callback flags and class specific control request handler code to ...Dean Camera2010-07-263-14/+163
* Add TMC device capabilities to the incomplete TMC demo.Dean Camera2010-07-232-1/+66
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-12/+19
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-225-0/+1235