summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-29Fix warningMengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29Disable SBUF_ISO for U0Mengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29Refresh board presetsMengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29Fix PMA size for U0Mengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29bsp: Add STM32U083C-DK boardMengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29Merge pull request #3266 from hathach/uac_simplifyHa Thach
audio: simplify alt settings management
2025-09-27audio: simplify alt settings managementHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-27Merge pull request #3256 from hathach/weak_cbHa Thach
Migrate weak function override to new syntax, update delay api usage
2025-09-25Merge pull request #3265 from ludoux/hid-power-devicesZixun LI
Add HID Usage Page and Table for Power Devices (0x84 - 0x85)
2025-09-25Fix incorrect commentsLu Chang
Co-authored-by: Copilot <[email protected]>
2025-09-24Add HID Usage Page and Table for Power Devices (0x84 - 0x85)Lu Chang
2025-09-22Merge pull request #3259 from terjr/fix-tusb-verify-documentationZixun LI
Fix erroneous documentation of TU_ASSERT/TU_VERIFY
2025-09-22Fix erroneous documentation of TU_ASSERT/TU_VERIFYTerje Runde
2025-09-20Merge pull request #3258 from Isoheptane/patch-1Zixun LI
Fix table display issue in README.rst
2025-09-20Fix table display issue in README.rstCascade Kobayashi
Fix an table display issue in README.rst that was introduced in commit 4182342112d92898d2b55ef9562c545a9ebf52ac.
2025-09-18Merge branch 'weak_cb' of https://github.com/hathach/tinyusb into weak_cbHiFiPhile
2025-09-18Add usbd_edpt_xfer_fifo stubHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-18set driver count to 0HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-18Fix ESP32 buildHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-18Merge pull request #3255 from majbthrd/enoughwheelsHa Thach
use existing overloadable Pico SDK section macro instead of creating a custom one
2025-09-18Potential fix for code scanning alert no. 914: Commented-out codeZixun LI
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-18Fix RPI buildHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-17Fix address translation functionsHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-17Fix board_reset_to_bootloaderHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-17Fix board_init_after_tusbHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-17Fix board_get_unique_idHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-17Replace old delay functions by tusb_time_delay_ms_apiHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-17Update weak callbacks to new syntaxHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-17use existing overloadable Pico SDK section macro instead of creating a ↵Peter Lawrence
custom one
2025-09-16Merge pull request #3252 from espressif/feat/esp32h4_supportHa Thach
Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/run…
2025-09-16Add 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-15Merge pull request #3251 from hathach/fix-dwc2-reseetHa Thach
dwc2: wait for ahb idle before core reset
2025-09-15add nrf54 to dwc2 infohathach
2025-09-15fix imxrt buildhathach
2025-09-15dwc2: wait for ahb idle before core resethathach
2025-09-13Merge pull request #3246 from HiFiPhile/nxp_hostHa Thach
ehci: fix device removal and endpoint open on next plug
2025-09-13Merge pull request #3247 from hathach/fsdev_fixHa Thach
Fix AT32 compile after #3152
2025-09-12Fix AT32 compile after #3152HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12Merge pull request #3152 from Milek7/sb-epZixun LI
stm32_fsdev: Allow configuring single-buffered isochronous endpoints.
2025-09-12Update commentHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12exclude stm32l0538 due to size limitHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12Merge branch 'master' into sb-epHiFiPhile
2025-09-12ehci: fix removed qhd get reusedHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12echi: fix NXP USBPHY disconnection detectionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12Move BOARD_ConfigMPU into board specific initHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12Fix some IAR warningsHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12Fix IAR buildHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-12Merge pull request #3245 from Dolphindalt/masterHa Thach
Added NUCLEO-WBA65RI evaluation board support
2025-09-12missing cmsis5 for wbahathach
2025-09-12fix warnings, update docshathach