Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-06 10:01:46 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
e388ab32409f328f7479db48e88f901b84875db2
esp-idf/components/usb/test_apps/common/CMakeLists.txt

8 lines
293 B
CMake
Raw Normal View History

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-08 02:56:16 +08:00
idf_component_register(SRCS "dev_hid.c"
"dev_isoc.c"
"dev_msc.c"
refactor(usb): Rename mock class files - Rename "test_usb_mock_..." class files to "mock_..." - Fixed some codespell issues - Fixed comment spacing
2024-05-07 05:17:16 +08:00
"mock_msc.c"
"test_usb_common.c"
usb: Refactor USB Host tests * USB tests migrated to pytest * Error messages improved * Configurable for different mock devices
2022-10-06 23:16:54 +02:00
INCLUDE_DIRS "."
REQUIRES usb unity)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 75ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API