aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c
Commit message (Expand)AuthorAgeFilesLines
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-2/+2
* 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-091-1/+8
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-3/+9
* 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-281-15/+54
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-271-2/+6
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-28/+43
* 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-261-45/+56
* Add stream callback flags and class specific control request handler code to ...Dean Camera2010-07-261-7/+154
* Add TMC device capabilities to the incomplete TMC demo.Dean Camera2010-07-231-1/+40
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-221-0/+156