mirror of
https://github.com/hathach/tinyusb.git
synced 2025-10-30 04:03:07 +00:00
Add missing idf cmake file.
This commit is contained in:
parent
eeb73550ef
commit
ce40b4c11e
4
examples/device/webusb_serial/src/CMakeLists.txt
Normal file
4
examples/device/webusb_serial/src/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# This file is for ESP-IDF only
|
||||
idf_component_register(SRCS "main.c" "usb_descriptors.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES boards tinyusb_src)
|
||||
Loading…
x
Reference in New Issue
Block a user