This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
2022-06-29 23:12:10 -05:00

8 lines
269 B
CMake

if (NOT FREERTOS_KERNEL_PATH AND NOT DEFINED ENV{FREERTOS_KERNEL_PATH})
message("Skipping Pico W FreeRTOS examples as FREERTOS_KERNEL_PATH not defined")
else()
include(FreeRTOS_Kernel_import.cmake)
add_subdirectory(iperf)
add_subdirectory(ping)
endif()