Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -167/+167 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function ↵ | Dean Camera | 2009-11-13 | 1 | -1/+1 |
| | | | | to USB_Host_GetDeviceConfigDescriptor(). | ||||
* | Make Low Level host demos use void pointers for the configuration ↵ | Dean Camera | 2009-11-07 | 1 | -1/+1 |
| | | | | | | descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines. Added preprocessor checks to give a human readable error when the class drivers are used when the incompatible NO_STREAM_CALLBACKS compile time option is used. | ||||
* | Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the ↵ | Dean Camera | 2009-09-01 | 1 | -21/+16 |
| | | | | new USB_GetDeviceConfigDescriptor() function parameters. | ||||
* | Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting ↵ | Dean Camera | 2009-06-23 | 1 | -2/+0 |
| | | | | infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function. | ||||
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration ↵ | Dean Camera | 2009-06-19 | 1 | -2/+2 |
| | | | | number within the device to fetch, to add support for multi-configuration devices. | ||||
* | Oops - restore deleted MissileLauncher project, fix all spelling errors for ↵ | Dean Camera | 2009-06-18 | 1 | -0/+174 |
"missile". TODO: Learn how to actually spell. |