diff options
| author | hathach <[email protected]> | 2024-03-22 17:54:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-03-22 17:54:08 +0700 |
| commit | baffadca914bada1663fbb444246ecad681365fb (patch) | |
| tree | 830e21dd8988206f6c1005daf00f665b8e7e7a90 /examples/host | |
| parent | e84c9f3e221092687808f175e1e19732a10fea72 (diff) | |
remove pca10095 suppport for max3421
also remove pico_bootsel_via_double_reset from rp2040
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/host/CMakeLists.txt b/examples/host/CMakeLists.txt index bedd2220b..e6a2ece14 100644 --- a/examples/host/CMakeLists.txt +++ b/examples/host/CMakeLists.txt @@ -8,5 +8,6 @@ family_initialize_project(tinyusb_host_examples ${CMAKE_CURRENT_LIST_DIR}) # family_add_subdirectory will filter what to actually add based on selected FAMILY family_add_subdirectory(bare_api) family_add_subdirectory(cdc_msc_hid) +family_add_subdirectory(cdc_msc_hid_freertos) family_add_subdirectory(hid_controller) family_add_subdirectory(msc_file_explorer) |
