Switch base config back to babble

This commit is contained in:
Lorow
2025-12-14 16:46:15 +01:00
parent 139486be01
commit ebdae51a20
14 changed files with 1267 additions and 1110 deletions

View File

@@ -0,0 +1,11 @@
idf_component_register(SRCS usb_device_uvc.c
INCLUDE_DIRS "include"
REQUIRES usb esp_timer)
idf_component_get_property(tusb_lib espressif__tinyusb COMPONENT_LIB)
target_include_directories(${tusb_lib} PUBLIC "${COMPONENT_DIR}/tusb")
target_sources(${tusb_lib} PUBLIC "${COMPONENT_DIR}/tusb/usb_descriptors.c")
include(package_manager)
cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})