diff options
| author | hathach <[email protected]> | 2023-08-03 12:15:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-03 12:15:07 +0700 |
| commit | 6844055dd10f35701e267dc734add839c172e8f1 (patch) | |
| tree | 95d442749ab023309cd249e0ba56d2c15452a854 /examples/dual | |
| parent | 3d685fe7f2f383b10a2ed86d33d4b97781843f0d (diff) | |
| parent | 5cf94234d20cf74e1d6bb952ce1680b25f2568b3 (diff) | |
Merge branch 'master' into cdc_uac2_example
Diffstat (limited to 'examples/dual')
| -rw-r--r-- | examples/dual/host_hid_to_device_cdc/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | examples/dual/host_hid_to_device_cdc/only.txt | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/examples/dual/host_hid_to_device_cdc/CMakeLists.txt b/examples/dual/host_hid_to_device_cdc/CMakeLists.txt index c6d19a720..a6557c2d0 100644 --- a/examples/dual/host_hid_to_device_cdc/CMakeLists.txt +++ b/examples/dual/host_hid_to_device_cdc/CMakeLists.txt @@ -23,9 +23,9 @@ target_include_directories(${PROJECT} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src ) -# Configure compilation flags and libraries for the example... see the corresponding function -# in hw/bsp/FAMILY/family.cmake for details. -family_configure_dual_usb_example(${PROJECT}) +# Configure compilation flags and libraries for the example without RTOS. +# See the corresponding function in hw/bsp/FAMILY/family.cmake for details. +family_configure_dual_usb_example(${PROJECT} noos) # due to warnings from Pico-PIO-USB target_compile_options(${PROJECT} PUBLIC diff --git a/examples/dual/host_hid_to_device_cdc/only.txt b/examples/dual/host_hid_to_device_cdc/only.txt index 6ee8e3fde..de5d8bed9 100644 --- a/examples/dual/host_hid_to_device_cdc/only.txt +++ b/examples/dual/host_hid_to_device_cdc/only.txt @@ -1,3 +1,4 @@ board:mimxrt1060_evk board:mimxrt1064_evk +board:mcb1800 mcu:RP2040 |
