esp-idf/components/usb
Darian Leung 738af3fd38 USB HCD uses IRPs directly for transfer
This commit updates the HCD so that transfer requests are no longer used.
The USB IRP object is updated so that the it can be directly passed to the HCD
to start a transfer. HCD API, tests, and documentation updated accordingly.
2021-04-25 21:52:07 +08:00
..
private_include USB HCD uses IRPs directly for transfer 2021-04-25 21:52:07 +08:00
test USB HCD uses IRPs directly for transfer 2021-04-25 21:52:07 +08:00
CMakeLists.txt
hcd.c USB HCD uses IRPs directly for transfer 2021-04-25 21:52:07 +08:00
maintainers.md USB HCD uses IRPs directly for transfer 2021-04-25 21:52:07 +08:00