diff options
| author | Ha Thach <[email protected]> | 2024-03-25 19:15:39 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-25 19:15:39 +0700 |
| commit | 5b0e255f7e5f49909be9d4a0bf0be302d26e598d (patch) | |
| tree | 2e071c98d9e16efa833d2b600713288b6d694cae /examples | |
| parent | 0814ca0cc70f7343218c6637ce0b4deaf9058dc0 (diff) | |
| parent | a7a65e5d6d43fbb0c07eb82b3ab9fd8286dd3013 (diff) | |
Merge pull request #2530 from hathach/add-tuh-deinit
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid_freertos/only.txt | 1 |
2 files changed, 1 insertions, 1 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) diff --git a/examples/host/cdc_msc_hid_freertos/only.txt b/examples/host/cdc_msc_hid_freertos/only.txt index 3837ac8a2..81d993ffa 100644 --- a/examples/host/cdc_msc_hid_freertos/only.txt +++ b/examples/host/cdc_msc_hid_freertos/only.txt @@ -6,7 +6,6 @@ mcu:LPC43XX mcu:MIMXRT1XXX mcu:MIMXRT10XX mcu:MIMXRT11XX -mcu:RP2040 mcu:MSP432E4 mcu:RX65X mcu:RAXXX |
