Add missing idf cmake file.

This commit is contained in:
raldone01
2025-07-05 19:42:45 +02:00
parent eeb73550ef
commit ce40b4c11e

View 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)