circuitpython/ports/mimxrt10xx/common-hal/busio
arturo182 08f369ea96 mimxrt1011: Only re-init SPI when it's actually needed
If some crazy code (*cough* FourWire) decides to reconfigure the bus
before every transfer, it might get a bit slow...
2020-04-06 22:10:12 +02:00
..
I2C.c Fix I2C clock divider 2020-02-27 14:08:39 +00:00
I2C.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
OneWire.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
SPI.c mimxrt1011: Only re-init SPI when it's actually needed 2020-04-06 22:10:12 +02:00
SPI.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
UART.c mimxrt10xx: Return proper UART read length when everything was read 2020-03-26 00:15:48 +01:00
UART.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
__init__.c Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00