Dean Camera
|
b7b8a9edfa
|
Fixed LowLevel PrinterHost demo not sending control requests to the attached printer with the correct printer interface wIndex value.
|
2010-08-24 13:16:16 +00:00 |
Dean Camera
|
4cc7f5200b
|
Changed all Device mode LowLevel demos and Device Class drivers so that the 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.
|
2010-08-22 03:26:20 +00:00 |
Dean Camera
|
508e905d8d
|
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to 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.
|
2010-08-09 10:20:10 +00:00 |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
2010-05-08 03:12:14 +00:00 |
Dean Camera
|
59c4871f80
|
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
|
2010-04-28 07:48:26 +00:00 |
Dean Camera
|
7f9f97c792
|
Update copyright year to 2010.
|
2009-12-30 23:49:19 +00:00 |
Dean Camera
|
d4ca7fb44c
|
Fix MIT license language to make its intent clearer.
|
2009-12-28 00:34:20 +00:00 |
Dean Camera
|
3757b1760f
|
Fix newly renamed VirtualSerial demos' include filename references so that they compile.
|
2009-12-07 04:49:37 +00:00 |
Dean Camera
|
cf22a744ec
|
Additional file renames and modifications to change CDC demos to VirtualSerial.
|
2009-12-07 04:35:59 +00:00 |