| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Refresh board presets | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Fix PMA size for U0 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | bsp: Add STM32U083C-DK board | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Merge pull request #3266 from hathach/uac_simplify | Ha Thach | |
| audio: simplify alt settings management | |||
| 2025-09-27 | audio: simplify alt settings management | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-27 | Merge pull request #3256 from hathach/weak_cb | Ha Thach | |
| Migrate weak function override to new syntax, update delay api usage | |||
| 2025-09-25 | Merge pull request #3265 from ludoux/hid-power-devices | Zixun LI | |
| Add HID Usage Page and Table for Power Devices (0x84 - 0x85) | |||
| 2025-09-25 | Fix incorrect comments | Lu Chang | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-09-24 | Add HID Usage Page and Table for Power Devices (0x84 - 0x85) | Lu Chang | |
| 2025-09-22 | Merge pull request #3259 from terjr/fix-tusb-verify-documentation | Zixun LI | |
| Fix erroneous documentation of TU_ASSERT/TU_VERIFY | |||
| 2025-09-22 | Fix erroneous documentation of TU_ASSERT/TU_VERIFY | Terje Runde | |
| 2025-09-20 | Merge pull request #3258 from Isoheptane/patch-1 | Zixun LI | |
| Fix table display issue in README.rst | |||
| 2025-09-20 | Fix table display issue in README.rst | Cascade Kobayashi | |
| Fix an table display issue in README.rst that was introduced in commit 4182342112d92898d2b55ef9562c545a9ebf52ac. | |||
| 2025-09-18 | Merge branch 'weak_cb' of https://github.com/hathach/tinyusb into weak_cb | HiFiPhile | |
| 2025-09-18 | Add usbd_edpt_xfer_fifo stub | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-18 | set driver count to 0 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-18 | Fix ESP32 build | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-18 | Merge pull request #3255 from majbthrd/enoughwheels | Ha Thach | |
| use existing overloadable Pico SDK section macro instead of creating a custom one | |||
| 2025-09-18 | Potential fix for code scanning alert no. 914: Commented-out code | Zixun LI | |
| Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> | |||
| 2025-09-18 | Fix RPI build | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Fix address translation functions | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Fix board_reset_to_bootloader | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Fix board_get_unique_id | 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-17 | Update weak callbacks to new syntax | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | use existing overloadable Pico SDK section macro instead of creating a ↵ | Peter Lawrence | |
| custom one | |||
| 2025-09-16 | Merge pull request #3252 from espressif/feat/esp32h4_support | Ha Thach | |
| Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/run… | |||
| 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 | Merge pull request #3251 from hathach/fix-dwc2-reseet | Ha Thach | |
| dwc2: wait for ahb idle before core reset | |||
| 2025-09-15 | add nrf54 to dwc2 info | hathach | |
| 2025-09-15 | fix imxrt build | hathach | |
| 2025-09-15 | dwc2: wait for ahb idle before core reset | hathach | |
| 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 | Merge pull request #3247 from hathach/fsdev_fix | Ha Thach | |
| Fix AT32 compile after #3152 | |||
| 2025-09-12 | Fix AT32 compile after #3152 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | Merge pull request #3152 from Milek7/sb-ep | Zixun LI | |
| stm32_fsdev: Allow configuring single-buffered isochronous endpoints. | |||
| 2025-09-12 | Update comment | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | exclude stm32l0538 due to size limit | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | Merge branch 'master' into sb-ep | HiFiPhile | |
| 2025-09-12 | ehci: fix removed qhd get reused | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | echi: fix NXP USBPHY disconnection detection | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | Move BOARD_ConfigMPU into board specific init | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | Fix some IAR warnings | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | Fix IAR build | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | Merge pull request #3245 from Dolphindalt/master | Ha Thach | |
| Added NUCLEO-WBA65RI evaluation board support | |||
| 2025-09-12 | missing cmsis5 for wba | hathach | |
| 2025-09-12 | fix warnings, update docs | hathach | |
