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.
rp2040_projects/clocks/CMakeLists.txt

7 lines
177 B
CMake

if (NOT PICO_NO_HARDWARE)
add_subdirectory(detached_clk_peri)
add_subdirectory(hello_48MHz)
add_subdirectory(hello_gpout)
add_subdirectory(hello_resus)
endif ()