| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-08 | test/hil: report board x test results as a markdown matrix | hathach | |
| hil_test.py now writes hil_report.md and prints it to stdout: rows are boards, columns are tests (bare example names), cells are pass/fail/skip. test_example returns a per-test status, test_board collects a board x test grid (one row per flags-on variant), and main() renders an aligned table. A missing binary counts as skipped. hil_ci.sh copies the report back from the remote after a run; hil_report.md is gitignored. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> | |||
| 2026-06-05 | add tm4c123x evk to hill pool (#3676) | Ha Thach | |
| * add ek_tm4c123gxl to the hil pool, flashing with lm4flash | |||
| 2026-05-27 | hil: replace pyfatfs with mtools, update host setup instructions | hathach | |
| - Removed `pyfatfs` dependency in favor of `mtools` for reading FAT volumes, simplifying the block device read logic. - Updated `requirements.txt` and added detailed host setup instructions for system packages. - Switched to `cython-hidapi` for HID tests, replacing deprecated APIs with updated usage. - Removed unnecessary warnings suppression and `fs` module. | |||
| 2026-05-21 | hil added hub + msc + cdc for host capable board | hathach | |
| 2026-05-15 | fix test hung | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-12 | hil: add audio test, optimize log print | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-11 | Merge pull request #3632 from hathach/msc_os | Zixun LI | |
| hcd/dwc2: fix txfifo full check | |||
| 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_test: use non-blocking writes with timeout for printer tests | hathach | |
| 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 | 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-14 | get freertos working with rp2040 | 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-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 | 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-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-03 | add esptool --force for esp32p4 v0.1 | hathach | |
| 2026-01-14 | correct dual port hil assert | hathach | |
| 2026-01-13 | minor clean up | hathach | |
| separate tud_mtp_data_send() and tud_mtp_data_receive() | |||
| 2026-01-13 | minor clean up | hathach | |
| separate tud_mtp_data_send() and tud_mtp_data_receive() | |||
| 2025-12-01 | add linkermap to deps and linkermap taget | hathach | |
| 2025-11-27 | re-enable other hil tests | hathach | |
| 2025-11-26 | add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifo | hathach | |
| 2025-11-26 | focus on cdc test, write lots more data, each trunk is 64 or less since ↵ | hathach | |
| examples having minimum 64 bytes fifo (fs) | |||
| 2025-11-22 | hil stress test cdc | hathach | |
| 2025-11-22 | hil stress test cdc | hathach | |
| 2025-10-15 | skip mtp in hil test, it seems not stable and failed too often | hathach | |
| 2025-10-11 | increase timeout for mtp hil test | hathach | |
