diff options
| author | Rémi Berthoz <[email protected]> | 2026-01-04 16:55:43 +0100 |
|---|---|---|
| committer | Rémi Berthoz <[email protected]> | 2026-01-04 16:55:43 +0100 |
| commit | cab1b2f6f741ea151e87f139b2115d5234228bbd (patch) | |
| tree | 6dc6919379d01d30b5df91619f56e8c8e855e6bd /tools | |
| parent | 3eafddb02a3347873dc1816f53b428518eb97c61 (diff) | |
Implement Printer Device Class
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/iar_template.ipcf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/iar_template.ipcf b/tools/iar_template.ipcf index caddda826..035e40b94 100644 --- a/tools/iar_template.ipcf +++ b/tools/iar_template.ipcf @@ -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> |
