From a1788da4105b762e919dee0e1f2141288751e7b8 Mon Sep 17 00:00:00 2001 From: kkitayam <45088311+kkitayam@users.noreply.github.com> Date: Thu, 30 Sep 2021 22:14:29 +0900 Subject: [PATCH] Add video class entry to rp2040 building scripts --- examples/device/CMakeLists.txt | 1 + hw/bsp/rp2040/family.cmake | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/device/CMakeLists.txt b/examples/device/CMakeLists.txt index a0e4600f..edf5ab80 100644 --- a/examples/device/CMakeLists.txt +++ b/examples/device/CMakeLists.txt @@ -24,4 +24,5 @@ family_add_subdirectory(msc_dual_lun) family_add_subdirectory(net_lwip_webserver) family_add_subdirectory(uac2_headset) family_add_subdirectory(usbtmc) +family_add_subdirectory(video_capture) family_add_subdirectory(webusb_serial) diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake index 41960b6c..10c103a9 100644 --- a/hw/bsp/rp2040/family.cmake +++ b/hw/bsp/rp2040/family.cmake @@ -73,6 +73,7 @@ if (NOT TARGET _rp2040_family_inclusion_marker) ${TOP}/src/class/net/net_device.c ${TOP}/src/class/usbtmc/usbtmc_device.c ${TOP}/src/class/vendor/vendor_device.c + ${TOP}/src/class/video/video_device.c )