circuitpython/ports/mimxrt10xx/common-hal/busio
leosun 7354e2ad03 fix `invalid pin` error when create `busio.SPI`
on specific SCK/MOSI/MISO pins, the `common_hal_busio_spi_construct`
method always skip miso pins which will lead to a `invalid pin`
exception when SPI initilized
2023-06-15 07:48:19 +08:00
..
I2C.c Add additional iMX RT support 2023-04-28 11:01:13 -07:00
I2C.h mimxrt1011: enable -Werror=missing-prototypes 2021-11-12 19:30:47 -06:00
SPI.c fix `invalid pin` error when create `busio.SPI` 2023-06-15 07:48:19 +08:00
SPI.h Add-unidirectional-SPI 2020-05-01 13:15:38 -04:00
UART.c Add additional iMX RT support 2023-04-28 11:01:13 -07:00
UART.h Switch iMX RT sdk to NXP repo 2023-03-21 16:21:57 -07:00
__init__.c Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00