summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2026-07-19Merge pull request #3757 from rhgndf/at32f403a_larger_pmaZixun LI
2026-07-19add py32f0 supportJie Feng
2026-07-09dcd: route samd/rusb2/ip3511/nrf5x through iso alloc/activatehathach
2026-07-06Set larger AT32 FSDEV PMA areaJie Feng
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-24typec: add stm32u5 supportHiFiPhile
2026-06-22hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583hathach
2026-06-18dcd/ch58x: drive CH582/583 with shared dcd_ch32_usbfs.chathach
2026-06-18Merge remote-tracking branch 'origin/master' into add-ch58x-usbfshathach
2026-06-11Merge remote-tracking branch 'origin/master' into stm32c5hathach
2026-05-29Merge branch 'master' into usbh-add-control-queuehathach
2026-05-29Implement asynchronous control transfer queuing for USB host stackhathach
2026-05-24Merge remote-tracking branch 'tinyusb/master' into stm32c5HiFiPhile
2026-05-22ch32v20x: fix port1 IP selectionHiFiPhile
2026-05-10add stm32c5 supportHiFiPHile
2026-05-04refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...hathach
2026-04-25Merge branch 'master' into musb-followup-3594hathach
2026-04-25clean uphathach
2026-04-24Merge pull request #3597 from canokeys/big-endian-for-setup-packetsZixun LI
2026-04-23Merge pull request #3601 from hathach/fix-conversion-warningsHa Thach
2026-04-22Add ESP32-S31 as a supported MCU in TinyUSBigor.masar
2026-04-21optimize pipe_state_t sram for port with CFG_TUD_ENDPOINT_ONE_DIRECTION_ONLY.hathach
2026-04-21replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...hathach
2026-04-17remove duplicated tu_le16toh since we have converted the endian when setup.Fan DANG
2026-04-17fix some Wconversion warningshathach
2026-04-14Merge branch 'hathach:master' into big-endian-for-setup-packetsDang Fan
2026-04-13introduce two more macros to follow tinyusb's styleFan DANG
2026-04-13fix(device): big-endian host support for SETUP packet handlingFan DANG
2026-04-09Add initial board support for nRF54LM20 DKgab-k
2026-03-18fix bugs in fsdev hcd, dcd and midi host stream writehathach
2026-03-18ch58x: fix MCU macro naming and add get_deps/boards entriesalt-0191
2026-03-18add WCH CH58x (CH582/CH583) BSP and USB FS device/host driveralt-0191
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