summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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 ↵hathach
msc,cdc,hid HIL enable device DMA for p4
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 ↵hathach
test for host/device_info
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
fs (slave only)
2024-11-11add esp32p4 to hilhathach
2024-11-04add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which ↵hathach
is required for host and some device without RTOS.
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 ↵hathach
consistent
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
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
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
make all python files executable and standardize interpreter
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
for pico/pico2 since it does not seem to be stable enough
2024-09-30update to dwc2 register structhathach
2024-09-30Migrate hil vm (#2822)Ha Thach
* migrate hil to new x64 VM instead of rpi * re-enable hil for s3
2024-09-18skip pico2 dual test, it seems not stablehathach
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2024-09-13add pico2 rp2350 (arm) boardhathach
add pico2 to hil ci
2024-09-03make function prototypes match definitions ( found with cppcheck)dp111
2024-08-28bump up pio-usb to 0.6.1, enable dual hil test for picohathach
2024-08-27reset usb when init for max32650/66. change hil max32 to use pico (cmsis ↵hathach
dap2), change metro m4 flasher
2024-08-22skip dual/host_info_to_device_cdc for pico due to a bug in pio-usbhathach
2024-08-22add pio-usb host test to hil. fix build as wellhathach
2024-08-22add hil support for dual host_info_to_cdchathach
replace itsybitsy m4 by metro m4 + max3421e
2024-08-22circleci tweaks (#2770)Ha Thach
* skip circleci build on master push * change max32666 probe to jlink, max32625pico is not reliable enough
2024-08-19mimxrt1015_evk does not work reliably in hil pool (like metro m7).hathach
2024-08-19update doc, re-enable metro m7 for hil, only build make windows/macos on PRhathach