circuitpython/ports/mimxrt10xx/common-hal
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
..
analogio mimxrt1011: enable -Werror=missing-prototypes 2021-11-12 19:30:47 -06:00
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
busio Start of USB host API 2022-03-07 18:07:25 -08:00
digitalio mimxrt1011: enable -Werror=missing-prototypes 2021-11-12 19:30:47 -06:00
microcontroller Start of USB host API 2022-03-07 18:07:25 -08:00
neopixel_write run code formatting script 2021-03-15 19:27:36 +05:30
os mimxrt1011: enable -Werror=missing-prototypes 2021-11-12 19:30:47 -06:00
pwmio Switch to pin, frequency and duty_cycle PulseOut 2021-07-26 18:35:49 -07:00
rtc mimxrt1011: enable -Werror=missing-prototypes 2021-11-12 19:30:47 -06:00
supervisor run code formatting script 2021-03-15 19:27:36 +05:30
usb_host Start of USB host API 2022-03-07 18:07:25 -08:00