Commit Graph

18 Commits

Author SHA1 Message Date
Roelof 9cc2bcc2d7
Update Adafruit_SPIDevice.h for Sony Spresense.
Add support for the Sony Spresense architecture. This has no BitOrder enum, so it's added here.
2020-05-22 19:32:35 +02:00
Daniel Stuart 38ea25d88a SPI: Add Infineon XMC boards to BitOrder quirk
As many (all?) ARM Cortex based chips, Infineon xmc boards also need
this quirk for BusIO to compile.

Original commit: 4921ca2cea ("Update Adafruit_SPIDevice.h")
XMC for arduino: https://github.com/Infineon/XMC-for-Arduino
2020-01-08 23:19:44 -03:00
Lady Ada ddee2a2339 remove travis, add actions, clang, bump version 2019-12-27 19:49:16 -05:00
ElPercha 4921ca2cea Update Adafruit_SPIDevice.h 2019-11-05 20:21:28 -06:00
ladyada 959a207580 fix for https://github.com/adafruit/Adafruit_BusIO/issues/6 2019-10-31 23:59:49 -04:00
ladyada eb61fd3404 add stm32duino support 2019-10-13 15:57:24 -04:00
Ladyada 4bfbfd612d update for all nRF boards 2019-08-04 21:17:14 -04:00
scott snyder fe7ae08615 Fix for compiling on NRF52.
SPI_BITORDER_MSBFIRST / SPI_BITORDER_LSBFIRST not defined when compiling
on nrf52.
2019-07-16 23:31:40 -04:00
ladyada 91d06ac734 fix teensy 2019-05-18 19:36:21 -04:00
ladyada 104e783039 fix up due 2019-05-18 19:34:33 -04:00
ladyada e61d6bac17 yikes everyone has a differnet way of doing SPI bit order 2019-05-18 19:20:13 -04:00
ladyada c226325dee add (currently slow) bitbang SPI, with MSB and LSB support 2019-05-18 18:46:25 -04:00
ladyada 9dbdadb3f6 doxdoxdox 2019-05-18 14:37:08 -04:00
ladyada 9db807ebc1 tell ESP about MSBFIRST 2019-05-18 00:39:42 -04:00
ladyada ac91c98c07 esp8266 and esp32 also don't define bitorder 2019-05-18 00:28:55 -04:00
ladyada 2633c75c4e be picker about enum bitorder 2019-05-18 00:22:47 -04:00
ladyada 38dcfd17b0 fix missing bitorder define on some platforms, and update i2cregister to busioreg 2019-05-18 00:12:37 -04:00
ladyada bb33ff7118 initial SPI bus device 2019-05-17 23:36:14 -04:00