mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-18 21:45:16 +00:00
5 lines
175 B
CMake
5 lines
175 B
CMake
# This file is for ESP-IDF only
|
|
idf_component_register(SRCS "main.c" "usb_descriptors.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES boards tinyusb_src)
|