| Age | Commit message (Expand) | Author |
| 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 |
| 2024-09-18 | skip pico2 dual test, it seems not stable | hathach |
| 2024-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman |
| 2024-09-13 | add pico2 rp2350 (arm) board | hathach |
| 2024-09-03 | make function prototypes match definitions ( found with cppcheck) | dp111 |
| 2024-08-28 | bump up pio-usb to 0.6.1, enable dual hil test for pico | hathach |
| 2024-08-27 | reset usb when init for max32650/66. change hil max32 to use pico (cmsis dap2... | hathach |
| 2024-08-22 | skip dual/host_info_to_device_cdc for pico due to a bug in pio-usb | hathach |
| 2024-08-22 | add pio-usb host test to hil. fix build as well | hathach |
| 2024-08-22 | add hil support for dual host_info_to_cdc | hathach |
| 2024-08-22 | circleci tweaks (#2770) | Ha Thach |
| 2024-08-19 | mimxrt1015_evk does not work reliably in hil pool (like metro m7). | hathach |
| 2024-08-19 | update doc, re-enable metro m7 for hil, only build make windows/macos on PR | hathach |