circuitpython/ports/mimxrt10xx/common-hal
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
..
analogio new pin validation routines; don't use mp_const_none if NULL will do 2020-02-28 23:43:04 -05:00
board Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
busio mimxrt1011: Only re-init SPI when it's actually needed 2020-04-06 22:10:12 +02:00
digitalio new pin validation routines; don't use mp_const_none if NULL will do 2020-02-28 23:43:04 -05:00
displayio mimxrt10xx: Enable displayio 2020-02-19 22:26:00 +01:00
microcontroller mimxrt10xx: Enable displayio 2020-02-19 22:26:00 +01:00
neopixel_write mimxrt10xx: Fix neopixel_write 2020-03-31 01:05:03 +02:00
os Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
pulseio Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
rtc Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
supervisor Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
time fix function defs for compiler 2020-02-07 10:32:37 -05:00