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/system/CMakeLists.txt
Graham Sanderson 2cbea72cd3 Add system/unique_board_id (#25)
Co-authored-by: Luke Wren <wren6991@gmail.com>
2021-02-01 14:50:13 -06:00

7 lines
192 B
CMake

if (NOT PICO_NO_HARDWARE)
add_subdirectory(double_tap_usb_boot)
add_subdirectory(narrow_io_write)
add_subdirectory(hello_double_tap)
add_subdirectory(unique_board_id)
endif ()