add freertos build support for video_capture example

This commit is contained in:
hathach
2024-01-29 23:23:06 +07:00
parent d52909ec5c
commit 55950656cb
6 changed files with 170 additions and 23 deletions

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)