Commit Graph

110 Commits

Author SHA1 Message Date
hathach
b5694fd40a add option to pass symbol defines to ci build.py
add build.args option for hil json
add MAX3421_HOST=1 for metro m4 express
2025-07-09 21:54:23 +07:00
hathach
091c6a7889 only clean/checkout/download artifacts on first attempt 2025-07-09 10:12:18 +07:00
hathach
0c197a2eae try to skip passed board in hil test when re-run 2025-07-08 16:39:12 +07:00
hathach
7909b503c4 re-add max32666fthr to hil pool 2025-07-07 20:56:05 +07:00
hathach
1be7b8f781 remove max32666fthr from hil pool 2025-06-11 09:39:42 +07:00
hathach
0220852a6e - hil test max retry = 3
- fix h7 unused function
2025-04-17 16:58:26 +07:00
hathach
f479b02ea6 ci add pico_w for native host test 2025-04-17 11:22:38 +07:00
hathach
7ef17a85cb de-duplicate flash board_test for board with multiple flags_on 2025-04-16 23:47:17 +07:00
hathach
4d601545eb add TS3USB30 to test s3 host with slave/dma 2025-04-16 21:15:07 +07:00
hathach
901ce2ad93 hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd_edpt_close() 2025-03-26 21:32:18 +07:00
hathach
69dca9518c added mimxrt1064_evk to hil test pool 2025-03-26 15:20:27 +07:00
hathach
b99b811308 more hil improvement 2025-03-25 14:43:40 +07:00
hathach
1fd5c12316 HIL: add flag CFG_TUH_RPI_PIO_USB to pico/pico2 2025-03-25 10:43:55 +07:00
hathach
875e645b32 update hil test to include dual and host for pico/pico2 2025-03-24 23:56:32 +07:00
hathach
e54753814b enable hil dual for metro m4 with max3421 2025-03-21 00:11:18 +07:00
hathach
9e4b855e53 minor clean up 2024-11-27 11:35:21 +07:00
hathach
453d69517b fix multiple flag on compiling 2024-11-27 11:10:06 +07:00
hathach
63771086d9 enable dwc2 dma for hil test for esp32s3/p4 and stm32 2024-11-27 00:22:56 +07:00
hathach
fa523a5682 make sure usb buffer occupies whole cache line when DCACHE is enabled for msc,cdc,hid
HIL enable device DMA for p4
2024-11-21 10:22:09 +07:00
hathach
daef846aa7 rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLE 2024-11-14 13:26:11 +07:00
hathach
401a704804 clean up 2024-11-13 19:32:57 +07:00
hathach
98bc480f73 retry test up to 2 times, somehow open serial failed randomly with rp2040 2024-11-13 18:23:58 +07:00
hathach
202aaa49ad change test order (no cdc or msc back to back). 2024-11-13 17:34:22 +07:00
hathach
3ee3658dad skip max3421e metro m4 for now, due to cdc output too fast. 2024-11-13 17:01:54 +07:00
hathach
9ff02daa56 improve hil for dual cdc, close cdc once done 2024-11-13 16:20:41 +07:00
hathach
6776c7171e fix hil set matrix 2024-11-13 15:06:39 +07:00
hathach
42ead3a8e0 hil cleanup flahser 2024-11-13 13:37:29 +07:00
hathach
aeae2966a2 hil add stm32f723disco, add test flags for device/host/dual 2024-11-13 13:08:30 +07:00
hathach
e391e33492 update host/device_info to build with freertos for espressif board. Add hil test for host/device_info 2024-11-12 19:00:00 +07:00
hathach
3c564fd947 try adding host test for p4 2024-11-11 18:40:31 +07:00
hathach
d8970506a6 hil replace f407disco by h743nucleo 2024-11-11 17:33:02 +07:00
hathach
57c8c223e5 correctly test dwc2 dma device for s3, disable for p4 (cache issue) and f407 fs (slave only) 2024-11-11 16:42:08 +07:00
hathach
13f78e2e77 add esp32p4 to hil 2024-11-11 16:07:33 +07:00
hathach
c3437961b8 remove stm32f769disco since it is not reliable 2024-10-10 00:08:47 +07:00
hathach
07c14f30a6 add f407disco to hil pool 2024-10-10 00:08:46 +07:00
hathach
b2a98eadab add stm32f769disco to hil pool 2024-10-10 00:08:45 +07:00
Ha Thach
a13dbd4452 Merge pull request #2809 from shuffle2/master
make all python files executable and standardize interpreter
2024-10-07 11:11:54 +07:00
hathach
31c123aa32 update new json change 2024-10-04 17:38:57 +07:00
hathach
790a107287 revert hfp dma for now, due to ci build matrix 2024-10-04 17:05:45 +07:00
hathach
7cdab1c94b enable dma hil test with hfp.json 2024-10-04 16:33:58 +07:00
hathach
072a80d088 hil test both slave and dma for dwc2 esp32s3 2024-10-04 16:02:46 +07:00
hathach
1b295de9ad add hil_ci_set_matrix.py, starting to support hil with additional build flags 2024-10-04 15:01:03 +07:00
hathach
49d250be8f Merge branch 'master' into add-esp32p4 2024-10-01 00:18:24 +07:00
hathach
d6c8719bcb temporarily update hil_test.py to have dual/host_info_to_device_cdc optional for pico/pico2 since it does not seem to be stable enough 2024-09-30 23:16:53 +07:00
hathach
47233f863a update to dwc2 register struct 2024-09-30 11:53:17 +07:00
Ha Thach
e209acb8d3 Migrate hil vm (#2822)
* migrate hil to new x64 VM instead of rpi
* re-enable hil for s3
2024-09-30 10:58:19 +07:00
hathach
40b55170c8 skip pico2 dual test, it seems not stable 2024-09-18 20:27:34 +07:00
Shawn Hoffman
616532892d make all python files executable and standardize interpreter 2024-09-17 12:17:12 -07:00
hathach
c419b1e7c5 add pico2 rp2350 (arm) board
add pico2 to hil ci
2024-09-13 19:12:26 +07:00
hathach
6fdf206f11 bump up pio-usb to 0.6.1, enable dual hil test for pico 2024-08-28 11:43:14 +07:00