update TinyUSB examples for latest TinyUSB (#325)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
set(FAMILY rp2040)
|
||||
set(BOARD pico_sdk)
|
||||
set(TINYUSB_FAMILY_PROJECT_NAME_PREFIX "tinyusb_host_")
|
||||
# Hack as some host examples use $TOP in their path
|
||||
set(TOP ${PICO_TINYUSB_PATH})
|
||||
add_subdirectory(${PICO_TINYUSB_PATH}/examples/host tinyusb_host_examples)
|
||||
|
||||
add_subdirectory(host_cdc_msc_hid)
|
||||
Reference in New Issue
Block a user