| Age | Commit message (Expand) | Author |
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ... | hathach |
| 2025-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach |
| 2025-09-03 | use tusb_time_millis_api() instead of board_millis() | hathach |
| 2025-08-24 | Remove dynamic memory allocation | Mitsumine Suzu |
| 2025-08-24 | Improve retry operation at NAK response. | Mitsumine Suzu |
| 2025-08-24 | Insert small delay for LowSpeed device | Mitsumine Suzu |
| 2025-08-24 | Small cleanups. | Mitsumine Suzu |
| 2025-07-05 | always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support... | hathach |
| 2025-03-16 | Fix interupt, LowSpeed switching and rename | verylowfreq |
| 2025-03-16 | Update hcd_init() signature. Add osal_task_delay() implementation for none os. | verylowfreq |
| 2025-03-16 | Fix for timing, timeout, and device switching issues | verylowfreq |
| 2025-03-16 | Fix the condition related to CFG_TUH_WCH_USBIP_USBFS macro | verylowfreq |
| 2025-03-16 | fix pre-commmit | hathach |
| 2025-03-16 | Repeat xfer on USB_PID_OUT if data is larger than MaxPacketSize | verylowfreq |
| 2025-03-16 | Add ch32v20x usbfs hcd initial support. | verylowfreq |
| 2025-02-06 | use speed enum | Jannis Konrad |
| 2025-02-05 | ch32v3 fs: signal bus speed | Jannis Konrad |
| 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-06-14 | add ch32v103 bsp support, compile but does not run, probably due to compile/l... | hathach |
| 2024-06-14 | use stock core_riscv.h for ch32 v2 v3 | hathach |
| 2024-05-24 | wch usbfs/usbhs need to specify which driver to use. for v307 default to high... | hathach |
| 2024-05-21 | re-add sof event | hathach |
| 2024-05-21 | - minor update to ep_set_response_and_toggle/xfer_data_packet | hathach |
| 2024-05-21 | use CFG_TUD_ENDPOINT0_SIZE, rename ep0_data_in_out_buffer to simply ep0_buffer | hathach |
| 2024-05-21 | fix(ch32, iso): fix iso IN transfers for CH32 | Denis Krasutski |
| 2024-05-21 | bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmission | dkrasutski |
| 2024-05-20 | code format | hathach |
| 2024-05-20 | use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED | hathach |
| 2024-05-20 | temp code | hathach |
| 2024-05-19 | fix ep0 stall not clearing | Matthew Tran |
| 2024-05-16 | change default risv-gcc to riscv-none-elf- and add _zicsr extension | hathach |
| 2024-05-15 | add CH32V20x USB OTG/FS driver | Matthew Tran |
| 2024-05-09 | Format. | HiFiPhile |
| 2024-05-09 | Merge branch 'master' into pr/2181 | HiFiPhile |
| 2023-10-06 | feat(ch32f20x): add support of ch32f20x | denis.krasutski |
| 2023-07-25 | initial add SOF supporpt to CH32V307 USB HS | Xelus22 |
| 2023-03-17 | fix trailing space and new line | hathach |
| 2023-01-12 | add dcd_remote_wakeup() stub | hathach |
| 2023-01-12 | rename driver with dcd_ to be consitent with other ports | hathach |
| 2023-01-12 | add note for openocd with wch, also add wch-riscv.cfg | hathach |
| 2022-03-23 | Clean up driver | Greg Davill |
| 2022-03-22 | Update comments about endpoint buffer modes | Greg Davill |
| 2022-03-22 | Fix typo | Greg Davill |
| 2022-03-22 | Add WCH CH32V307 port | Greg Davill |