just use device/host examples direct from tinyusb

This commit is contained in:
graham sanderson
2021-04-07 17:53:31 -05:00
committed by Graham Sanderson
parent 7e4e3290d5
commit 40b07ac921
19 changed files with 9 additions and 2003 deletions

View File

@@ -1 +1,4 @@
add_subdirectory(host_hid)
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)