| Age | Commit message (Expand) | Author |
| 2024-04-09 | Rework macro according to ST driver. | HiFiPhile |
| 2024-04-09 | Refactor edpt_xfer(), support double buffering in dcd_pma_alloc(). | HiFiPhile |
| 2024-04-09 | Cleanup ep/pma free, ISO ep should use alloc/activate. | HiFiPhile |
| 2024-04-01 | Support for STM32H503 MCU - review changes | Wojciech Klimek |
| 2024-03-31 | Support for STM32H503 MCU | Wojciech Klimek |
| 2024-03-31 | move walkaround to dcd_ep_ctr_rx_handler(), increase cycle_count from 10 to 2... | hathach |
| 2024-03-31 | rename dcd_stm32_fsdev_pvt_st.h to simply dcd_stm32_fsdev.h | hathach |
| 2024-03-31 | code format | hathach |
| 2024-03-25 | fix pre-commit | Ha Thach |
| 2024-03-25 | Update dcd_stm32_fsdev_pvt_st.h | Ha Thach |
| 2024-03-14 | dcd_stm32_fsdev.c: Fix a bug seend with stm32h5xxx when the driver is compi... | henneboi |
| 2024-01-11 | [STM32 FSDEV] Align names for consistency | Okarss |
| 2024-01-11 | [STM32 FSDEV] Introduce a typedef for bus access width | Okarss |
| 2024-01-10 | [STM32 FSDEV] Fix ISR race conditions | Okarss |
| 2023-12-13 | Fix CI & typo. | HiFiPhile |
| 2023-12-12 | Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation Tes... | henneboi |
| 2023-11-01 | remove legacy driver st/synopsys | hathach |
| 2023-07-02 | made line ends consistent. | Lars Pötter |
| 2023-06-16 | fix build warnings | hathach |
| 2023-06-16 | fix build, update freertos config for cmake | hathach |
| 2023-06-12 | ad pd_types.h | hathach |
| 2023-06-12 | response with request safe5v, get passed PS_READY | hathach |
| 2023-06-09 | move protocol message to stack, disable battery in PWR's CR3 | hathach |
| 2023-06-08 | enable DMA for both pd rx, tx | hathach |
| 2023-06-08 | dma rx works well | hathach |
| 2023-06-07 | able to response with good crc | hathach |
| 2023-06-07 | inital support for usb typec and pd example | hathach |
| 2023-04-17 | Cleanup unnecessary code for 16bit access. | Mengsk |
| 2023-04-14 | Fix FIFO transfer and buffer alignment. | HiFiPhile |
| 2023-04-14 | Fix GCC build. | HiFiPhile |
| 2023-04-14 | Use PLL clock. | HiFiPhile |
| 2023-04-14 | Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942 | HiFiPhile |
| 2023-04-03 | Add STM32L5 support - no OTG similar to some L4s | John Cronin |
| 2023-03-17 | fix trailing space and new line | hathach |
| 2023-03-12 | dcd_write_packet_memory: use volatile modifier for destination pointer | Hubert Denkmair |
| 2023-03-08 | fix path to stm32g0xx.h | Hubert Denkmair |
| 2023-03-08 | add basic STM32G0 support | Hubert Denkmair |
| 2023-03-01 | add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32 | hathach |
| 2023-02-28 | rename ep_num to ep_idx, minor clean up | hathach |
| 2023-01-05 | Add fix to dcd_edpt_iso_activate() | Mengsk |
| 2023-01-05 | Fixed bug where with some devices, the TU_ASSERT inserted with this commit ge... | Simon Kueppers |
| 2023-01-02 | Remove tu_stm32_sof_cb | Mengsk |
| 2023-01-02 | Clean up. | Mengsk |
| 2022-12-30 | Fix buffer allocation overflow. | Mengsk |
| 2022-12-30 | Add ISO buffer allocation. | Mengsk |
| 2022-12-29 | Do not set USB_EP_RX_NAK for ISO EP. | Mengsk |
| 2022-12-29 | Fix CI. | Mengsk |
| 2022-12-29 | Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management. | Mengsk |
| 2022-12-29 | Generally enable ISO xfer. | Mengsk |
| 2022-12-29 | Add hardware endpoint allocator. | Mengsk |