Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -13/+13 |
| | |||||
* | Add TMC header read and write functions, so that TMC data can now be ↵ | Dean Camera | 2010-07-28 | 1 | -15/+54 |
| | | | | | | 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. | ||||
* | Move over message ID specific header data to unions inside the standard TMC ↵ | Dean Camera | 2010-07-27 | 1 | -2/+6 |
| | | | | header structure, so that all header data is read in one chunk in the incomplete TMC demo. | ||||
* | Rename reserved members of all structs so that they are uniformly named ↵ | Dean Camera | 2010-07-26 | 1 | -28/+43 |
| | | | | | | across all demos/projects/bootloaders. Added start of the Incomplete TMC demo's command parser code. | ||||
* | Add comments to the currently completed portions of the incomplete Test and ↵ | Dean Camera | 2010-07-26 | 1 | -1/+22 |
| | | | | Measurement Class demo. | ||||
* | Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass ↵ | Dean Camera | 2010-07-26 | 1 | -45/+56 |
| | | | | | | Storage device projects/demos and incomplete Test and Measurement Class demo, which was accidentally removed during the makefile updates. Alter Test and Measurement Class demo's request handlers to accept, process and correctly return the fields indicated in the specification. | ||||
* | Add stream callback flags and class specific control request handler code to ↵ | Dean Camera | 2010-07-26 | 1 | -7/+154 |
| | | | | | | the incomplete Test and Measurement Class device demo. Change over the keyboard demo's manufacturer name back to the primary author of the demo. | ||||
* | Add TMC device capabilities to the incomplete TMC demo. | Dean Camera | 2010-07-23 | 1 | -1/+40 |
| | |||||
* | Added start of a low level device Test and Measurement class demo (thanks to ↵ | Dean Camera | 2010-07-22 | 1 | -0/+156 |
Peter Lawrence). |