diff options
| author | hathach <[email protected]> | 2026-08-21 11:06:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-08-21 11:06:14 +0700 |
| commit | a57f857f811e054e7a240fc55520648192349c2b (patch) | |
| tree | 0ca064dcc0d3f12974e12303ffb151ca98b75115 /src/tusb_option.h | |
| parent | cb3caee74de7dbb9fc91a5fdb37b448a63eadae0 (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 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 24f802b73..1eb23fb00 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -894,9 +894,6 @@ #define CFG_TUH_MSC 0 #endif -#ifndef CFG_TUH_VENDOR - #define CFG_TUH_VENDOR 0 -#endif #ifndef CFG_TUH_API_EDPT_XFER #define CFG_TUH_API_EDPT_XFER 0 |
