| Age | Commit message (Expand) | Author |
| 2024-10-25 | hcd able to send setup packet | hathach |
| 2024-10-25 | more progress on dwc2 hcd, initial code for edpt xfer | hathach |
| 2024-10-21 | add tusb_time_millis(), able to reset and enable dwc2 port and get SOF active | hathach |
| 2024-10-21 | get hprt interrupt triggered | hathach |
| 2024-10-17 | get hpri triggered | hathach |
| 2024-10-16 | move gahbcfg/gintmsk with dma to dwc2 common | hathach |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach |
| 2024-10-15 | adding hcd dwc2 | hathach |
| 2024-10-14 | change dcd_init() return from void to bool | hathach |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | change dcd_init() to take rhport struct | hathach |
| 2024-10-10 | remove debug code | hathach |
| 2024-10-10 | enhance dwc2 | hathach |
| 2024-10-10 | add f407disco to hil pool | hathach |
| 2024-10-10 | improving dwc2, merging diep and doep if possible | hathach |
| 2024-10-10 | add stm32f769disco to hil pool | hathach |
| 2024-10-10 | enhance dwc2 markdown with field mapping | hathach |
| 2024-10-07 | Merge pull request #2809 from shuffle2/master | Ha Thach |
| 2024-09-30 | esp32p4 use port0 as fs, port1 as highspeed | hathach |
| 2024-09-30 | added p4, seems to work well and enumerated | hathach |
| 2024-09-30 | update/rename ghwcfg registers | hathach |
| 2024-09-30 | update to dwc2 register struct | hathach |
| 2024-09-24 | more rename | hathach |
| 2024-09-24 | add CFG_TUD_DWC2_DMA, make it compile time option | hathach |
| 2024-09-24 | update dfifo allocation scheme to use top pointer, update document and explan... | hathach |
| 2024-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman |
| 2024-09-08 | Merge branch 'master' into dwc2_dma | HiFiPhile |
| 2024-09-04 | dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override (DM=... | hathach |
| 2024-07-12 | simplify dwc2 test mode | hathach |
| 2024-06-27 | Fix GenID 3.10 issue on STM32L4. | HiFiPhile |
| 2024-06-27 | Merge branch 'master' of https://github.com/hathach/tinyusb into dwc2_dma | HiFiPhile |
| 2024-06-20 | synopsys/dwc2_esp32: Add header for vTaskDelay. | Andrew Leech |
| 2024-05-24 | wch usbfs/usbhs need to specify which driver to use. for v307 default to high... | hathach |
| 2024-05-13 | Remove dead code. | HiFiPhile |
| 2024-05-13 | Adjust logic. | HiFiPhile |
| 2024-05-13 | Merge branch 'master' into test-mode-support | HiFiPhile |
| 2024-05-05 | Fix spurious EP0 completion. | HiFiPhile |
| 2024-04-25 | Change DMA condition. | HiFiPhile |
| 2024-04-25 | Fix DMA FIFO reservation. | HiFiPhile |
| 2024-04-25 | Check IN ep count limit. | HiFiPhile |
| 2024-04-25 | dwc2: add dma support. | HiFiPhile |
| 2024-04-25 | Disable EPs correctly to clear incomplete transfer. | HiFiPhile |
| 2024-04-23 | port clang stm32: f1, f2, f3 | hathach |
| 2024-04-19 | - clang h743 build and run cdc_msc ok | hathach |
| 2024-04-16 | minor update to sof | hathach |
| 2024-04-11 | separate flush tx/rx fifo | hathach |
| 2024-04-10 | flush fifo in dcd_edpt_close_all() | HiFiPhile |
| 2024-04-10 | set txfifo empty level to complete and change back fifo tx to normal size | hathach |
| 2024-04-09 | Merge branch 'master' into dwc2-interrupts | hathach |
| 2024-04-05 | dwc2: remove fifo free code. | HiFiPhile |