| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 12 days | Merge remote-tracking branch 'origin/master' into feature/tuh-audio-uac-1.0 | HiFiPHile | |
| 2026-08-21 | vendor: remove the obsolete host vendor driver | hathach | |
| 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-07-16 | feat(audio): add USB Audio Host (UAC 1.0) support | Zhang, Zhenjiang | |
| Add TinyUSB Host Audio class driver supporting UAC 1.0 devices. Features: - Support multiple Audio Streaming (AS) interfaces with independent format storage - Support both IN (Microphone) and OUT (Speaker) endpoints - Per-AS interface format info: channels, sample rate, bit resolution - Support Feature Unit volume control - Support sampling frequency get/set - Add host/audio_host example for STM32F407 discovery board - Support mono-to-stereo conversion for loopback Changes: - Add src/class/audio/audio_host.c and audio_host.h - Register AUDIO driver in usbh.c - Add CFG_TUH_AUDIO macro in tusb_option.h - Add host/audio_host example with CMake and Makefile build support Tested with Jabra USB headset (stereo speaker + mono microphone) on STM32F407 disco. | |||
| 2026-05-16 | midi2: add sources to TINYUSB_SRC_C, skip family | Saulo 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-29 | deprecated `usbd_control.c` and merge its functionality into `usbd.c` | hathach | |
| 2026-04-17 | tinyusb.mk: Remove duplicate usbc.c entry. | Andrew Leech | |
| Signed-off-by: Andrew Leech <[email protected]> | |||
| 2026-01-04 | Implement Printer Device Class | Rémi Berthoz | |
| 2025-08-06 | Add MTP class device | Maurizio Pesce | |
| 2025-02-12 | fix host midi build | hathach | |
| 2023-09-28 | fix build with new freertos host example | hathach | |
| 2023-06-24 | separate iar and gcc build for clean make, also add cpu specific make | hathach | |
