mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
4 lines
143 B
CMake
4 lines
143 B
CMake
idf_component_register(SRCS "main.c" "usb_descriptors.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES boards tinyusb_src)
|