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 |
|
Ha Thach
|
e889c0b51e
|
Fix ceedling (#2949)
* fixed unit test with ceedling 1.0.0
|
2025-01-15 14:53:13 +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
|
80ad7c4e87
|
add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which is required for host and some device without RTOS.
|
2024-11-04 17:20:58 +07:00 |
|
hathach
|
e83e08343a
|
change dcd_init() return from void to bool
|
2024-10-14 19:42:22 +07:00 |
|
hathach
|
1f18be93db
|
change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent
|
2024-10-14 18:27:52 +07:00 |
|
hathach
|
f3b7d7515e
|
fix fuzzing build
|
2024-10-11 16:00:51 +07:00 |
|
hathach
|
d997f0071e
|
change dcd_init() to take rhport struct
|
2024-10-11 15:31:49 +07:00 |
|
hathach
|
92602b9de3
|
change tusb_init(), tusb_rhport_init() to use init struct for expandability
|
2024-10-11 13:41:53 +07:00 |
|
hathach
|
57aac432b5
|
add new tusb_int_handler(rhport, in_isr) as common irq handler
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
|
2024-10-10 16:28:36 +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 |
|