aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.h
AgeCommit message (Collapse)Author
2012-06-21Add svn:eol-style property on all source files where it was missing. Fix ↵Dean
line endings of all makefile, *.c and *.h files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2361 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-15AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵Dean
configuration file, all application headers include the configuration file. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2218 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-16Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to ↵Dean
improve optimization if called with constant inputs. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1905 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-04-10Remove redundant type information for bitfield elements, other than the ↵Dean
signed/unsignedness of the element. Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1733 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵Dean
parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions. Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it. Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1628 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵Dean
EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1556 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-28Add TMC header read and write functions, so that TMC data can now be ↵Dean
exchanged in both directions. Minor update to the LowLevel MassStorage device demo, so that the ReadInCommandBlock() performs the data OUT endpoint selection and packet arrival test. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1414 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-27Move over message ID specific header data to unions inside the standard TMC ↵Dean
header structure, so that all header data is read in one chunk in the incomplete TMC demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1412 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-26Rename reserved members of all structs so that they are uniformly named ↵Dean
across all demos/projects/bootloaders. Added start of the Incomplete TMC demo's command parser code. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1411 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-26Add stream callback flags and class specific control request handler code to ↵Dean
the incomplete Test and Measurement Class device demo. Change over the keyboard demo's manufacturer name back to the primary author of the demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1408 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-23Add TMC device capabilities to the incomplete TMC demo.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1406 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-22Convert over internal pseudo-function macros to true inline functions for ↵Dean
added type-safety and compile-checking. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1404 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-22Added start of a low level device Test and Measurement class demo (thanks to ↵Dean
Peter Lawrence). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1402 d5102386-fcda-11dd-9fdb-3debd5008f28