summaryrefslogtreecommitdiff
path: root/test/hil/tinyusb.json
AgeCommit message (Expand)Author
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-13skip max3421e metro m4 for now, due to cdc output too fast.hathach
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-10-10remove stm32f769disco since it is not reliablehathach
2024-10-10add f407disco to hil poolhathach
2024-10-10add stm32f769disco to hil poolhathach
2024-10-04enable dma hil test with hfp.jsonhathach
2024-10-04hil test both slave and dma for dwc2 esp32s3hathach
2024-09-30temporarily update hil_test.py to have dual/host_info_to_device_cdc optional ...hathach
2024-09-30Migrate hil vm (#2822)Ha Thach