summaryrefslogtreecommitdiff
path: root/src/portable/st/stm32_fsdev
AgeCommit message (Expand)Author
2025-11-27Merge remote-tracking branch 'tinyusb/master' into hcd_fsdevZixun LI
2025-11-27Remove redundant EP reg clearZixun LI
2025-11-27Add fsdev_deinitZixun LI
2025-11-27extract core resetZixun LI
2025-11-26reorganize ctr_rx workaroundZixun LI
2025-11-26Merge remote-tracking branch 'tinyusb/master' into hcd_fsdevZixun LI
2025-11-26change tu_fifo_buffer_info_t layouthathach
2025-11-25hcd/fsdev: more refactorHiFiPhile
2025-11-25fsdev: reorganize functionsHiFiPhile
2025-11-25hcd: add fsdev driverHiFiPhile
2025-11-25dcd/fsdev: re-enable SBUF for STM32U0, no more issueZixun LI
2025-11-23stm32_fsdev: Fix missed cases in single-buffered isochronous endpoint support.milek7
2025-11-11Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-01add STM32U3 device (adjusted from STM32U0)tswan22
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-10-09Fix dcd_int_enable when remapping the USB interrupt唐皮皮
2025-09-29Fix warningMengsk
2025-09-29Disable SBUF_ISO for U0Mengsk
2025-09-29Fix PMA size for U0Mengsk
2025-09-12Fix AT32 compile after #3152HiFiPhile
2025-09-12Update commentHiFiPhile
2025-09-12Merge branch 'master' into sb-epHiFiPhile
2025-07-31clean uphathach
2025-07-07support at32 mcuzhiqiang
2025-06-25stm32_fsdev: Allow configuring single-buffered isochronous endpoints.milek7
2024-11-27Add support for the STM32C0 and the NUCLEO-C071RB.David (Pololu)
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-01support stm32U0 deviceHaefner, Martin
2024-08-13Fix double buffer not disabled for smaller devices.HiFiPhile
2024-08-13Fix buf_id read for ISO transfer.HiFiPhile
2024-08-13Fix tusb_dir_t warning.HiFiPhile
2024-08-12fix more race with ch32v203 and setup when queuing zlp.hathach
2024-08-08refactor read/write pma from/to fifohathach
2024-08-08revert the use of EP_KIND. ch32v203 seems to unconditionally accept ZLP on EP...hathach
2024-08-08use EP_KIND for STATUS OUT to fix OUT packet is auto accepted after SETUP wit...hathach
2024-08-07fix v203 race condition between rx bufsize and RX_STAT which cause PMAOVRhathach
2024-08-06minor renamehathach
2024-08-06improve dcd_int_handler()hathach
2024-08-05finally fixed fsdev setup handling, which cause race condition for ch32v203hathach
2024-08-02more fsdev clean uphathach
2024-08-01read/write packet enhancement, merge 16-bit and 32-bit togetherhathach
2024-08-01fsdev improve ep bit manipulationhathach
2024-07-31simplify read/write 16-bit packethathach
2024-07-31fix ep type bulk typohathach
2024-07-31rename to fsdev_type.h, use FSDDEV_REG instead of USBhathach
2024-07-31refactor xfer_ctl_ptr() to take epnum/dir to reduce computationhathach
2024-07-31refactor dcd_ep_ctr_handlerhathach