mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
6a3bb3294d
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ctrl_client_async_seq.c | ||
ctrl_client.h | ||
msc_client_async_dconn.c | ||
msc_client_async_enum.c | ||
msc_client_async_seq.c | ||
msc_client.h | ||
test_app_main.c | ||
test_usb_host_async.c | ||
test_usb_host_plugging.c |