summaryrefslogtreecommitdiff
path: root/tools/iar_template.ipcf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iar_template.ipcf')
-rw-r--r--tools/iar_template.ipcf9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/iar_template.ipcf b/tools/iar_template.ipcf
index 2581a4702..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>
@@ -217,7 +222,9 @@
</group>
<group name="src/portable/st/stm32_fsdev">
<path>$TUSB_DIR$/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c</path>
- <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.h</path>
+ <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/hcd_stm32_fsdev.c</path>
+ <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/fsdev_common.c</path>
+ <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/fsdev_common.h</path>
</group>
<group name="src/portable/st/typec">
<path>$TUSB_DIR$/src/portable/st/typec/typec_stm32.c</path>