175 Commits

Author SHA1 Message Date
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
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
dp111
dde81f8f03 make function prototypes match definitions ( found with cppcheck) 2024-09-03 19:59:55 +01: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
hathach
29d4c82efb
reset usb when init for max32650/66. change hil max32 to use pico (cmsis dap2), change metro m4 flasher 2024-08-27 20:24:18 +07:00
hathach
45d06cd4ab
skip dual/host_info_to_device_cdc for pico due to a bug in pio-usb 2024-08-22 22:25:14 +07:00
hathach
ccf886ca80
add pio-usb host test to hil. fix build as well 2024-08-22 18:51:32 +07:00
hathach
0db42aac71
add hil support for dual host_info_to_cdc
replace itsybitsy m4 by metro m4 + max3421e
2024-08-22 18:14:14 +07:00
Ha Thach
858ad66c93
circleci tweaks (#2770)
* skip circleci build on master push
* change max32666 probe to jlink, max32625pico is not reliable enough
2024-08-22 12:37:11 +07:00
hathach
0541598d07
mimxrt1015_evk does not work reliably in hil pool (like metro m7). 2024-08-19 21:22:59 +07:00
hathach
215832397b
update doc, re-enable metro m7 for hil, only build make windows/macos on PR 2024-08-19 19:44:22 +07:00
hathach
635bdc1fce
fix ci build 2024-08-19 17:36:11 +07:00
hathach
e345380723
add flash_openocd_adi() for use with max32
add feather max32666 to the hil pool
2024-08-18 17:15:07 +07:00
hathach
33e3ea3645
remove analog PHY from musb_regs_t
hil: remove ch32v203 since not reliable enough
2024-08-15 23:46:33 +07:00
hathach
1402e6ec0d
add flash-uniflash support for ti tm4c 2024-08-15 14:36:31 +07:00
hathach
86419df42c
use zero wait flash for nano v203 2024-08-13 16:01:51 +07:00
hathach
0f732a2f8b
remove metro m7 for now 2024-08-13 14:50:54 +07:00
hathach
5f8599f6d4
metro m7 has issue with cdc_msc example randomly on hil test. Exclude it for now 2024-08-13 14:35:42 +07:00
hathach
f23170786a
increase pyserial timeout 2024-08-13 13:50:19 +07:00
hathach
61725a5263
fix concurrent mass storage test conflict, use pyfatfs to access disk dev by usb id instead of mounted in /media/ 2024-08-13 13:16:46 +07:00
hathach
45f50ebaa8
increase enum timeout 2024-08-13 11:04:53 +07:00
hathach
a621c4b6fc
fix more race with ch32v203 and setup when queuing zlp.
improve hil test failed output
2024-08-12 16:39:25 +07:00
hathach
7a9ef9e7bd
readd v203 to hil pool 2024-08-11 11:10:15 +07:00
hathach
8b88749223
skip ch32v203 for hil test 2024-08-11 09:51:14 +07:00
hathach
0d44977b54
add ch32v203 nano to hil pool 2024-08-08 21:38:49 +07:00
hathach
30e0ef221a
fix running hil in parallel 2024-08-05 19:23:35 +07:00
hathach
91e5a066c5
more fsdev clean up
hil test boards in parallel
2024-08-02 17:12:28 +07:00
hathach
3f4f6c0ec7
increase hil timeout, reduce fuzzing from 600 to 400 seconds 2024-08-01 15:40:47 +07:00
hathach
f5d8796a6c
add f072 (fsdev 1k) to hil test 2024-08-01 15:38:59 +07:00
hathach
5fa03dd906
add stm32g0 (fsdev 2k) to hil pool
remove esp32s3 since cp210x cause usb bus issue in the long run
2024-08-01 13:00:38 +07:00