esp-idf/components/usb/test/hcd
Darian Leung 18f9dabce1 USB: Change IRP to URBs
This commit changes the IRP (I/O Request Packet) structure to
the URB (USB Request Block) in order to represent USB transfers
in the host stack. The new URB strcuture:

- Add extra safety with const fields
- Allows each layer of the stack to add their own overhead variables

The HCD layer API and tests have been updated to use this new URB structure
2021-06-09 22:09:46 +08:00
..
test_hcd_bulk.c USB: Change IRP to URBs 2021-06-09 22:09:46 +08:00
test_hcd_common.c USB: Change IRP to URBs 2021-06-09 22:09:46 +08:00
test_hcd_common.h USB: Change IRP to URBs 2021-06-09 22:09:46 +08:00
test_hcd_ctrl.c USB: Change IRP to URBs 2021-06-09 22:09:46 +08:00
test_hcd_intr.c USB: Change IRP to URBs 2021-06-09 22:09:46 +08:00
test_hcd_isoc.c USB: Change IRP to URBs 2021-06-09 22:09:46 +08:00
test_hcd_port.c USB: Change IRP to URBs 2021-06-09 22:09:46 +08:00