summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-04-02Merge pull request #3579 from DavidKorczynski/patch-1Ha Thach
2026-04-02add msc device to hil rp2040 host poolhathach
2026-04-01fix hil uid typohathach
2026-03-31finally get rp2040 host epx working with 2-sof solution for switchinghathach
2026-03-30Fix broken fuzzing harnessDavidKorczynski
2026-03-27clean up hw_endpoint_open(), still has issue with E15 and ping-pong (slow read).hathach
2026-03-26implement ping-pong double buffered for both tx and rxhathach
2026-03-25update hcd to handle interrupt per bufhathach
2026-03-23update host msc hil testhathach
2026-03-20Add dd command to MSC file explorer for sector read and speed reporting, adju...hathach
2026-03-19Add EPX transfer scheduling when hcd_edpt_xfer() is called while epx is busyhathach
2026-03-18hil pico2 test with native hostHa Thach
2026-03-18add hil test for device hid_generic_inout functionalityhathach
2026-03-17add hil tests for device msc_dual_lun and midi functionalityhathach
2026-03-17add hil test for host msc and cdchathach
2026-03-17add hil host cdc testhathach
2026-03-16Unify USB FSDEV driver implementation for various microcontrollers. Replace `...hathach
2026-03-13add support for CH32F20X MCU and update board configurationhathach
2026-03-12update hil hosthathach
2026-03-12refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLPhathach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-03-07update hil test: remove unused ctypes, add fallback for skip boardshathach
2026-03-06enable hil test for mtphathach
2026-03-06fix hil testhathach
2026-03-06add hil test, update readmehathach
2026-03-06Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printerhathach
2026-03-05esp32p4 min rev 0.1hathach
2026-03-03add esptool --force for esp32p4 v0.1hathach
2026-01-14Merge 'upstream/master' into device-class-printerRémi Berthoz
2026-01-14fix typo in fuzzing rules.mk for printer deviceRémi Berthoz
2026-01-14correct dual port hil asserthathach
2026-01-13minor clean uphathach
2026-01-13minor clean uphathach
2026-01-07Add missing printer_device.c in test/fuzz sourcesRémi Berthoz
2026-01-06minor updatehathach
2026-01-06Merge pull request #3441 from hathach/fifo-access-modeHa Thach
2026-01-03hwfifo support custom write/readhathach
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-19clean up cmake, remove family_get_project_name()hathach
2025-12-16make fifo access mode fixed addr work with 16 bit alsohathach
2025-12-11move host hacked bulk mps out of tu_edpt_validate()hathach
2025-12-01add linkermap to deps and linkermap tagethathach
2025-11-27re-enable other hil testshathach
2025-11-27more renamehathach
2025-11-26add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifohathach