summaryrefslogtreecommitdiff
path: root/test/unit-test
AgeCommit message (Expand)Author
9 daysaudio: normalize Feature Unit volume requestsHiFiPHile
9 daysaudio: harden streaming descriptor parsingHiFiPHile
9 daysaudio: allow stopped duplex streams to change rateHiFiPHile
9 daysaudio: preserve feedback scheduler remainderHiFiPHile
9 daysaudio: add UAC2 host streaming supportHiFiPHile
9 daysaudio: preserve descriptor sample-rate entriesHiFiPHile
9 daysaudio: compact alternate-setting storageHiFiPHile
10 daysimplement explicit feeback supportHiFiPHile
11 daysaddress copilot review findingsHiFiPHile
11 daysfeat(audio): discover stream mute and volume controlsHiFiPHile
11 daysfix(audio): validate descriptors before parsingHiFiPHile
11 daysfix(audio): decode full-speed isochronous bIntervalHiFiPHile
11 daysfix(audio): release instances without supported streamsHiFiPHile
11 daysfix(audio): retain multiple pending Feature UnitsHiFiPHile
11 daysfix(audio): reject unsupported UAC2 interfacesHiFiPHile
11 daysfix(audio): keep stream state consistent on control failuresHiFiPHile
11 daysfix(audio): accept one data endpoint per AS alternateHiFiPHile
11 daysrefactor(audio): simplify UAC1 interface discoveryHiFiPHile
11 daysrefactor(audio): separate stream configuration and startHiFiPHile
11 daysfix(audio): drive streams from transfer completionHiFiPHile
11 daysMerge master updates into the UAC1 host branchHiFiPHile
11 daystest(audio): add UAC1 host driver coverageHiFiPHile
2026-08-13usbd: clear endpoint busy/claimed when a completion event is droppedhathach
2026-08-12usbd: don't leak the queued-setup counter when the event queue is fullhathach
2026-06-16device: clamp EP0 OUT data copy to the control transfer buffer (#3705)Ha Thach
2026-05-12midi2: align descriptors with USB-MIDI 2.0 specSaulo VerĂ­ssimo
2026-05-12test: add MIDI 2.0 Device and Host unit testsSaulo VerĂ­ssimo
2026-04-29deprecated `usbd_control.c` and merge its functionality into `usbd.c`hathach
2026-01-03add tu_hwfifo_access_t param to hwfifo APIhathach
2026-01-02support multiple data stride if configuredhathach
2026-01-01minor refactorhathach
2025-12-31update tu_fifo to work with fsdev hwfifo with increased address 16/32bithathach
2025-12-31re-branding fixed address fifo read/write to stride modehathach
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-16make fifo access mode fixed addr work with 16 bit alsohathach
2025-11-27more renamehathach
2025-11-26add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifohathach
2025-11-26change tu_fifo_buffer_info_t layouthathach
2025-11-22hil stress test cdchathach
2025-11-21add more unit tests for tu_fifohathach
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-08-01add bufsize to tud_msc_inquiry2_cb()hathach
2025-07-11add tud_msc_inquiry2_cb() for full inquiry responsehathach
2025-01-15Fix ceedling (#2949)Ha Thach
2024-11-04add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i...hathach
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change dcd_init() to take rhport structhathach