esp-idf/components/usb/test_apps/usb_host/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 usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
ctrl_client_async_seq.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
ctrl_client.h refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
msc_client_async_dconn.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
msc_client_async_enum.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
msc_client_async_seq.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
msc_client.h refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_app_main.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_usb_host_async.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
test_usb_host_plugging.c refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00