summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-14fix windows buildHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-03-14fix readmeHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-03-14Merge pull request #3550 from hathach/update-bspHa Thach
Update BSP
2026-03-14update rx65n_target: correct pin configuration and remove unused USB ↵hathach
interrupt definitions
2026-03-14migrate kinetis_k32l build system to new mcux-devices pathshathach
2026-03-13add ft9xx-gcc toolchain support to CIhathach
2026-03-13add ft9xx-gcc toolchain support to CIhathach
2026-03-13actual build make/cmake for ft9xxhathach
2026-03-13fix cihathach
2026-03-13forgot to add fileshathach
add cmake support for rx
2026-03-13remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressifhathach
2026-03-13add support for CH32F20X MCU and update board configurationhathach
2026-03-13rename and migrate kinetis_k32l to new mcux-deviceshathach
2026-03-13Merge pull request #3438 from hathach/ncm_restartHa Thach
Fix NCM state on restart
2026-03-13Merge branch 'master' into ncm_restarthathach
2026-03-13Merge pull request #3549 from hathach/remove-cdc-configureHa Thach
remove tud cdc configure
2026-03-12update hil hosthathach
2026-03-12fix exampleZixun LI
Signed-off-by: Zixun LI <[email protected]>
2026-03-12Merge branch 'master' into ncm_restartZixun LI
2026-03-12reset notification state to speed changeZixun LI
Signed-off-by: Zixun LI <[email protected]>
2026-03-12refactor(cdc): remove deprecated runtime CDC configuration, add backward ↵hathach
compatibility with no-op macros
2026-03-12download metrics in case hil failedhathach
2026-03-12clean uphathach
2026-03-12chore(workflows): update GitHub Actions dependencies and improve membrowse ↵hathach
error handling update AGENTS.md with metrics compare
2026-03-12refactor(cdc): remove runtime CDC driver configuration in favor of ↵hathach
compile-time macros for simplicity and reduced complexity
2026-03-12Merge pull request #3487 from hathach/zlp-hs-on-fsHa Thach
fix transfer length when high speed capable device/host working at full speed
2026-03-12correct default value for CFG_TUD_VENDOR_TX/RX_BUFSIZEhathach
2026-03-12also update metrics.json for prhathach
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 ↵hathach
for clarity and flexibility
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 #3352 from hathach/ep0_directHa Thach
Use EP0 buffer directly if it's large enough
2026-03-11refactor(usbd): replace `_usbd_ctrl_epbuf` with `usbd_get_ctrl_buf()` for ↵hathach
cleaner abstraction and consistency across modules
2026-03-11Merge branch 'master' into ep0_directhathach
2026-03-11Merge pull request #3548 from hathach/migrate-mcux-rtHa Thach
migrate imxrt to use new mcux-devices-rt
2026-03-11Merge branch 'master' into ep0_directhathach
# Conflicts: # hw/bsp/same7x/boards/same70_qmtech/board.cmake # hw/bsp/same7x/boards/same70_xplained/board.cmake # hw/bsp/same7x/family.cmake
2026-03-11migrate imxrt to use new mcux-devices-rthathach
2026-03-11Merge pull request #3545 from hathach/remove-div-tusb-fifoHa Thach
remove expensive div in HWFIFO_ADDR_NEXT_N()
2026-03-11Merge pull request #3546 from michael-membrowse/masterHa Thach
fix secret issue in membrowse-comment
2026-03-10fix secret issue in membrowse-commentMichael Rogov Papernov
2026-03-10Merge pull request #3530 from hathach/hcd_ip3516Ha Thach
Add IP3516 HCD support
2026-03-10remove expensive div in HWFIFO_ADDR_NEXT_N()hathach
2026-03-10fix make lpc51 buildhathach
2026-03-10Merge pull request #3540 from michael-membrowse/membrowse_commitHa Thach
MemBrowse: PR comment github workflow with message template
2026-03-10fix typohathach
2026-03-10update lpc55 bsp to use mcx config tool, move led/button/uart and usb port ↵hathach
power to generated pinmux
2026-03-10set new membrowse comment github workflow with comment messageMichael Rogov Papernov
2026-03-10Merge pull request #3543 from YixingShen/masterHa Thach
_end_of_control_descriptor return when std.bNumEndpoints > 0
2026-03-09Merge branch 'master' of https://github.com/YixingShen/tinyusbYixingShen