diff options
| author | A. Hooper <[email protected]> | 2023-07-01 08:03:16 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-01 08:03:16 -0400 |
| commit | 9554a354d401c0df7e0dec19721b0296f806340b (patch) | |
| tree | acc50a6dbc68bff7651d81e7cd658c2e2c14f48b /examples/host/bare_api | |
| parent | 7d45a43f57c805f3d7b48638aee2e997bff08b96 (diff) | |
| parent | f5d0510064bd2a0ffd040697de1fac707fa70069 (diff) | |
Merge branch 'hathach:master' into blackf407VE
Diffstat (limited to 'examples/host/bare_api')
| -rw-r--r-- | examples/host/bare_api/CMakeLists.txt | 6 |
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") |
