summaryrefslogtreecommitdiff
path: root/test/unit-test
AgeCommit message (Expand)Author
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
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2024-09-03make function prototypes match definitions ( found with cppcheck)dp111
2024-04-19- clang h743 build and run cdc_msc okhathach
2024-03-01reformat code hid_host.chathach
2023-03-22use tud_inited() instead of tusb_inited()hathach
2023-03-17fix spellinghathach
2023-03-17fix trailing space and new linehathach
2023-01-21add test_common_func.chathach
2023-01-07use TU_FIFO_INIT to replace TU_FIFO_DEFhathach
2023-01-07using clang with ceedling unit-test with -fsanitize=addresshathach
2023-01-06Merge branch 'master' into fix-fifo-memory-overflowhathach
2022-12-16fix ci with usbh and unit testhathach
2022-12-09add test_write_double_overflowed for fifohathach
2022-12-08add test fifo overwritable + overflow, that cause buffer overflowhathach
2022-12-08move ceedling tests to test/unit-testhathach