esp-idf/components/usb/test_apps/hcd/main
Darian Leung 6a3bb3294d
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-05-24 17:43:40 +08:00
..
CMakeLists.txt
test_app_main.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_hcd_bulk.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_hcd_common.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_hcd_common.h ci: Added esp32p4 usb tests to CI: 2024-02-29 10:35:09 +01:00
test_hcd_ctrl.c refactor(usb): Rename mock class files 2024-05-23 17:47:24 +08:00
test_hcd_intr.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_hcd_isoc.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_hcd_port.c refactor(usb): Rename mock class files 2024-05-23 17:47:24 +08:00
test_usb_helpers.c refactor(usb): Rename mock class files 2024-05-23 17:47:24 +08:00