| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-14 | bsp: nxp: add support for RW612 (FRDM-RW612) | gab-k | |
| - Added `rw61x` family support. - Added `frdm_rw612` board support. - Update `get_deps.py` to include mcux-sdk for RW61x. - Add ci_hs_rw61x include to ChipIdea HS driver and enable host examples. | |||
| 2025-12-10 | hw/mcu: add support for NXP RW612 | gab-k | |
| 2025-12-10 | update metrics to support bloaty csv | hathach | |
| 2025-12-01 | add linkermap to deps and linkermap taget | hathach | |
| 2025-11-28 | fix build with zephyr with latest nrfx v4 | hathach | |
| 2025-11-27 | more rename | hathach | |
| 2025-11-26 | dwc2 stm32 check if dcache enabled before calling SCB DCache function | hathach | |
| 2025-11-26 | change tu_fifo_buffer_info_t layout | hathach | |
| 2025-11-26 | Merge branch 'master' into xfer-fifo | hathach | |
| # Conflicts: # src/common/tusb_fifo.h | |||
| 2025-11-25 | dcd/fsdev: re-enable SBUF for STM32U0, no more issue | Zixun LI | |
| 2025-11-23 | stm32_fsdev: Fix missed cases in single-buffered isochronous endpoint support. | milek7 | |
| 2025-11-20 | refactor tu_fifo, add tu_fifo_write/read/peek_n_access() | hathach | |
| 2025-11-19 | Merge remote-tracking branch 'tinyusb/master' into ↵ | HiFiPhile | |
| copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-19 | Apply suggestions from code review | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-11-19 | fix more alerts | hathach | |
| 2025-11-19 | Merge pull request #3076 from HiFiPhile/xfer_close | Ha Thach | |
| host/dwc2: cleanup transfer on device close | |||
| 2025-11-19 | extract to handle_incomplete_iso_in() for readability | hathach | |
| 2025-11-19 | Merge branch 'master' into fork/HiFiPhile/dwc2_iso_incomp | hathach | |
| 2025-11-19 | Merge branch 'refs/heads/master' into dwc2_ep0 | hathach | |
| # Conflicts: # examples/device/dfu/src/usb_descriptors.c # examples/device/dfu_runtime/src/usb_descriptors.c # src/device/usbd_control.c # src/portable/synopsys/dwc2/dcd_dwc2.c | |||
| 2025-11-18 | improve closing endpoint and channel | hathach | |
| 2025-11-18 | Merge branch 'master' into fork/HiFiPhile/xfer_close | hathach | |
| 2025-11-18 | Merge branch 'master' into fork/HiFiPhile/dwc2_iso_incomp | hathach | |
| 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-11 | Merge remote-tracking branch 'tinyusb/master' into ↵ | HiFiPhile | |
| copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]> | |||
| 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 'copilot/fix-dcd-edpt-xfer-issue' of ↵ | HiFiPhile | |
| https://github.com/hathach/tinyusb into copilot/fix-dcd-edpt-xfer-issue | |||
| 2025-10-31 | Merge remote-tracking branch 'tinyusb/master' into ↵ | HiFiPhile | |
| copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-31 | Skip TXFE for EP0 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-31 | Merge branch 'master' into fork/ArcaneNibble/ohci-upstream | hathach | |
| 2025-10-30 | Simply restart the transfer | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-30 | Retry until bInterval | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-30 | Refactor IN fifo write | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 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-29 | Merge branch 'master' into dwc2_ep0 | hathach | |
| # Conflicts: # examples/device/dfu/src/usb_descriptors.c # examples/device/dfu_runtime/src/usb_descriptors.c # src/portable/synopsys/dwc2/dcd_dwc2.c | |||
| 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-22 | Apply suggestions from code review | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
