esp-idf/components/usb/test_apps/common
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 refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
dev_hid.c refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
dev_hid.h refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
dev_isoc.c refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
dev_isoc.h refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
dev_msc.c refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
dev_msc.h refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
mock_msc.c refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
mock_msc.h refactor(usb): Split test device descriptors from mock class files 2024-06-09 12:19:53 +08:00
test_usb_common.c refactor(usb): Rename mock class files 2024-06-09 11:30:03 +08:00
test_usb_common.h usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00