summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
2026-02-27Fix IAR warningsHiFiPhile
2026-02-27dcd/samx7x: synchronize DMA and cache optionsHiFiPhile
2026-02-26refactor, rename to schedule function with usbh_call_after_ms() to use with e...hathach
2026-02-11fix rx transfer length when high speed capable device/host working at full speedHiFiPhile
2026-02-11Update tusb_verify.hCédric Berger
2026-02-11Introduce CFG_TUSB_DEBUG_BREAKPOINT hookCédric Berger
2026-01-14remove no-fifo mode in edpt stream APIhathach
2026-01-12Fix compiler warningGabriel Chouinard
2026-01-09enable dedicated hwfifo for rp2hathach
2026-01-09fix pre-commit, clean up tusb_mcu.h, add at32f45x to ci buildhathach
2026-01-09Merge branch 'master' into fork/zhiqiang-ch/masterhathach
2026-01-06Merge pull request #3441 from hathach/fifo-access-modeHa Thach
2026-01-06fix more typoHa Thach
2026-01-06fix typoHa Thach
2026-01-06rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZEhathach
2026-01-06enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bithathach
2026-01-05fix hwfifo pull/push n with address stride > 0hathach
2026-01-04update hcd rusb2 to use tu_hwfifo read/writehathach
2026-01-03fix build with dwc2hathach
2026-01-03add default access mode for tu_hwfifo API make it easier for non-custom read/...hathach
2026-01-03hwfifo support custom write/readhathach
2026-01-03add tu_hwfifo_access_t param to hwfifo APIhathach
2026-01-02refactor hwfifo pull/pushhathach
2026-01-02support multiple data stride if configuredhathach
2026-01-01rusb2 use tu_hwfifo API to write usb packethathach
2026-01-01change signature of tu_hwfifo_* to have hwfifo as first parameterhathach
2026-01-01minor refactorhathach
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-31Merge branch 'hathach:master' into masterzhiqiang-ch
2025-12-31re-branding fixed address fifo read/write to stride modehathach
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-30support for the AT32F45X serieszhiqiang-ch
2025-12-26Do not randomly include stm32h7xx.hCédric Berger
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-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-13update LPC54HiFiPhile
2025-12-13hcd: add NXP IP3516HiFiPhile
2025-12-12add back tu_fifo_discard_n() since it may be useful in the future.hathach
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