summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-08-21 11:06:14 +0700
committerhathach <[email protected]>2026-08-21 11:06:14 +0700
commita57f857f811e054e7a240fc55520648192349c2b (patch)
tree0ca064dcc0d3f12974e12303ffb151ca98b75115 /tools
parentcb3caee74de7dbb9fc91a5fdb37b448a63eadae0 (diff)
vendor: remove the obsolete host vendor driver
vendor_host.c/.h implemented a CFG_TUH_VENDOR class driver that no example, board or test ever enabled: usbh's driver table entry was compiled out everywhere, and the six tusb_config.h files that mentioned the macro all set it to 0. Maintainer call - dead code, not a shrinking of supported classes. Removes the sources, the usbh driver-table entry, the CFG_TUH_VENDOR default in tusb_option.h, the tusb.h include, both build-system source lists, the rp2040 family.cmake entry and the IAR project template rows.
Diffstat (limited to 'tools')
-rw-r--r--tools/iar_template.ipcf2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/iar_template.ipcf b/tools/iar_template.ipcf
index 035e40b94..922b22426 100644
--- a/tools/iar_template.ipcf
+++ b/tools/iar_template.ipcf
@@ -81,9 +81,7 @@
</group>
<group name="src/class/vendor">
<path>$TUSB_DIR$/src/class/vendor/vendor_device.c</path>
- <path>$TUSB_DIR$/src/class/vendor/vendor_host.c</path>
<path>$TUSB_DIR$/src/class/vendor/vendor_device.h</path>
- <path>$TUSB_DIR$/src/class/vendor/vendor_host.h</path>
</group>
<group name="src/class/video">
<path>$TUSB_DIR$/src/class/video/video_device.c</path>