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
|
2b51944a4b
|
Make sure the button report set masks use OR in all circumstances, to prevent user confusion. While the first set of the buttons report item can be a direct assignment, it is not immediately clear to new developers why this is the case.
|
2010-02-16 12:25:31 +00:00 |
Dean Camera
|
89e4d73289
|
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures.
Added caveat information to the CDC device class driver.
|
2010-01-12 00:42:00 +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 |