Implement Printer Device Class

This commit is contained in:
Rémi Berthoz
2026-01-04 16:55:43 +01:00
parent 3eafddb02a
commit cab1b2f6f7
18 changed files with 1362 additions and 0 deletions

View File

@ -69,6 +69,11 @@
<path>$TUSB_DIR$/src/class/net/ncm.h</path>
<path>$TUSB_DIR$/src/class/net/net_device.h</path>
</group>
<group name="src/class/printer">
<path>$TUSB_DIR$/src/class/printer/printer_device.c</path>
<path>$TUSB_DIR$/src/class/printer/printer.h</path>
<path>$TUSB_DIR$/src/class/printer/printer_device.h</path>
</group>
<group name="src/class/usbtmc">
<path>$TUSB_DIR$/src/class/usbtmc/usbtmc_device.c</path>
<path>$TUSB_DIR$/src/class/usbtmc/usbtmc.h</path>