Kristian Sloth Lauszus
|
a017f0f311
|
Cast return type of sizeof on the ESP8266 and ESP32
|
2018-01-14 15:21:27 +01:00 |
|
Kristian Sloth Lauszus
|
1020c2162d
|
Allows users to override SPI port via a build flag
|
2017-11-09 19:21:41 +01:00 |
|
Kristian Sloth Lauszus
|
5107310499
|
Applied path for e7fa52925d manually
|
2017-11-09 19:13:42 +01:00 |
|
Andrew J. Kroll
|
13950453c9
|
Fixes for spi4teensy3 on 3.5/3.6. Be sure to update your spi4teensy3 library as well.
|
2017-08-14 03:39:38 -04: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 |
|
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
|
aa3731c230
|
Workaround the following issue: https://github.com/esp8266/Arduino/issues/2078
Also see: https://travis-ci.org/felis/USB_Host_Shield_2.0/jobs/170350078
|
2016-10-25 00:07:52 -05:00 |
|
sieren
|
094f64b697
|
[RBL] Cast sizeof to uint8_t where needed
The RedbearLab compiler has a type mismatch for
STLs min() and sizeof. Thus we need to cast the
occurences of sizeof to uint8_t.
|
2016-09-27 18:02:08 +02:00 |
|
Kristian Sloth Lauszus
|
9d4f9108e6
|
Fix warnings on Arduino Due
|
2016-04-19 16:54:31 +02:00 |
|
Matt Sieren
|
209e73bd72
|
Add RBL SDK (S130) Headers
Add the new SPI Headers and re-direct to the new SPI Interface.
|
2016-03-18 22:42:24 +01:00 |
|
Kristian Sloth Lauszus
|
bd679a8a19
|
Added support for STM32F446 Nucleo board
|
2015-10-14 17:33:28 +02:00 |
|
Barry Carter
|
7cfb4fac28
|
Add Teensy LC support. Note: disables spi4teensy lib. (Barry Carter)
|
2015-07-21 20:10:49 +01:00 |
|
Kristian Sloth Lauszus
|
42a26346fa
|
Added support for Intel Edison
Closes #132
|
2015-03-19 20:47:48 +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 |
|
Kristian Sloth Lauszus
|
585b357ee5
|
Merge branch 'master' into SPI
Conflicts:
settings.h
usbhost.h
|
2015-03-19 15:34:07 +01:00 |
|
Andrew J. Kroll
|
bc8000f782
|
manual merge
|
2015-03-12 18:56:15 -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 |
|
Kristian Sloth Lauszus
|
5d3356c784
|
Set Arduino minimum version to 1.6.0, as SPI multibyte transfer were missing for sam until then
See: 6a5b82f062
|
2015-03-03 19:20:27 +01:00 |
|
Kristian Sloth Lauszus
|
c39e8a180c
|
Merge branch 'master' into SPI
Conflicts:
examples/Bluetooth/SPPMulti/SPPMulti.ino
examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino
settings.h
usbhost.h
|
2015-03-03 18:56:59 +01:00 |
|
Kristian Sloth Lauszus
|
6047962d60
|
Merge branch 'xxxajk'
Conflicts:
XBOXUSB.h
examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino
hiduniversal.h
settings.h
usbhost.h
|
2015-02-22 18:25:22 +01:00 |
|
Matt Sieren
|
585e6b9df5
|
Updated comment
Updated comment to reflect including SPI.h on the RBL nRF as well.
|
2014-11-24 08:23:41 +01:00 |
|
Matt Sieren
|
4cf9f34228
|
Moved include for nRF51822
Moved the include into the right file.
|
2014-11-22 09:53:59 +01:00 |
|
Andrew J. Kroll
|
f2f57d71a3
|
Speedup SPI, fix PIC32 corner case for include
|
2014-09-25 23:14:04 -04:00 |
|
Andrew J. Kroll
|
740fa097e6
|
Add support for MIPS uC (PIC32X) and the ancient mpide "IDE" used for it
|
2014-09-22 22:53:11 -04:00 |
|
Kristian Lauszus
|
a3db3d9451
|
Added support for the Intel Galileo
Still not tested
|
2014-08-24 16:40:18 -07:00 |
|
Kristian Lauszus
|
8cf054cd61
|
Disable debugging again and updated submodules
|
2014-08-24 00:37:46 -07:00 |
|
Oleg Mazurov
|
230c26eeed
|
20140823
|
2014-08-23 17:08:43 -06:00 |
|
Kristian Lauszus
|
b46ead88e8
|
Don't use Arduino SPI library if spi4teensy3 should be used
|
2014-08-02 15:16:29 -07:00 |
|
Kristian Lauszus
|
45df70641b
|
Use new Arduino SPI library
See: https://github.com/arduino/Arduino/pull/2223
|
2014-08-02 15:06:46 -07:00 |
|
Kristian Lauszus
|
7e1feedbd1
|
Forgot copyright section in settings.h in 1ebce9b877
|
2014-03-29 00:54:51 +01:00 |
|
Kristian Lauszus
|
0378d35ee8
|
Merge branch 'xxxajk'
|
2014-03-06 21:48:54 +01:00 |
|
Andrew J. Kroll
|
d95bee640e
|
Allow other lock implementations.
|
2014-02-27 03:10:46 -05: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 |
|
Kristian Lauszus
|
f676812f84
|
Code for the Wii IR camera needs to be activated in settings.h now
Also cleaned up README.md a bit
|
2013-12-30 16:19:34 +01:00 |
|
Andrew J. Kroll
|
8a9f16ed38
|
HID BOOT Verified. Flick debug off.
|
2013-12-26 11:21:31 -05:00 |
|
Andrew J. Kroll
|
d29a00d761
|
fix mid button and struct
|
2013-12-25 05:24:59 -05:00 |
|
Kristian Lauszus
|
ef4757f88f
|
Check if GCC_VERSION is defined before defining it
|
2013-12-21 13:40:28 +01:00 |
|
Oleg Mazurov
|
94ac0b986a
|
dec18-1
|
2013-12-18 15:06:06 -07:00 |
|
Oleg Mazurov
|
e0b9ea89cb
|
dec18
|
2013-12-18 15:04:13 -07:00 |
|
Andrew J. Kroll
|
6e70087f0b
|
teensy 3.1 support
|
2013-12-11 14:15:51 -05:00 |
|
Kristian Lauszus
|
9b3bae9dbe
|
Workaround for bug in GCC < 4.6.2
|
2013-12-10 00:39:12 +01:00 |
|
Kristian Lauszus
|
4533e3cd44
|
Allow SPP to work in Arduino 0.2.3 and below
|
2013-12-07 00:26:49 +01:00 |
|
Andrew J. Kroll
|
8715cbde67
|
Add spi4teensy3 library support
|
2013-11-24 08:56:34 -05:00 |
|
Andrew J. Kroll
|
4d145ca3e0
|
Multitask API check
|
2013-10-15 21:16:34 -04:00 |
|
Andrew J. Kroll
|
d0bdebed7b
|
Merge branch 'xxxajk' of github.com:felis/USB_Host_Shield_2.0 into xxxajk
|
2013-10-12 10:36:21 -04:00 |
|
Andrew J. Kroll
|
cdeaf9e0f2
|
better wording
|
2013-10-12 10:36:03 -04:00 |
|
Kristian Sloth Lauszus
|
5cde2e07d3
|
Arduino Mega ADK will be activated automatically in Arduino 1.5.5
See: https://github.com/arduino/Arduino/pull/1605
|
2013-10-09 17:13:37 +02:00 |
|