diff options
| author | IngHK <[email protected]> | 2024-04-04 14:07:32 +0200 |
|---|---|---|
| committer | IngHK <[email protected]> | 2024-04-04 14:07:32 +0200 |
| commit | e2a56308110c1b3948441bec7ea71e397dfc1b49 (patch) | |
| tree | 904e3c19c3c5e0027f243e8aa3d247b72051e886 /examples/host | |
| parent | 1bbd658352f5ecbfea13343df20cd02597dc31fd (diff) | |
| parent | 66cdf6d097d76f8d21ed4314651ac730d4023f99 (diff) | |
Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgrade
Diffstat (limited to 'examples/host')
| -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 |
