summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-06-11remove max32666fthr from hil poolhathach
2025-04-17- hil test max retry = 3hathach
2025-04-17ci add pico_w for native host testhathach
2025-04-16de-duplicate flash board_test for board with multiple flags_onhathach
2025-04-16add TS3USB30 to test s3 host with slave/dmahathach
2025-03-26hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd...hathach
2025-03-26added mimxrt1064_evk to hil test poolhathach
2025-03-25more hil improvementhathach
2025-03-25HIL: add flag CFG_TUH_RPI_PIO_USB to pico/pico2hathach
2025-03-24update hil test to include dual and host for pico/pico2hathach
2025-03-21enable hil dual for metro m4 with max3421hathach
2025-01-15Fix ceedling (#2949)Ha Thach
2024-11-27minor clean uphathach
2024-11-27fix multiple flag on compilinghathach
2024-11-27enable dwc2 dma for hil test for esp32s3/p4 and stm32hathach
2024-11-21make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...hathach
2024-11-14rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLEhathach
2024-11-13clean uphathach
2024-11-13retry test up to 2 times, somehow open serial failed randomly with rp2040hathach
2024-11-13change test order (no cdc or msc back to back).hathach
2024-11-13skip max3421e metro m4 for now, due to cdc output too fast.hathach
2024-11-13improve hil for dual cdc, close cdc once donehathach
2024-11-13fix hil set matrixhathach
2024-11-13hil cleanup flahserhathach
2024-11-13hil add stm32f723disco, add test flags for device/host/dualhathach
2024-11-12update host/device_info to build with freertos for espressif board. Add hil t...hathach
2024-11-11try adding host test for p4hathach
2024-11-11hil replace f407disco by h743nucleohathach
2024-11-11correctly test dwc2 dma device for s3, disable for p4 (cache issue) and f407 ...hathach
2024-11-11add esp32p4 to hilhathach
2024-11-04add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i...hathach
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11fix fuzzing buildhathach
2024-10-11change dcd_init() to take rhport structhathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-10-10remove stm32f769disco since it is not reliablehathach
2024-10-10add f407disco to hil poolhathach
2024-10-10add stm32f769disco to hil poolhathach
2024-10-07Merge pull request #2809 from shuffle2/masterHa Thach
2024-10-04update new json changehathach
2024-10-04revert hfp dma for now, due to ci build matrixhathach
2024-10-04enable dma hil test with hfp.jsonhathach
2024-10-04hil test both slave and dma for dwc2 esp32s3hathach
2024-10-04add hil_ci_set_matrix.py, starting to support hil with additional build flagshathach
2024-10-01Merge branch 'master' into add-esp32p4hathach
2024-09-30temporarily update hil_test.py to have dual/host_info_to_device_cdc optional ...hathach
2024-09-30update to dwc2 register structhathach
2024-09-30Migrate hil vm (#2822)Ha Thach