summaryrefslogtreecommitdiff
path: root/examples/host/bare_api
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-08-03 12:15:07 +0700
committerhathach <[email protected]>2023-08-03 12:15:07 +0700
commit6844055dd10f35701e267dc734add839c172e8f1 (patch)
tree95d442749ab023309cd249e0ba56d2c15452a854 /examples/host/bare_api
parent3d685fe7f2f383b10a2ed86d33d4b97781843f0d (diff)
parent5cf94234d20cf74e1d6bb952ce1680b25f2568b3 (diff)
Merge branch 'master' into cdc_uac2_example
Diffstat (limited to 'examples/host/bare_api')
-rw-r--r--examples/host/bare_api/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/host/bare_api/CMakeLists.txt b/examples/host/bare_api/CMakeLists.txt
index b6d8c9c89..95af48718 100644
--- a/examples/host/bare_api/CMakeLists.txt
+++ b/examples/host/bare_api/CMakeLists.txt
@@ -22,9 +22,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_host_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_host_example(${PROJECT} noos)
# Add pico-pio-usb for rp2040 since user can choose to run on bit-banging host
if(FAMILY STREQUAL "rp2040")