pico-sdk/src/rp2_common/hardware_clocks/CMakeLists.txt

11 lines
330 B
CMake
Raw Normal View History

2021-01-20 16:44:27 +00:00
pico_simple_hardware_target(clocks)
target_link_libraries(hardware_clocks INTERFACE
hardware_resets
hardware_watchdog
hardware_xosc
hardware_pll
# not currently used by clocks.c, but sensibly bundled here
# as changing frequencies may require upping voltage
hardware_vreg
)