esp-idf/components/usb/test/hcd
Darian Leung 7f42104893 HCD: Add support for interrupt and isochronous pipes
This commit adds support for interrupt and isochronous pipes to the HCD:
- HCD now internally uses double buffering
- Added test cases for interrupt and isochronous transfers
- Reorganized test cases for each transfer type
- Updated API comments and maintainer's notes

Some minor bugs were also fixed
2021-05-26 22:55:12 +08:00
..
test_hcd_bulk.c HCD: Add support for interrupt and isochronous pipes 2021-05-26 22:55:12 +08:00
test_hcd_common.c HCD: Add support for interrupt and isochronous pipes 2021-05-26 22:55:12 +08:00
test_hcd_common.h HCD: Add support for interrupt and isochronous pipes 2021-05-26 22:55:12 +08:00
test_hcd_ctrl.c HCD: Add support for interrupt and isochronous pipes 2021-05-26 22:55:12 +08:00
test_hcd_intr.c HCD: Add support for interrupt and isochronous pipes 2021-05-26 22:55:12 +08:00
test_hcd_isoc.c HCD: Add support for interrupt and isochronous pipes 2021-05-26 22:55:12 +08:00
test_hcd_port.c HCD: Add support for interrupt and isochronous pipes 2021-05-26 22:55:12 +08:00