summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaurizio Pesce <[email protected]>2025-03-12 09:50:04 +0100
committerroundby <[email protected]>2025-08-06 06:14:13 +0200
commit283b06bb543f513d964dc3a6953115df897a93a1 (patch)
tree4b8fe0783a64d6ca6157649bef0b35a8c0c5e324 /tools
parentf01c4be350d21145162f4a3f283a298cd221f74d (diff)
Add MTP class device
Diffstat (limited to 'tools')
-rw-r--r--tools/iar_template.ipcf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/iar_template.ipcf b/tools/iar_template.ipcf
index 33a6ef045..c93795b9c 100644
--- a/tools/iar_template.ipcf
+++ b/tools/iar_template.ipcf
@@ -58,6 +58,12 @@
<path>$TUSB_DIR$/src/class/msc/msc_device.h</path>
<path>$TUSB_DIR$/src/class/msc/msc_host.h</path>
</group>
+ <group name="src/class/mtp">
+ <path>$TUSB_DIR$/src/class/mtp/mtp_device.c</path>
+ <path>$TUSB_DIR$/src/class/mtp/mtp.h</path>
+ <path>$TUSB_DIR$/src/class/mtp/mtp_device.h</path>
+ <path>$TUSB_DIR$/src/class/mtp/mtp_device_storage.h</path>
+ </group>
<group name="src/class/net">
<path>$TUSB_DIR$/src/class/net/ecm_rndis_device.c</path>
<path>$TUSB_DIR$/src/class/net/ncm_device.c</path>