mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
11 lines
427 B
CMake
11 lines
427 B
CMake
idf_component_register(SRCS "dev_hid.c"
|
|
"dev_isoc.c"
|
|
"dev_msc.c"
|
|
"mock_msc.c"
|
|
"phy_common.c"
|
|
"hcd_common.c"
|
|
INCLUDE_DIRS
|
|
"../../private_include" # hcd and urb
|
|
"."
|
|
REQUIRES usb unity)
|