| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-03 | Fix DFU descriptor version from 1.0.1 (0x0101) to 1.1.0 (0x0110) | copilot-swe-agent[bot] | |
| Co-authored-by: hathach <[email protected]> | |||
| 2025-12-15 | Merge pull request #3364 from hathach/hcd_fsdev | Ha Thach | |
| hcd: add stm32_fsdev driver | |||
| 2025-11-30 | Update note | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-21 | Apply suggestions from code review | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-11-21 | dcd/dwc2: add IN fifo configure | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-21 | dcd: add tud_configure() | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach | |
| 2025-10-30 | Merge branch 'master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-24 | Merge remote-tracking branch 'upstream/master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-16 | fix some warnings detected by pvs-studio | hathach | |
| 2025-10-03 | Merge remote-tracking branch 'tinyusb/master' into uac1 | Mengsk | |
| 2025-10-02 | mtp example work with highspeed device | hathach | |
| 2025-09-30 | Add UAC1 support to speaker example | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | Update TUD_AUDIO_EP_SIZE macro | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | Implement UAC1 IN flow control | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | Add basic UAC1 support | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | More descriptors working | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-29 | Add UAC1.0 defines | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-15 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-12 | add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC ↵ | hathach | |
| to EVENT | |||
| 2025-08-06 | Add MTP class device | Maurizio Pesce | |
| 2025-07-03 | reduce bInterval for default CDC descriptor from 16ms to 1ms | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-07-28 | Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fb | HiFiPhile | |
| 2024-07-19 | also migrate tud_descriptor_device_qualifier_cb() / ↵ | hathach | |
| tud_descriptor_other_speed_configuration_cb() | |||
| 2024-07-19 | Additional fix related to issue #1018. Corrects the usage of TU_ATTR_WEAK ↵ | Frank Voorburg | |
| for the Keil compiler for the callback functions: * tud_descriptor_bos_cb() * tud_vendor_control_xfer_cb() * tud_mount_cb() * tud_umount_cb() * tud_suspend_cb() * tud_resume_cb() Without the fix for the first two functions, the USB device won't enumerate properly, if the device makes use of a BOS description. For example when using a Microsoft OS 2.0 platform capability descriptor to set a specific Device Interface GUID for WinUSB. The fix for the other four functions were added, because it's probably just a matter of time before someone runs into the same problem with those callback functions. | |||
| 2024-05-31 | Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fb | HiFiPhile | |
| 2024-05-27 | Merge branch 'master' into additional_dcd_sof_enable | HiFiPhile | |
| 2024-05-27 | Fix tud_sof_cb_enable() return type. | HiFiPhile | |
| 2024-05-24 | minor clean up | hathach | |
| 2024-05-11 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-05-10 | Allow feedback EP size change. | HiFiPhile | |
| 2024-05-09 | Switch to weak default implementation. | HiFiPhile | |
| 2024-05-09 | Merge branch 'master' into patch-5 | HiFiPhile | |
| 2024-05-08 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-04-30 | Add missing capability bit for CDC ACM serial break support | Trevor | |
| The send break capability bit is needed for serial break support with Linux and possibly MacOS hosts. [A recent Linux kernel patch made it check the ACM capability bits before sending a serial break](https://github.com/raspberrypi/linux/commit/19e321c3eedd4c681a49f532a196bead5d57205e). | |||
| 2024-04-26 | Fix up TUD_AUDIO_SPEAKER_MONO_FB_DESCRIPTOR. | HiFiPhile | |
| 2024-04-08 | add class driver deinit | hathach | |
| 2024-04-08 | Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode. | Felix "xq" Queißner | |
| 2024-04-01 | UAC2: refactor interrupt endpoint support. | HiFiPhile | |
| 2024-03-14 | IAR Warning: Fixed due to an boolean operation between enum (Pa089) | henneboi | |
| Warning[Pa089]: enumerated type mixed with another enumerated type ...tusb_uac2_audio.c 199 This issue stops the build if we treat warning as error | |||
| 2024-01-12 | - change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation | hathach | |
| - change code style | |||
| 2023-11-24 | Merge pull request #2303 from projectgus/feature/isr_event_hook | Ha Thach | |
| Add optional hooks for DCD and HCD events | |||
| 2023-11-24 | add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb() | hathach | |
| 2023-11-24 | rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT ↵ | hathach | |
| to tusb_option.h and mandatory for BTH driver | |||
| 2023-10-24 | Update audio_4_channel_mic example for HS device. | HiFiPhile | |
| 2023-09-14 | Incorrect comment | Rocky04 | |
| 2023-09-14 | SOF ISR control | Rocky04 | |
