summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2026-03-18fix bugs in fsdev hcd, dcd and midi host stream writehathach
2026-03-16clean up fsdev symbolshathach
2026-03-13remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressifhathach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-03-11rename .rx_multiple_packet_transfer to .rx_need_zlphathach
2026-03-11Merge branch 'master' into zlp-hs-on-fshathach
2026-03-11Merge pull request #3545 from hathach/remove-div-tusb-fifoHa Thach
2026-03-10Merge pull request #3530 from hathach/hcd_ip3516Ha Thach
2026-03-10remove expensive div in HWFIFO_ADDR_NEXT_N()hathach
2026-03-09refactor: add desc_device_noheader_t to simplify get device descriptor localhathach
2026-03-09usbh device descriptor validation, also check ep size > 0hathach
2026-03-08tinyusb: fix hwfifo PMA pointer advance on ring buffer wrapSiddharth Chandrasekaran
2026-03-06fix CIHiFiPhile
2026-03-06Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516HiFiPhile
2026-03-06Merge remote-tracking branch 'tinyusb/master' into samx7x_updateHiFiPhile
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-03-04Merge branch 'master' into dwc2_deinithathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-02-27add osal_time_millis() to osal requirementhathach
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