Added UsbInterface class to access non-HID USB interfaces

This commit is contained in:
Nav
2023-11-18 22:53:06 +00:00
parent e271590f70
commit 68f1ba35ff
3 changed files with 165 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ target_sources(
Bloom
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/USB/UsbDevice.cpp
${CMAKE_CURRENT_SOURCE_DIR}/USB/UsbInterface.cpp
${CMAKE_CURRENT_SOURCE_DIR}/USB/HID/HidInterface.cpp
${CMAKE_CURRENT_SOURCE_DIR}/Protocols/CMSIS-DAP/CmsisDapInterface.cpp
${CMAKE_CURRENT_SOURCE_DIR}/Protocols/CMSIS-DAP/Command.cpp