adding host/cdc_msc_hid_freertos example

This commit is contained in:
hathach
2023-09-25 16:53:11 +07:00
parent 81cd995108
commit a7c136c03f
20 changed files with 623 additions and 112 deletions

View File

@@ -10,6 +10,11 @@ project(${PROJECT} C CXX ASM)
# Checks this example is valid for the family and initializes the project
family_initialize_project(${PROJECT} ${CMAKE_CURRENT_LIST_DIR})
# Espressif has its own cmake build system
if(FAMILY STREQUAL "espressif")
return()
endif()
add_executable(${PROJECT})
# Example source