| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ↵ | hathach | |
| as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future. | |||
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ↵ | hathach | |
| as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future. | |||
| 2025-11-09 | Merge pull request #3334 from hathach/fix-alerts-3 | Ha Thach | |
| Fix more code alerts | |||
| 2025-11-07 | Merge pull request #3325 from tswan22/master | Zixun LI | |
| Add STM32U3 Device | |||
| 2025-11-06 | fix more alerts | hathach | |
| 2025-11-06 | fix compile issue when enable both host and device for dwc2 | hathach | |
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach | |
| 2025-11-03 | fix more warnings/alerts | hathach | |
| 2025-11-03 | remove binary prefix for portability | hathach | |
| 2025-11-01 | Merge branch 'master' of https://github.com/hathach/tinyusb | tswan22 | |
| 2025-11-01 | add STM32U3 device (adjusted from STM32U0) | tswan22 | |
| 2025-10-31 | Merge branch 'master' into fork/ArcaneNibble/ohci-upstream | hathach | |
| 2025-10-30 | Merge branch 'master' into add-ohci-lpc55 | hathach | |
| # Conflicts: - hw/bsp/lpc17/family.cmake - hw/bsp/lpc40/family.cmake - hw/bsp/lpc55/family.cmake | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-28 | fix warning with strict prototypes warnings | hathach | |
| 2025-10-27 | improve warnings with rp2040 family | hathach | |
| 2025-10-25 | Merge pull request #3319 from peppapighs/dwc2-usbsuspm | Zixun LI | |
| dcd/dwc2: fix suspend interrupt indefinitely disabled on AT32F405 | |||
| 2025-10-25 | dcd/dwc2: clear pending suspend interrupt before usb reset | peppapighs | |
| 2025-10-24 | fix more warnings | hathach | |
| 2025-10-15 | refactor spresense into cxd56. there is no orphan board in bsp. | hathach | |
| 2025-10-15 | fix more warnings | hathach | |
| 2025-10-15 | refactor all nuc to family | hathach | |
| 2025-10-15 | update nuc121/125 | hathach | |
| 2025-10-15 | fix unused warnings | hathach | |
| 2025-10-15 | merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & ↵ | hathach | |
| OPT_MCU_SAML22 | |||
| 2025-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach | |
| 2025-10-14 | Merge pull request #3299 from hathach/initial-nrf54h20 | Ha Thach | |
| Initial nrf54h20 support | |||
| 2025-10-13 | get cmake build with 54h20 not tested on actual hw, probably not running | hathach | |
| 2025-10-10 | try to enable ohci for lpc55 but not working, probably clock issue | hathach | |
| 2025-10-10 | successfully | poornadharshan13-rgb | |
| 2025-10-09 | Merge pull request #3292 from tangpipi/fix_at32_remap | Ha Thach | |
| at32_fsdev: Fix dcd_int_enable when remapping the USB interrupt | |||
| 2025-10-09 | fix todo size in list_reverse() | hathach | |
| 2025-10-09 | Fix dcd_int_enable when remapping the USB interrupt | 唐皮皮 | |
| 2025-10-09 | centralize hcd_dcache_uncached() for ED | hathach | |
| 2025-10-09 | Merge branch 'master' into fork/ArcaneNibble/ohci-upstream | hathach | |
| 2025-10-07 | dcd/dwc2: cleanup previous pending EP0 IN transfer if a SETUP packet is received | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-10-06 | Merge remote-tracking branch 'tinyusb/master' into dwc2_ep0 | Mengsk | |
| 2025-10-06 | dcd/dwc2: fix enumration when EP0 size=8 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-10-06 | remove dcd_esp32sx which is replaced by dwc2 | hathach | |
| 2025-09-29 | Fix warning | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Disable SBUF_ISO for U0 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Fix PMA size for U0 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-17 | Fix address translation functions | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Replace old delay functions by tusb_time_delay_ms_api | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-16 | Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime: | igor.masar | |
| - tusb_option.h: define OPT_MCU_ESP32H4 - tusb_mcu.h: enable DWC2 USBIP for H4 - dcd_dwc2.c: add H4 USB_WRAP field aliases (wrap_* → legacy names) - dwc2_esp32.h: add H4 controller entry (FS base/IRQ, ep caps) - family.c: include H4 in USB init/PHY setup | |||
| 2025-09-15 | add nrf54 to dwc2 info | hathach | |
| 2025-09-15 | dwc2: wait for ahb idle before core reset | hathach | |
| 2025-09-13 | ohci: Use uncached alias to access EDs | R | |
| This code is written very carefully to always use an uncached view of memory to read/write EDs. An uncached view must *always* be used, or else cache behavior can corrupt the ED. As part of this change, combine access into as few word-sized accesses as possible. This makes the code perform better. Doing this involves giving type names to the bitfields that make up the ED's data words. | |||
| 2025-09-13 | Merge pull request #3246 from HiFiPhile/nxp_host | Ha Thach | |
| ehci: fix device removal and endpoint open on next plug | |||
| 2025-09-13 | ohci: Perform explicit cache operations on TDs, buffers | R | |
