circuitpython/ports/mimxrt10xx/common-hal/busio
Scott Shawcroft 83593a1558
Start of USB host API
This allows you to list and explore connected USB devices. It
only stubs out the methods to communicate to endpoints. That will
come in a follow up once TinyUSB has it. (It's in progress.)

Related to #5986
2022-03-07 18:07:25 -08:00
..
I2C.c common-hal I2C combined write_read 2022-01-31 22:03:30 -05:00
I2C.h mimxrt1011: enable -Werror=missing-prototypes 2021-11-12 19:30:47 -06:00
SPI.c Canonical C style for half_duplex = true/false 2022-02-08 23:13:22 -05:00
SPI.h Add-unidirectional-SPI 2020-05-01 13:15:38 -04:00
UART.c Start of USB host API 2022-03-07 18:07:25 -08:00
UART.h Start of USB host API 2022-03-07 18:07:25 -08:00
__init__.c Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00