summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-05-11Merge pull request #3632 from hathach/msc_osZixun LI
2026-05-06modernize scriptZixun LI
2026-05-05try to fix CI stuckZixun LI
2026-05-04hil remove hub from pico native host test for nowhathach
2026-05-04hil_test: use non-blocking writes with timeout for printer testshathach
2026-04-29deprecated `usbd_control.c` and merge its functionality into `usbd.c`hathach
2026-04-29Merge branch 'master' into hil_hfphathach
2026-04-29Improve remote execution in `hil_ci.sh`hathach
2026-04-29address review feedback for AGENTS.md and hil skillhathach
2026-04-28only re-run tests that failed per boardhathach
2026-04-28fix warning, change hil jlink for feather nrf52840hathach
2026-04-26run hil_hfp on gcc buildHiFiPhile
2026-04-26hil: comment out net_lwip_webserver test for PR #3605hathach
2026-04-26hil: bump net iface enum timeout to 30s for net_lwip_webserverhathach
2026-04-24add throughput test for hilhathach
2026-04-23musb double packet for epouthathach
2026-04-21enable double buffer for tm4chathach
2026-04-21refactor interrupt handling and add `pipe_write` to fix IN ZLP issuehathach
2026-04-20fix usbnet hardcode speed. disable hil test for nowhathach
2026-04-20add test for net_lwip_webserver with iperf throughput validationhathach
2026-04-20improving transfer tracking and adding support for un-armed Rx data handlinghathach
2026-04-14get freertos working with rp2040hathach
2026-04-04move MAX3421_HOST build flag to test config for metro_m4_expresshathach
2026-04-04make board_uart_read()/write() return -1 when unimplemented for consistency a...hathach
2026-04-04implement board_uart_read()/write() as non-blocking for all familieshathach
2026-04-03add script and instruction to run remote hil on local ci serverhathach
2026-04-03fix issue with exmaplehathach
2026-04-03fix hil host cdc echo test with imxrt and other fast mcuhathach
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