summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-11-05split interrupt work with fs mousehathach
2024-11-05implement split transaction, got control workinghathach
2024-11-04usbh use the new tusb_time_delay_ms_api()hathach
2024-11-04improve port0_enable(), properly configure hcfg and hfir according to port sp...hathach
2024-11-04add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i...hathach
2024-11-02got interrupt in working with slavehathach
2024-11-02fix slave in nak & ack orderhathach
2024-11-01implement periodic endpoint using sofhathach
2024-11-01move buffer and buflen to hcd_endpoint_t to support periodic endpointhathach
2024-11-01clean up is_periodhathach
2024-11-01rename and add both CFG_TUH_DWC2_SLAVE_ENABLE/CFG_TUH_DWC2_DMA_ENABLE better ...hathach
2024-11-01dma host work well with bulk/controlhathach
2024-10-31do ping for slave out when nak/nyethathach
2024-10-31testing hcd with dma, work well after enumeration.hathach
2024-10-31fix bulk out and txfifo_empty(), should not rely on hcchar_bm.ep_size for OUT...hathach
2024-10-30handle out nak slave -> halted -> retry transferhathach
2024-10-29correct the fifo_available comparison (words not byte)hathach
2024-10-29fix pid token calculation, implement hcd_edpt_clear_stall(). msc explorer exa...hathach
2024-10-29refactor channel_send_in_token(), support IN token for multiple transaction p...hathach
2024-10-29update handle in/out, separate allocated and xfer result to make it easier to...hathach
2024-10-29split handle channel slave out/inhathach
2024-10-29minor clean uphathach
2024-10-29fix nptx fifo empty handlinghathach
2024-10-29restructure, add hcd endpoint, xfer to minimize footprint for managing xfer.hathach
2024-10-28minor renamehathach
2024-10-28implement hcd_edpt_abort_xfer, hcd_device_close,hathach
2024-10-25got In transfer working, able to get 1st device descriptor and set addresshathach
2024-10-25hcd able to send setup packethathach
2024-10-25more progress on dwc2 hcd, initial code for edpt xferhathach
2024-10-21add tusb_time_millis(), able to reset and enable dwc2 port and get SOF activehathach
2024-10-21get hprt interrupt triggeredhathach
2024-10-18testing hcd with f723 due to h743eval issue with mfx vbus drive.hathach
2024-10-17get hpri triggeredhathach
2024-10-16move gahbcfg/gintmsk with dma to dwc2 commonhathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-15adding hcd dwc2hathach
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 con...hathach
2024-10-11hcd_init() take init structhathach
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
2024-10-10remove debug codehathach
2024-10-10enhance dwc2hathach
2024-10-10add f407disco to hil poolhathach
2024-10-10improving dwc2, merging diep and doep if possiblehathach
2024-10-10add stm32f769disco to hil poolhathach
2024-10-10enhance dwc2 markdown with field mappinghathach
2024-10-07Merge pull request #2720 from YixingShen/masterHa Thach