| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-06 | modernize script | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-05-05 | try to fix CI stuck | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-05-04 | hil remove hub from pico native host test for now | hathach | |
| 2026-05-04 | hil_test: use non-blocking writes with timeout for printer tests | hathach | |
| 2026-04-29 | Merge branch 'master' into hil_hfp | hathach | |
| 2026-04-29 | Improve remote execution in `hil_ci.sh` | hathach | |
| 2026-04-29 | address review feedback for AGENTS.md and hil skill | hathach | |
| AGENTS.md: - fix build dir to cmake-build-<board> (matches hil_test.py expectation) - reformat flash section to avoid shell-pipe ambiguity, use <board> - mention board.mk for Make-based builds - complete OpenOCD jlink interface example - update stale "Build Option 2" references to "All examples for a board" - split PVS-Studio command so it is copy-pasteable .claude/skills/hil/SKILL.md: - clarify local.json is user-supplied, not tracked in repo - use python3 consistently - add all-boards variant for remote execution - delegate remote execution to test/hil/hil_ci.sh test/hil/hil_ci.sh: - portable shebang (/usr/bin/env bash) - set -euo pipefail - env overrides for REMOTE, REMOTE_DIR, CONFIG, ROOT_DIR - --prune-empty-dirs on rsync to skip empty subdirs - fail-fast sanity check on repo layout Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> | |||
| 2026-04-28 | only re-run tests that failed per board | hathach | |
| hil remove hub from pico2 since it is not stable | |||
| 2026-04-28 | fix warning, change hil jlink for feather nrf52840 | hathach | |
| 2026-04-26 | run hil_hfp on gcc build | HiFiPhile | |
| Co-authored-by: Copilot <[email protected]> Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-04-26 | hil: comment out net_lwip_webserver test for PR #3605 | hathach | |
| The CI HIL host hits an intermittent USB net interface enumeration race that fails this test consistently while the device-side build/code is fine. Disable the entry in device_tests so the rest of the HIL suite can gate the PR; will re-enable once the host-side flake is addressed. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> | |||
| 2026-04-26 | hil: bump net iface enum timeout to 30s for net_lwip_webserver | hathach | |
| The CI HIL host repeatedly fails the test with "USB net iface enx... did not come up with 192.168.7.x within 15s" — USB enumeration + DHCP serve takes longer there than on the local rig. Bump just this test's timeout to 30s; other tests stay on the 15s global ENUM_TIMEOUT. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> | |||
| 2026-04-24 | add throughput test for hil | hathach | |
| 2026-04-23 | musb double packet for epout | hathach | |
| 2026-04-21 | enable double buffer for tm4c | hathach | |
| 2026-04-21 | refactor interrupt handling and add `pipe_write` to fix IN ZLP issue | hathach | |
| 2026-04-20 | fix usbnet hardcode speed. disable hil test for now | hathach | |
| 2026-04-20 | add test for net_lwip_webserver with iperf throughput validation | hathach | |
| 2026-04-20 | improving transfer tracking and adding support for un-armed Rx data handling | hathach | |
| 2026-04-14 | get freertos working with rp2040 | hathach | |
| 2026-04-04 | move MAX3421_HOST build flag to test config for metro_m4_express | hathach | |
| 2026-04-04 | make board_uart_read()/write() return -1 when unimplemented for consistency ↵ | hathach | |
| across all families | |||
| 2026-04-04 | implement board_uart_read()/write() as non-blocking for all families | hathach | |
| 2026-04-03 | add script and instruction to run remote hil on local ci server | hathach | |
| 2026-04-03 | fix issue with exmaple | hathach | |
| 2026-04-03 | fix hil host cdc echo test with imxrt and other fast mcu | hathach | |
| 2026-04-02 | add msc device to hil rp2040 host pool | hathach | |
| 2026-04-01 | fix hil uid typo | hathach | |
| 2026-03-31 | finally get rp2040 host epx working with 2-sof solution for switching | hathach | |
| 2026-03-27 | clean up hw_endpoint_open(), still has issue with E15 and ping-pong (slow read). | hathach | |
| 2026-03-26 | implement ping-pong double buffered for both tx and rx | hathach | |
| 2026-03-25 | update hcd to handle interrupt per buf | hathach | |
| 2026-03-23 | update host msc hil test | hathach | |
| 2026-03-20 | Add dd command to MSC file explorer for sector read and speed reporting, ↵ | hathach | |
| adjust CLI configuration and HIL tests | |||
| 2026-03-19 | Add EPX transfer scheduling when hcd_edpt_xfer() is called while epx is busy | hathach | |
| 2026-03-18 | hil pico2 test with native host | Ha Thach | |
| 2026-03-18 | add hil test for device hid_generic_inout functionality | hathach | |
| 2026-03-17 | add hil tests for device msc_dual_lun and midi functionality | hathach | |
| 2026-03-17 | add hil test for host msc and cdc | hathach | |
| 2026-03-17 | add hil host cdc test | hathach | |
| 2026-03-16 | Unify USB FSDEV driver implementation for various microcontrollers. Replace ↵ | hathach | |
| `FSDEV_BUS_32BIT` with `CFG_TUSB_FSDEV_32BIT`, adjust data/address stride macros, and refactor register/PMU access for consistency across platforms. | |||
| 2026-03-13 | add support for CH32F20X MCU and update board configuration | hathach | |
| 2026-03-12 | update hil host | hathach | |
| 2026-03-07 | update hil test: remove unused ctypes, add fallback for skip boards | hathach | |
| 2026-03-06 | enable hil test for mtp | hathach | |
| 2026-03-06 | fix hil test | hathach | |
| 2026-03-06 | add hil test, update readme | hathach | |
| 2026-03-05 | esp32p4 min rev 0.1 | hathach | |
| 2026-03-03 | add esptool --force for esp32p4 v0.1 | hathach | |
| 2026-01-14 | correct dual port hil assert | hathach | |
