summaryrefslogtreecommitdiff
path: root/src/tinyusb.mk
AgeCommit message (Collapse)Author
35 hoursvendor: remove the obsolete host vendor driverhathach
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.
2026-05-16midi2: add sources to TINYUSB_SRC_C, skip familySaulo Veríssimo
Make build was missing midi2_device.c/midi2_host.c from src/tinyusb.mk. Skip stm32h7s3nucleo board which exposes a pre-existing uninitialized warning in its board.h (board_init2) under Make+LTO.
2026-04-29deprecated `usbd_control.c` and merge its functionality into `usbd.c`hathach
2026-04-17tinyusb.mk: Remove duplicate usbc.c entry.Andrew Leech
Signed-off-by: Andrew Leech <[email protected]>
2026-01-04Implement Printer Device ClassRémi Berthoz
2025-08-06Add MTP class deviceMaurizio Pesce
2025-02-12fix host midi buildhathach
2023-09-28fix build with new freertos host examplehathach
2023-06-24separate iar and gcc build for clean make, also add cpu specific makehathach