what exactly are you trying to do; you seem to have hand crafted a CMakeLists.txt that calls directly into one of the TinyUSB CMake files, which is what is giving you the error (this may come from trying to use TinyUSB's own examples in a standalone capacity?)
If you are using the SDK, I would recommend just adding tinyusb_host (or tinyusb_device) and tinyusb_board to your "target_link_libraries"
If you are using the SDK, I would recommend just adding tinyusb_host (or tinyusb_device) and tinyusb_board to your "target_link_libraries"
Statistics: Posted by kilograham — Tue Sep 02, 2025 8:46 pm