summaryrefslogtreecommitdiff
path: root/examples/device/CMakeLists.txt
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-08-03 14:55:24 +0700
committerhathach <[email protected]>2023-08-03 14:55:24 +0700
commitd89fc0772b0844703ae18912b8774df7c11d708c (patch)
treea02765599494621f363e3d1976cfaffa3f6cb281 /examples/device/CMakeLists.txt
parent6844055dd10f35701e267dc734add839c172e8f1 (diff)
add makefile, add cdc_uac2 to cmake example list, update descriptor to build with nrf and samg/7x
Diffstat (limited to 'examples/device/CMakeLists.txt')
-rw-r--r--examples/device/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/CMakeLists.txt b/examples/device/CMakeLists.txt
index 5b077a5e1..f590fff3f 100644
--- a/examples/device/CMakeLists.txt
+++ b/examples/device/CMakeLists.txt
@@ -13,6 +13,7 @@ family_add_subdirectory(board_test)
family_add_subdirectory(cdc_dual_ports)
family_add_subdirectory(cdc_msc)
family_add_subdirectory(cdc_msc_freertos)
+family_add_subdirectory(cdc_uac2)
family_add_subdirectory(dfu)
family_add_subdirectory(dfu_runtime)
family_add_subdirectory(dynamic_configuration)