summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-06-16hil: enable nanoch32v203 in CI with fsdev + usbfs variants (#3707)Ha Thach
2026-06-16device: clamp EP0 OUT data copy to the control transfer buffer (#3705)Ha Thach
2026-06-11HIL: replace build.flags_on with named build variants (#3687)Ha Thach
2026-06-10Merge pull request #3690 from hathach/claude/board-test-idle-parkHa Thach
2026-06-09test/hil: erase MCU after tests; show throughput speeds in reporthathach
2026-06-08test/hil: use ⚪ for skipped in HIL reporthathach
2026-06-08test/hil: use ✅/❌ emoji for HIL report pass/failhathach
2026-06-08test/hil: clear HIL report up front on a fresh runhathach
2026-06-08test/hil: accumulate HIL report across re-runs; post as sticky PR commenthathach
2026-06-08presets,hil: keep Ninja Multi-Config; make HIL find its outputhathach
2026-06-08test/hil: report board x test results as a markdown matrixhathach
2026-06-08test/hil: add stm32u083nucleo to pool and expose ~/bin on remote PATHhathach
2026-06-05add tm4c123x evk to hill pool (#3676)Ha Thach
2026-06-03dwc2: address Copilot review (comment grammar/typo, tinyusb.json f407 dedup)hathach
2026-06-03Add STM32F407 and STM32L476 disco board configurations to tinyusb.jsonhathach
2026-05-27hil: replace pyfatfs with mtools, update host setup instructionshathach
2026-05-21hil added hub + msc + cdc for host capable boardhathach
2026-05-19Merge pull request #3571 from sauloverissimo/feat/midi2-device-host-driverZixun LI
2026-05-12hil: add audio test, optimize log printHiFiPhile
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