Commit Graph

9390 Commits

Author SHA1 Message Date
24bc2ff57a Add UAC1.0 defines
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-29 10:00:39 +02:00
5130850337 Merge pull request #3266 from hathach/uac_simplify
audio: simplify alt settings management
2025-09-29 09:36:57 +07:00
8952838a26 audio: simplify alt settings management
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-27 22:17:10 +02:00
152d25ed62 Merge pull request #3256 from hathach/weak_cb
Migrate weak function override to new syntax, update delay api usage
2025-09-27 20:38:03 +07:00
1f9c415661 Merge pull request #3265 from ludoux/hid-power-devices
Add HID Usage Page and Table for Power Devices (0x84 - 0x85)
2025-09-25 14:45:00 +02:00
f4a3c1a1ba Fix incorrect comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-25 08:34:18 +08:00
f36b63ad63 Add HID Usage Page and Table for Power Devices (0x84 - 0x85) 2025-09-24 20:54:48 +08:00
5b200c45f2 Merge pull request #3259 from terjr/fix-tusb-verify-documentation
Fix erroneous documentation of TU_ASSERT/TU_VERIFY
2025-09-22 16:37:45 +02:00
7162caee20 Fix erroneous documentation of TU_ASSERT/TU_VERIFY 2025-09-22 12:58:24 +02:00
ff0047066e Merge pull request #3258 from Isoheptane/patch-1
Fix table display issue in README.rst
2025-09-20 13:48:22 +02:00
7463705e79 Fix table display issue in README.rst
Fix an table display issue in README.rst that was introduced in commit 4182342112.
2025-09-20 19:23:10 +08:00
0655f98359 Merge branch 'weak_cb' of https://github.com/hathach/tinyusb into weak_cb 2025-09-18 19:15:42 +02:00
0961e06845 Add usbd_edpt_xfer_fifo stub
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-18 19:14:27 +02:00
e621f2f77b set driver count to 0
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-18 19:09:10 +02:00
b4cc5af32d Fix ESP32 build
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-18 19:08:18 +02:00
fd2cd3fc23 Merge pull request #3255 from majbthrd/enoughwheels
use existing overloadable Pico SDK section macro instead of creating a custom one
2025-09-18 10:45:06 +07:00
9d13c8fce0 Potential fix for code scanning alert no. 914: Commented-out code
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-18 00:16:27 +02:00
be618ba084 Fix RPI build
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-18 00:04:01 +02:00
ce41292f1b Fix address translation functions
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:48:58 +02:00
47bb79abe2 Fix board_reset_to_bootloader
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:44:01 +02:00
be9409bfa7 Fix board_init_after_tusb
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:44:01 +02:00
50949eb3b9 Fix board_get_unique_id
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:20:52 +02:00
73f3900b2d Replace old delay functions by tusb_time_delay_ms_api
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 22:48:59 +02:00
369a1ff515 Update weak callbacks to new syntax
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 22:48:59 +02:00
f18b750550 use existing overloadable Pico SDK section macro instead of creating a custom one 2025-09-17 12:38:47 -05:00
d9ad09a8dc Merge pull request #3252 from espressif/feat/esp32h4_support
Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/run…
2025-09-16 22:10:53 +07:00
4182342112 Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:
- 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-16 12:38:35 +02:00
feef534921 Merge pull request #3251 from hathach/fix-dwc2-reseet
dwc2: wait for ahb idle before core reset
2025-09-15 16:43:44 +07:00
6f06effd03 add nrf54 to dwc2 info 2025-09-15 16:18:07 +07:00
65220679d6 fix imxrt build 2025-09-15 16:15:48 +07:00
cc19c02f86 dwc2: wait for ahb idle before core reset 2025-09-15 15:47:06 +07:00
f674561696 Merge pull request #3246 from HiFiPhile/nxp_host
ehci: fix device removal and endpoint open on next plug
2025-09-13 12:07:44 +07:00
c484aaeaa0 Merge pull request #3247 from hathach/fsdev_fix
Fix AT32 compile after #3152
2025-09-13 10:30:23 +07:00
cf6cbf0d1a Fix AT32 compile after #3152
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 21:33:08 +02:00
841cac6dbe Merge pull request #3152 from Milek7/sb-ep
stm32_fsdev: Allow configuring single-buffered isochronous endpoints.
2025-09-12 21:19:46 +02:00
8515e47ad9 Update comment
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 16:49:55 +02:00
7810b58161 exclude stm32l0538 due to size limit
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 16:38:46 +02:00
fad3dc4926 Merge branch 'master' into sb-ep 2025-09-12 15:49:40 +02:00
99bee6a900 ehci: fix removed qhd get reused
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 15:00:19 +02:00
4db2bdad07 echi: fix NXP USBPHY disconnection detection
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 14:08:54 +02:00
3b4884f8d7 Move BOARD_ConfigMPU into board specific init
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 14:06:57 +02:00
5755afa690 Fix some IAR warnings
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 11:39:41 +02:00
d3ab48bd79 Fix IAR build
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 11:09:43 +02:00
2027ac2467 Merge pull request #3245 from Dolphindalt/master
Added NUCLEO-WBA65RI evaluation board support
2025-09-12 12:41:14 +07:00
9f055f113c missing cmsis5 for wba 2025-09-12 11:34:06 +07:00
ba36df6233 fix warnings, update docs 2025-09-12 11:27:31 +07:00
9135977074 rename stm32wba eval to nucleo
use local linker to fix READONLY keyword with clang
add wba to ci build
2025-09-12 11:27:07 +07:00
e09a2d8d35 Change CMSIS patch to match update path in family.mk for WBA 2025-09-11 13:00:48 -07:00
a20252ad59 Merge branch 'master' of github.com:Dolphindalt/tinyusb 2025-09-11 09:15:16 -07:00
af7310b925 Revert fsdev_stm32.h changes 2025-09-11 09:13:54 -07:00