summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-28usbd/ncm: reset notification state on link downHiFiPhile
2025-12-26Prevent unused-variable warning in dcd_host.cCédric Berger
2025-12-26Do not randomly include stm32h7xx.hCédric Berger
2025-12-22limit fifo read size to ep_bufsize regardless ep_buf is used or notHiFiPhile
2025-12-22Remove trailing whitespaceAleksei Musin
2025-12-22ThreadX OSAL header is added. Docs are updated.Aleksei Musin
2025-12-21Change return of tud_vendor_n_write_clear from uint32_t to boolJames Smith
2025-12-21Removed tu_fifo_count_and_clearJames Smith
2025-12-20Added tud_vendor_write_clear() which forcefully clears TX bufferJames Smith
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-19remove the usage snprintfhathach
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612HiFiPhile
2025-12-16fix pre-commitZixun LI
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612Zixun LI
2025-12-16support hpmicro chipsZhihong Chen
2025-12-16make fifo access mode fixed addr work with 16 bit alsohathach
2025-12-15minor updatehathach
2025-12-15Merge branch 'master' into enum_catchhathach
2025-12-15Merge pull request #3364 from hathach/hcd_fsdevHa Thach
2025-12-15Merge branch 'refs/heads/master' into enum_catchhathach
2025-12-15minor clean uphathach
2025-12-14reduce code sizeHiFiPhile
2025-12-14audio: use ep0 buffer if it is large enoughHiFiPhile
2025-12-14dfu: use ep0 buffer if it is large enoughHiFiPhile
2025-12-14usbd: add ep0 buffer direct accessHiFiPhile
2025-12-14bsp: nxp: add support for RW612 (FRDM-RW612)gab-k
2025-12-13update LPC54HiFiPhile
2025-12-13hcd/ohci: fix warningsHiFiPhile
2025-12-13hcd: add NXP IP3516HiFiPhile
2025-12-13tusb: fix stream write logic without fifoHiFiPhile
2025-12-13Merge pull request #3358 from hathach/dwc2_cfgHa Thach
2025-12-13Merge branch 'refs/heads/master' into hcd_fsdevhathach
2025-12-13Merge pull request #3407 from hathach/rusb2_fifo_fixHa Thach
2025-12-12Merge branch 'refs/heads/master' into audio_openhathach
2025-12-12usbh/cdc: fix typo in cdch_openHiFiPhile
2025-12-12Merge pull request #3402 from hathach/more-size-reduce-edpt-streamHa Thach
2025-12-12add back tu_fifo_discard_n() since it may be useful in the future.hathach
2025-12-11dcd/rusb2: fix fifo writeHiFiPhile
2025-12-12fix edpt stream write/read to endpoint not yet openedhathach
2025-12-12remove bitfield in usbd_device_t state to reduce code sizehathach
2025-12-11move host hacked bulk mps out of tu_edpt_validate()hathach
2025-12-11refactor usbh_class_driver_t's open() to return number of driver len instead ...hathach
2025-12-11refactor binding ep and interface to driverhathach
2025-12-10hw/mcu: add support for NXP RW612gab-k
2025-12-10move hwid into edpt stream for consistent APIhathach
2025-12-10Merge pull request #3401 from hathach/copilot/fix-mtp-device-bugHa Thach
2025-12-10minor formathathach
2025-12-10Merge branch 'master' into more-size-reduce-edpt-streamhathach
2025-12-10only validate endpoint tu_edpt_validate() when debug enabledhathach
2025-12-10disable HWFIFO musb and rusb2, since they are not tested yethathach