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/usb/host/CMakeLists.txt
2021-06-03 10:57:13 -05:00

5 lines
170 B
CMake

set(FAMILY rp2040)
set(BOARD pico_sdk)
set(TINYUSB_FAMILY_PROJECT_NAME_PREFIX "tinyusb_host_")
add_subdirectory(${PICO_TINYUSB_PATH}/examples/host tinyusb_host_examples)