summaryrefslogtreecommitdiff
path: root/src/portable/synopsys
AgeCommit message (Expand)Author
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-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-11change dcd_init() to take rhport structhathach
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 #2809 from shuffle2/masterHa Thach
2024-09-30esp32p4 use port0 as fs, port1 as highspeedhathach
2024-09-30added p4, seems to work well and enumeratedhathach
2024-09-30update/rename ghwcfg registershathach
2024-09-30update to dwc2 register structhathach
2024-09-24more renamehathach
2024-09-24add CFG_TUD_DWC2_DMA, make it compile time optionhathach
2024-09-24update dfifo allocation scheme to use top pointer, update document and explan...hathach
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2024-09-08Merge branch 'master' into dwc2_dmaHiFiPhile
2024-09-04dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override (DM=...hathach
2024-07-12simplify dwc2 test modehathach
2024-06-27Fix GenID 3.10 issue on STM32L4.HiFiPhile
2024-06-27Merge branch 'master' of https://github.com/hathach/tinyusb into dwc2_dmaHiFiPhile
2024-06-20synopsys/dwc2_esp32: Add header for vTaskDelay.Andrew Leech
2024-05-24wch usbfs/usbhs need to specify which driver to use. for v307 default to high...hathach
2024-05-13Remove dead code.HiFiPhile
2024-05-13Adjust logic.HiFiPhile
2024-05-13Merge branch 'master' into test-mode-supportHiFiPhile
2024-05-05Fix spurious EP0 completion.HiFiPhile
2024-04-25Change DMA condition.HiFiPhile
2024-04-25Fix DMA FIFO reservation.HiFiPhile
2024-04-25Check IN ep count limit.HiFiPhile
2024-04-25dwc2: add dma support.HiFiPhile
2024-04-25Disable EPs correctly to clear incomplete transfer.HiFiPhile
2024-04-23port clang stm32: f1, f2, f3hathach
2024-04-19- clang h743 build and run cdc_msc okhathach
2024-04-16minor update to sofhathach
2024-04-11separate flush tx/rx fifohathach
2024-04-10flush fifo in dcd_edpt_close_all()HiFiPhile
2024-04-10set txfifo empty level to complete and change back fifo tx to normal sizehathach
2024-04-09Merge branch 'master' into dwc2-interruptshathach
2024-04-05dwc2: remove fifo free code.HiFiPhile