add dual/host_info_to_device_cdc example

This commit is contained in:
hathach
2024-06-18 13:29:04 +07:00
parent d945261aef
commit de62b55042
8 changed files with 761 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ if (FAMILY STREQUAL "rp2040" AND NOT TARGET tinyusb_pico_pio_usb)
else ()
# family_add_subdirectory will filter what to actually add based on selected FAMILY
family_add_subdirectory(host_hid_to_device_cdc)
family_add_subdirectory(host_info_to_device_cdc)
endif ()