summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-27osal/mynewt: fix queue receive tiemoutHiFiPhile
2026-03-22Remove unused defineCédric Berger
2026-03-22Simplify tud_task() like in tuh_task()Cédric Berger
2026-03-22False negative in tuh_task_event_ready()Cédric Berger
2026-03-22False positive in tuh_task_event_ready()Cédric Berger
2026-03-22We must wait at least the requested amountCédric Berger
2026-03-19rp2 disable hwfifohathach
2026-03-18Merge pull request #3559 from hathach/fix-fsdev-midi-host-bugsHa Thach
2026-03-18fix bugs in fsdev hcd, dcd and midi host stream writehathach
2026-03-18Merge pull request #3557 from hathach/hil-host-cdcHa Thach
2026-03-18Update HID host to correctly handle protocol mode initialization and CONFIG_G...hathach
2026-03-18fix hid_generic_inout for TUD_ENDPOINT_ONE_DIRECTION_ONLY MCUshathach
2026-03-17CFG_TUH_HID_SET_PROTOCOL_ON_ENUM option to skip set_protocol on enum, default...hathach
2026-03-17fix midi host issue 3544hathach
2026-03-16clean up fsdev symbolshathach
2026-03-16Unify USB FSDEV driver implementation for various microcontrollers. Replace `...hathach
2026-03-16Consolidate USB FSDEV register definitions for STM32, CH32, and AT32 microcon...hathach
2026-03-13remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressifhathach
2026-03-13Merge branch 'master' into ncm_restarthathach
2026-03-12Merge branch 'master' into ncm_restartZixun LI
2026-03-12reset notification state to speed changeZixun LI
2026-03-12refactor(cdc): remove deprecated runtime CDC configuration, add backward comp...hathach
2026-03-12clean uphathach
2026-03-12refactor(cdc): remove runtime CDC driver configuration in favor of compile-ti...hathach
2026-03-12correct default value for CFG_TUD_VENDOR_TX/RX_BUFSIZEhathach
2026-03-12refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLPhathach
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-11refactor(usbd): replace `_usbd_ctrl_epbuf` with `usbd_get_ctrl_buf()` for cle...hathach
2026-03-11Merge branch 'master' into ep0_directhathach
2026-03-11Merge branch 'master' into ep0_directhathach
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-10fix typohathach
2026-03-09Merge branch 'master' of https://github.com/YixingShen/tinyusbYixingShen
2026-03-09revert _end_of_control_descriptor to Revision: 0a45308a296251e4376815b21f89f0...YixingShen
2026-03-09fix(usbh): correct memcpy usage to ensure proper alignment with `offsetof` in...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-09Merge pull request #3536Ha Thach
2026-03-09Merge pull request #3538 from sidcha/fix-hwfifo-PMA-pointerHa Thach
2026-03-09extend video control parsing to include class-specific VC endpoint descriptorhathach
2026-03-08tinyusb: fix hwfifo PMA pointer advance on ring buffer wrapSiddharth Chandrasekaran
2026-03-07Fix ep_ctrl_mask() corrupting opposite direction's ENDPTCTRL bitsgab-k
2026-03-07Merge branch 'master' of https://github.com/YixingShen/tinyusbYixingShen
2026-03-07fixed _end_of_control_descriptor logic. wTotalLength does not include Standar...YixingShen
2026-03-07Merge branch 'hathach:master' into master沈玴興
2026-03-07Merge pull request #3529 from hathach/mtt_hubHa Thach