summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-03Fix DFU descriptor version from 1.0.1 (0x0101) to 1.1.0 (0x0110)copilot-swe-agent[bot]
Co-authored-by: hathach <[email protected]>
2026-02-03Fix DFU descriptor version from 1.0.1 (0x0101) to 1.1.0 (0x0110)copilot-swe-agent[bot]
Co-authored-by: hathach <[email protected]>
2026-02-03Initial plancopilot-swe-agent[bot]
2026-02-02Merge pull request #3478 from Precidata/limit-task-time-v2Zixun LI
Limit events processed by tud_task_ext() / tuh_task_ext()
2026-02-01Actually exit the loop in addition to logging. ENOTENOUGHCOFFEECédric Berger
2026-02-01Limit events processed by tud_task_ext() / tuh_task_ext()Cédric Berger
2026-01-26Merge pull request #3470 from membrowse/fix/membrowse-targetsHa Thach
ci: membrowse fix targets file
2026-01-25fix membrowse targets to match CI-built boardsMichael Rogov Papernov
The stm32h7 and samd5x_e5x targets were configured with boards that aren't built by CI (which uses --one-first flag). This caused the membrowse workflow to run in identical mode and fail on upload. - stm32h7: daisyseed → stm32h743eval - samd5x_e5x: d5035_01 → metro_m4_express
2026-01-24Merge pull request #3459 from membrowse/masterZixun LI
Integrate MemBrowse.
2026-01-24restructure targets fileMichael Rogov Papernov
2026-01-24Merge pull request #3469 from verylowfreq/pr-fsdev-fix-for-ch32v20xZixun LI
Fix USB FSDEV enumeration on CH32V20x by enabling D+ Pull-up
2026-01-24Fix macro directive for FSDEV of CH32V20xMitsumine Suzu
2026-01-16Integrate MemBrowseMichael Rogov Papernov
2026-01-16Merge pull request #3465 from hathach/stream_write_fixZixun LI
fix stream write racing
2026-01-16fix stream write racingHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-15Merge pull request #3460 from hathach/bsp_h7_tm4cHa Thach
Add EK-TM4C1294XL and STM32H747-DISCO bsp
2026-01-14ci fixZixun LI
Signed-off-by: Zixun LI <[email protected]>
2026-01-14update depsZixun LI
Signed-off-by: Zixun LI <[email protected]>
2026-01-14Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4cZixun LI
2026-01-14bsp: add STM32H747-DISCOHiFiPhile
Signed-off-by: HiFiPhile <[email protected]> Signed-off-by: Zixun LI <[email protected]>
2026-01-14Merge pull request #3461 from hathach/edpt_stream-remove-nofifo-modeHa Thach
remove no-fifo mode in edpt stream API
2026-01-14correct dual port hil asserthathach
2026-01-14remove no-fifo mode in edpt stream APIhathach
update vendor_device.c for direct usbd xfer when either RX/TX BUFSIZE is 0 i.e CFG_TUD_VENDOR_TXRX_BUFFERED = 0
2026-01-14dcd/musb: fix IAR buildHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-14bsp: add TI EK-TM4C1294XLHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-13Merge pull request #3424 from hathach/fifo_read_epsizeHa Thach
limit fifo read size to ep_bufsize regardless ep_buf is used or not
2026-01-13Merge pull request #3439 from hathach/mtp_zlpHa Thach
device/mtp: queue ZLP when needed
2026-01-13minor clean uphathach
separate tud_mtp_data_send() and tud_mtp_data_receive()
2026-01-13minor clean uphathach
separate tud_mtp_data_send() and tud_mtp_data_receive()
2026-01-12Merge pull request #3457 from sparkmicro/fix-cpp-compiler-warningZixun LI
Fix compiler error with c++ files and -Werror=extra
2026-01-12Fix compiler warningGabriel Chouinard
2026-01-12Merge branch 'refs/heads/master' into mtp_zlphathach
2026-01-12Merge pull request #3451 from hathach/rp2-hwfifoHa Thach
enable dedicated hwfifo for rp2
2026-01-10remove transfer_type from hw_endpointhathach
2026-01-09enable dedicated hwfifo for rp2hathach
2026-01-09Merge pull request #3448 from hathach/rp2-refactorHa Thach
Rp2 refactor
2026-01-09clean uphathach
2026-01-09Merge pull request #3442 from zhiqiang-ch/masterHa Thach
support for the AT32F45X series
2026-01-09fix missing SystemCoreClockhathach
2026-01-09apply copilot suggestionhathach
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-08Merge pull request #3449 from Precidata/quirks-tipoZixun LI
Fix tipo in tusb_option.h
2026-01-08Fix tipo in tusb_option.hCédric Berger
2026-01-09only apply errata E5 and E15 for rp2040. rp2350 already fixes thesehathach
2026-01-08host device info print no serial as 0 instead of n/ahathach
2026-01-08fix hcd force_single mistake by refactorhathach
2026-01-08minor clean uphathach
2026-01-08change signature for hwep_buf_ctrl_* to take pointer to buf control instead ↵hathach
of hwep
2026-01-07remove hw_endpoint_t rx, rename/change signature of helper functionshathach