summaryrefslogtreecommitdiff
path: root/src/portable/synopsys
AgeCommit message (Collapse)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 ↵hathach
consistent
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
make all python files executable and standardize interpreter
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 ↵hathach
explanation for EPInfo address and GDFIFO. some function rename update h743 linker to use SRAM1 since USB DMA cannot access DTCM ram update xmc4500 to use uuid for testing
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 ↵hathach
(DM=DP=0) in addition to dwc2's dctrl
2024-07-12simplify dwc2 test modehathach
- all dwc2 ip seems to support test mode in both fs/hs -> remove TUP_USBIP_DWC2_TEST_MODE - remove dcd_check_test_mode_support(), all should be supported - move enum tusb_feature_test_mode_t to tusb_types.h
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 ↵hathach
highspeed
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
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
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