Commit graph

35 commits

Author SHA1 Message Date
Kristian Sloth Lauszus
6c36eed239 Renamed USB class to USBHost, so it does not collide with the one defined in the Arduino Zero core
Also renamed the struct UsbDevice to UsbDeviceDefinition
2016-01-19 16:34:45 +01:00
Kristian Sloth Lauszus
fb723fcbb0 Don't set epAttribs to 0, as this will set bmNakPower to 0 as well. Instead set bmSndToggle and bmRcvToggle explicit to 0.
Fixes: #184
2015-11-18 00:11:33 +01:00
Andrew J. Kroll
2412be1bd9 Janitorial tab removal 2015-03-12 18:10:04 -04:00
Andrew J. Kroll
586ed62467 CRLF -> LF 2015-03-12 17:27:21 -04:00
Andrew J. Kroll
d25f28109d all sources to LF 2015-02-22 13:18:45 -05:00
Andrew J. Kroll
f1af9b08ec Janitorial, whitespace fixes. No new code. 2013-12-25 05:09:57 -05:00
Andrew J. Kroll
77efe42a71 Fix hidboot not allocating or checking properly on mouse.
Removal of duplicate code: Force all drivers to delay after setting address.
2013-12-18 22:02:51 -05:00
Kristian Lauszus
655b60ea90 Added some delays between USB commands 2013-12-06 23:24:25 +01:00
Andrew J. Kroll
95d133b919 Merge 2013-12-04 18:51:06 -05:00
Andrew J. Kroll
e18eb57752 fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
Kristian Sloth Lauszus
39e28822ba Check bmAttributes when extracting endpoint structure 2013-10-30 15:20:07 +01:00
Kristian Sloth Lauszus
0be721e1b3 629594f957 was using an old version of adk.cpp and adk.h 2013-10-30 15:18:17 +01:00
Oleg Mazurov
4d91186cd1 fixed PrintHex in Kbd example 2013-08-14 14:02:42 -06:00
Kristian Sloth Lauszus
3b429e633b Print error code in ADK code
Also added space between message and error code
2013-07-15 19:31:47 +02:00
Andrew J. Kroll
47b9b257d6 Make ADK work as per USB spec. 2013-07-15 07:47:20 -04:00
Andrew J. Kroll
e01df49bf3 refactor entire library for hex printing 2013-06-17 15:37:09 -04:00
Oleg Mazurov
261e5f1bd2 commit 2013-06-11 21:11:43 -06:00
Andrew J. Kroll
814c2baf55 debugging macro fixes 2013-05-16 16:43:51 -04:00
Andrew J. Kroll
5ec8889fa3 Unify a bunch of debug fail messages to a single point. More needed. 2013-03-30 10:29:16 -04:00
Andrew J. Kroll
904f2ff25a Clean up code formatting to industry standards. 2013-03-28 04:46:43 -04:00
Andrew J. Kroll
629594f957 Merge my debug changes.
Merge my format sanity changes.
Track everything.
2013-03-28 03:26:02 -04:00
Kristian Sloth Lauszus
8bc99e9c24 Added ifdef DEBUG around strings 2013-03-11 13:22:24 +01:00
Oleg Mazurov
c86e258916 regression 2012-03-01 19:54:13 -07:00
Oleg Mazurov
702897bd5b acm bug fix 2012-02-29 12:37:16 -07:00
Oleg Mazurov
389c6115e3 Xoom compatibility 2012-02-06 07:49:01 -07:00
Oleg Mazurov
452fee3d61 Xoom compatibility 2012-01-13 13:42:33 -07:00
Oleg Mazurov
96d506bf24 worked around 2560 bootloader '3 bangs' bug 2011-07-20 20:35:20 -06:00
Oleg Mazurov
c0f1a45e7a modified endpoint extractor to work better with Nexus S 2011-07-19 07:04:45 -06:00
Oleg Mazurov
66d724be46 minor 2011-07-19 06:57:16 -06:00
Oleg Mazurov
5d8b0df56e cleanup 2011-07-06 20:33:52 -06:00
Oleg Mazurov
0244032d0d adk final 2011-07-06 19:48:43 -06:00
Oleg Mazurov
55b60c59bc adk init() cleanup 2011-07-02 12:43:38 -06:00
Oleg Mazurov
7d177118e5 adk init works 2011-07-02 00:45:36 -06:00
Oleg Mazurov
77f64ce1cd 20110701 2011-07-01 20:25:50 -06:00
Oleg Mazurov
666e0c0142 adk initial 2011-06-30 22:31:46 -06:00