Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. | Dean Camera | 2010-10-12 | 1 | -34/+31 |
* | Clean up USBController.c/.h to more clearly seperate out host and device setu... | Dean Camera | 2010-09-19 | 1 | -1/+12 |
* | Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US... | Dean Camera | 2010-09-15 | 1 | -11/+0 |
* | Split out endpoint and pipe stream functions into new EndpointStream.c/.h and... | Dean Camera | 2010-08-22 | 1 | -1/+3 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | Convert over internal pseudo-function macros to true inline functions for add... | Dean Camera | 2010-07-22 | 1 | -32/+107 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -9/+9 |
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean Camera | 2010-07-21 | 1 | -0/+390 |