aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Pseudo-port the projects and dual role demos for possible later multi-arch su...Dean Camera2013-05-191-0/+12
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Use the framework provided GlobalInterruptEnable() function instead of the AV...Dean Camera2012-09-171-1/+1
* Spell check source code, fix mistakes.Dean Camera2012-06-091-4/+4
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-8/+5
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-45/+46
* Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to im...Dean Camera2011-08-161-11/+36
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-441/+441
* Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean Camera2011-06-161-6/+10
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-13/+13
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-5/+5
* Added new high level TWI packet read/write commands, altered behaviour of the...Dean Camera2011-01-131-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-36/+41
* 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-4/+4
* 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-0/+1
* 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