Commit graph

27 commits

Author SHA1 Message Date
Kristian Sloth Lauszus
c2b6dbf943 Use pin 5 for INT on the ESP8266 2017-06-13 12:57:27 +02:00
Kristian Sloth Lauszus
46a036cbd4 Merge branch 'master' into ESP8266
* master:
  The Xbox button on the Xbox One controller was not read properly
  Added support for Teensy 3.5 and 3.6

# Conflicts:
#	.travis.yml
2016-12-07 14:30:20 -06:00
Kristian Sloth Lauszus
6ec044c230 Added support for Teensy 3.5 and 3.6 2016-11-26 23:46:03 -06:00
huming2207
dc2a224d2e Change INT pin to GPIO0 temporarily as it cannot attach interrupt. 2016-11-02 23:13:09 +11:00
Kristian Sloth Lauszus
238c26908f Use pin 15 and 16 for SS and INT respectivly
The Wifio is not supported for now
2016-10-25 01:38:24 -05:00
Kristian Sloth Lauszus
e7bb5fafb1 Add delay between multiple calls to dispatchpkt inside InTransfer
Fixes: #167
2015-07-12 19:17:12 +02:00
Kristian Sloth Lauszus
b41150643f Only use pin 2 and 3 as INT and SS when using Intel Galileo 1 2015-04-05 13:01:24 +02:00
Kristian Sloth Lauszus
42a26346fa Added support for Intel Edison
Closes #132
2015-03-19 20:47:48 +01:00
Kristian Sloth Lauszus
08ddabf7a5 Use much faster GPIO pin 2 and 3 on Intel Galileo & Intel Galileo 2 2015-03-19 20:09:27 +01:00
Kristian Sloth Lauszus
73ce976198 Merge branch 'SPI' into Galileo
Conflicts:
	Usb.h
	avrpins.h
	usbhost.h
2015-03-19 16:36:51 +01:00
Andrew J. Kroll
da03f22741 fix pointer screwup that has been around for ages. 2015-03-18 05:35:44 -04:00
Andrew J. Kroll
2412be1bd9 Janitorial tab removal 2015-03-12 18:10:04 -04:00
Kristian Sloth Lauszus
73f791c859 Merge branch 'SPI' into Galileo
Conflicts:
	avrpins.h
	settings.h
	usbhost.h
2015-03-03 19:57:35 +01:00
Andrew J. Kroll
bd8c8e7404 Fix use of "bool" so ARM compiles correctly 2015-02-19 03:14:39 -05:00
Kristian Lauszus
a3db3d9451 Added support for the Intel Galileo
Still not tested
2014-08-24 16:40:18 -07:00
Andrew J. Kroll
a58c6db580 Check subclasses during enumeration 2014-08-04 08:46:40 -04:00
Kristian Lauszus
1ebce9b877 Some files were missing copyright section 2014-03-07 02:17:47 +01:00
Kristian Lauszus
0378d35ee8 Merge branch 'xxxajk' 2014-03-06 21:48:54 +01:00
Kristian Lauszus
39b6c3b124 Added support for the Arduino Due
Untested
2014-02-25 11:47:59 +01:00
Andrew J. Kroll
11a93eb06a Teensy++2 support with xmem2 2014-02-22 12:52:57 -05:00
Andrew J. Kroll
f1af9b08ec Janitorial, whitespace fixes. No new code. 2013-12-25 05:09:57 -05:00
Andrew J. Kroll
82696f08c7 Clean up type puns, and reordering warnings 2013-11-24 08:56:27 -05:00
Kristian Sloth Lauszus
41f9979a25 Teensy 3.0 confirmed working 2013-10-21 01:50:40 +02:00
Kristian Sloth Lauszus
86f88e5333 Automatically detect if a Teensy is connected 2013-10-05 00:21:16 +02:00
Kristian Sloth Lauszus
822519b2ce There is no need to manually activate Sanguino anymore as users will be forced to use Arduino 1.5.x for the Balanduino 2013-10-05 00:18:12 +02:00
Andrew J. Kroll
6b8b8b7993 Zap silly Author default. 2013-09-30 01:25:14 -04:00
Andrew J. Kroll
387ec30447 Move Usb.h UsbCore.h and trim. Usb.h is now only includes, as it aught to be. Clean up more header files, more include traps. 2013-09-30 01:13:11 -04:00