summaryrefslogtreecommitdiff
path: root/src/portable/st
AgeCommit message (Expand)Author
2026-01-03add tu_hwfifo_access_t param to hwfifo APIhathach
2026-01-01change signature of tu_hwfifo_* to have hwfifo as first parameterhathach
2025-12-31replace PMA buffer packet read/write by using tu_hwfifo APIhathach
2025-12-31add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplica...hathach
2025-12-31update tu_fifo to work with fsdev hwfifo with increased address 16/32bithathach
2025-12-15minor clean uphathach
2025-11-28Fix deinit glitchHiFiPhile
2025-11-28Use one endpoint for EP0HiFiPhile
2025-11-27Add max nak configZixun LI
2025-11-27free previously allocated OUT endpoint if IN allocation failedZixun LI
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