esp-idf/components/usb/test_apps
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
..
common refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
hcd refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
usb_host refactor(usb): Split test device descriptors from mock class files 2024-05-24 17:43:40 +08:00
.build-test-rules.yml ci: Added esp32p4 usb tests to CI: 2024-02-29 10:35:09 +01:00