Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed LowLevel PrinterHost demo not sending control requests to the attached ↵ | Dean Camera | 2010-08-24 | 1 | -1/+1 |
| | | | | printer with the correct printer interface wIndex value. | ||||
* | Changed all Device mode LowLevel demos and Device Class drivers so that the ↵ | Dean Camera | 2010-08-22 | 1 | -9/+1 |
| | | | | control request is acknowledged and any data transferred as quickly as possible without any processing inbetween sections, so that long callbacks or event handlers will not break communications with the host by exceeding the maximum control request stage timeout period. | ||||
* | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to ↵ | Dean Camera | 2010-08-09 | 1 | -48/+22 |
| | | | | | | use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code. Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -326/+326 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 1 | -0/+3 |
| | | | | be done in the user application once all init code has run. | ||||
* | 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 |
| | |||||
* | Fix newly renamed VirtualSerial demos' include filename references so that ↵ | Dean Camera | 2009-12-07 | 1 | -2/+2 |
| | | | | they compile. | ||||
* | Additional file renames and modifications to change CDC demos to VirtualSerial. | Dean Camera | 2009-12-07 | 1 | -0/+323 |