Commit graph

33 commits

Author SHA1 Message Date
Andrew J. Kroll ffaba6dad3 FTDI Latency timer Getter/setter 2018-11-18 04:47:51 -05:00
Kristian Sloth Lauszus dc1cdada87 Fixed all warnings and fixed bug, as GetCommFeature would actually not do anything 2018-01-14 15:14:52 +01:00
Andrew J. Kroll eb885aca4d Make all serial fatal errors release the device. If this does not happen, replugs might not be detected. 2018-01-13 22:53:19 -05:00
Andrew J. Kroll a461ff2035 Remove diagnostic and add note about FTDI and the host 2018-01-13 22:37:26 -05:00
Andrew J. Kroll 08121e1701 Merge branch 'master' of github.com:felis/USB_Host_Shield_2.0 2017-12-01 10:44:10 -05:00
Andrew J. Kroll f948ffccba clean up annoying bogus warnings 2017-12-01 10:43:31 -05:00
Kristian Sloth Lauszus 597d389ae6 Fixed bit mask indicating the transfer type when reading the attributes in an endpoint
Fixes #313
2017-09-05 10:37:32 +07:00
Andrew J. Kroll e0ed7cce31 fix mismatched brace 2017-08-14 05:58:05 -04:00
Andrew J. Kroll d0e32182cb merge with master 2017-08-14 04:17:57 -04:00
Kristian Sloth Lauszus 5ba28d186f Used fixed width integer types, so it is not architecture dependent 2017-02-12 17:14:01 +01:00
Kristian Sloth Lauszus 42948831ce Explicit cast millis() and micros() to uint32_t, as it is uint64_t on the Arduino 101 2017-02-12 16:58:14 +01:00
Andrew J. Kroll b85e21cf98 fixes 2016-03-04 16:00:55 -05:00
Daniel Romero 69cc399895 Add possibility to set a custom FTDI PID, to be able to connect to customized FTDI chip 2015-12-29 20:56:57 +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 32e2932c2c Expand cdc-acm with additional feature methods 2015-03-18 05:36:55 -04:00
Andrew J. Kroll 2412be1bd9 Janitorial tab removal 2015-03-12 18:10:04 -04:00
Andrew J. Kroll ff3a1d6797 fix debug printing 2015-03-12 17:27:04 -04:00
Andrew J. Kroll d25f28109d all sources to LF 2015-02-22 13:18:45 -05:00
Andrew J. Kroll 2224dd96cb Check subclasses during enumeration 2014-08-04 08:47:15 -04:00
Andrew J. Kroll f1af9b08ec Janitorial, whitespace fixes. No new code. 2013-12-25 05:09:57 -05:00
Andrew J. Kroll e18eb57752 fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
Oleg Mazurov 4d91186cd1 fixed PrintHex in Kbd example 2013-08-14 14:02:42 -06: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
Oleg Mazurov 702897bd5b acm bug fix 2012-02-29 12:37:16 -07:00
Oleg Mazurov 2c728cd7dd Arduino-1.0 compatibility added 2012-01-10 12:49:42 -07:00
Oleg Mazurov 05726f3ed1 first release 2011-06-22 11:41:22 -06:00
Oleg Mazurov cf1611cb48 FTDI fixed 2011-06-05 21:22:39 -06:00
Oleg Mazurov 2e52a1dfa6 inTransfer with pointer to nbytes 2011-05-18 20:24:13 -06:00