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-29 13:49:43 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
1c08475950d03c04bfa967c576fdc2ffcd0cb15b
esp-idf/components/usb/test_apps/common/CMakeLists.txt

13 lines
495 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"
refactor(usb_host): Made phy and hcd common fix
2025-02-10 12:36:53 +01:00
"phy_common.c"
"hcd_common.c"
INCLUDE_DIRS
"../../private_include" # hcd and urb
"."
fix(usb/host): Do not call heap_caps_get_allocated_size() in USB host driver It causes heap corruption if heap poisoning is enabled on ESP32-P4. It returns incorrect size on ESP32-S3. Closes https://github.com/espressif/esp-idf/issues/15815
2025-04-23 08:42:17 +02:00
REQUIRES usb unity
PRIV_REQUIRES esp_mm
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 99ms 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