| Age | Commit message (Expand) | Author |
| 2025-06-11 | remove max32666fthr from hil pool | hathach |
| 2025-04-17 | - hil test max retry = 3 | hathach |
| 2025-04-17 | ci add pico_w for native host test | hathach |
| 2025-04-16 | de-duplicate flash board_test for board with multiple flags_on | hathach |
| 2025-04-16 | add TS3USB30 to test s3 host with slave/dma | hathach |
| 2025-03-26 | hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd... | hathach |
| 2025-03-26 | added mimxrt1064_evk to hil test pool | hathach |
| 2025-03-25 | more hil improvement | hathach |
| 2025-03-25 | HIL: add flag CFG_TUH_RPI_PIO_USB to pico/pico2 | hathach |
| 2025-03-24 | update hil test to include dual and host for pico/pico2 | hathach |
| 2025-03-21 | enable hil dual for metro m4 with max3421 | hathach |
| 2025-01-15 | Fix ceedling (#2949) | Ha Thach |
| 2024-11-27 | minor clean up | hathach |
| 2024-11-27 | fix multiple flag on compiling | hathach |
| 2024-11-27 | enable dwc2 dma for hil test for esp32s3/p4 and stm32 | hathach |
| 2024-11-21 | make sure usb buffer occupies whole cache line when DCACHE is enabled for msc... | hathach |
| 2024-11-14 | rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLE | hathach |
| 2024-11-13 | clean up | hathach |
| 2024-11-13 | retry test up to 2 times, somehow open serial failed randomly with rp2040 | hathach |
| 2024-11-13 | change test order (no cdc or msc back to back). | hathach |
| 2024-11-13 | skip max3421e metro m4 for now, due to cdc output too fast. | hathach |
| 2024-11-13 | improve hil for dual cdc, close cdc once done | hathach |
| 2024-11-13 | fix hil set matrix | hathach |
| 2024-11-13 | hil cleanup flahser | hathach |
| 2024-11-13 | hil add stm32f723disco, add test flags for device/host/dual | hathach |
| 2024-11-12 | update host/device_info to build with freertos for espressif board. Add hil t... | hathach |
| 2024-11-11 | try adding host test for p4 | hathach |
| 2024-11-11 | hil replace f407disco by h743nucleo | hathach |
| 2024-11-11 | correctly test dwc2 dma device for s3, disable for p4 (cache issue) and f407 ... | hathach |
| 2024-11-11 | add esp32p4 to hil | hathach |
| 2024-11-04 | add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i... | hathach |
| 2024-10-14 | change dcd_init() return from void to bool | hathach |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | fix fuzzing build | hathach |
| 2024-10-11 | change dcd_init() to take rhport struct | hathach |
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach |
| 2024-10-10 | remove stm32f769disco since it is not reliable | hathach |
| 2024-10-10 | add f407disco to hil pool | hathach |
| 2024-10-10 | add stm32f769disco to hil pool | hathach |
| 2024-10-07 | Merge pull request #2809 from shuffle2/master | Ha Thach |
| 2024-10-04 | update new json change | hathach |
| 2024-10-04 | revert hfp dma for now, due to ci build matrix | hathach |
| 2024-10-04 | enable dma hil test with hfp.json | hathach |
| 2024-10-04 | hil test both slave and dma for dwc2 esp32s3 | hathach |
| 2024-10-04 | add hil_ci_set_matrix.py, starting to support hil with additional build flags | hathach |
| 2024-10-01 | Merge branch 'master' into add-esp32p4 | hathach |
| 2024-09-30 | temporarily update hil_test.py to have dual/host_info_to_device_cdc optional ... | hathach |
| 2024-09-30 | update to dwc2 register struct | hathach |
| 2024-09-30 | Migrate hil vm (#2822) | Ha Thach |