esp-idf/components/usb/test_apps/hcd/main
Darian Leung 6ead402d15
refactor(usb): Split test device descriptors from mock class files
Previously, descriptors of the test devices were stored direclty in the mock
device files (e.g., "mock_[hid|msc].[h|c]"). This commit splits out the device
descriptors to separate files (e.g., "dev_[hid|msc].c") along with getter
functions.

Users that want to run the tests locally on a different device simply need to
update the "dev_[hid|msc].c" file for their device.
2024-06-09 12:19:53 +08:00
..
CMakeLists.txt usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
test_app_main.c refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
test_hcd_bulk.c refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
test_hcd_common.c refactor(usb): Rename mock class files 2024-06-09 11:30:03 +08:00
test_hcd_common.h usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
test_hcd_ctrl.c refactor(usb): Rename mock class files 2024-06-09 11:30:03 +08:00
test_hcd_intr.c refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
test_hcd_isoc.c refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
test_hcd_port.c refactor(usb): Rename mock class files 2024-06-09 11:30:03 +08:00
test_usb_helpers.c refactor(usb): Rename mock class files 2024-06-09 11:30:03 +08:00