aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/TestAndMeasurement
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean Camera2011-06-161-6/+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-13/+13
* 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
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-5/+5
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-061-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-102-39/+41
* Update copyright year on all source files.Dean Camera2011-01-014-8/+8
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-221-2/+2
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-101-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-052-5/+5
* 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