Commit Graph

4336 Commits

Author SHA1 Message Date
Ha Thach
047b856742 Merge pull request #3206 from hathach/update-at32f405-phywidth-sel
update at32f405 dwc2 info and phy width selection
2025-09-03 20:44:51 +07:00
hathach
c5a390950f add at32f415 dwc2 info 2025-09-03 17:20:54 +07:00
Ha Thach
61761b9434 Merge pull request #3225 from verylowfreq/pr-ch32v-usbfs-host
Improve compatibility in CH32V20x USBFS Host
2025-09-03 17:15:00 +07:00
hathach
f5d04833bb use tusb_time_millis_api() instead of board_millis()
make loopdelay() always inline
2025-09-03 13:30:20 +07:00
Tomas Rezucha
38f41f5fa2 fix(dcd/dwc2): Fix reset procedure for versions >=4.20a 2025-08-28 15:35:55 +02:00
Ha Thach
edf188280a Merge pull request #3217 from tannewt/esp32c5_c61 2025-08-27 13:05:41 +07:00
Jerzy Kasenberg
12ee78df30 Fix osal_spin_unlock for mynewt
Mynewt version for osal_spin_unlock() called
OS_ENTER_CRITICAL instead of OS_EXIT_CRITICAL.

Signed-off-by: Jerzy Kasenberg <jerzy@apache.org>
2025-08-24 17:19:51 +02:00
Mitsumine Suzu
6f2b5fc495 Remove dynamic memory allocation 2025-08-24 23:52:52 +09:00
Mitsumine Suzu
a3bb7a90b3 Improve retry operation at NAK response. 2025-08-24 16:46:12 +09:00
Mitsumine Suzu
522a34ee28 Insert small delay for LowSpeed device 2025-08-24 16:28:32 +09:00
Mitsumine Suzu
bd9dd75da8 Small cleanups. 2025-08-24 16:26:08 +09:00
Scott Shawcroft
ddb8f0fe73 Add ESP32-C5 and ESP32-C61 definitions 2025-08-15 10:15:24 -07:00
hathach
5b9908a39b update at32f405 dwc2 info and phy width selection 2025-08-07 14:20:40 +07:00
Ha Thach
f6bec1073e Merge pull request #3203 from hathach/fix-rp2-audio-iso-transfer
fix rp2 iso transfer with new audio driver
2025-08-05 23:24:07 +07:00
hathach
4bfba6b09a fix rp2 iso transfer: reset state before notify stack. since new audio driver can execute xfer_is() 2025-08-05 22:05:56 +07:00
peppapighs
2298c2f410 Fix AT32F405xx missing USB HS definition 2025-08-05 18:17:27 +07:00
hathach
d9aa4c6f61 fix tud_audio_set_itf_close_EP_cb() typo 2025-08-02 23:23:20 +07:00
Ha Thach
8f46021eba Merge pull request #3183 from rppicomidi/fix_3159
Fix #3159: Handle MIDI interface after audio streaming interface
2025-08-02 20:34:25 +07:00
hathach
12a1d0e7ed use tu_desc_in_bounds() for descriptor loop 2025-08-02 11:23:15 +07:00
hathach
f5974b041e add bufsize to tud_msc_inquiry2_cb() 2025-08-01 22:44:32 +07:00
Ha Thach
a16c7a27e4 Merge pull request #3191 from hathach/at32
support at32 mcu (2)
2025-08-01 10:39:47 +07:00
hathach
e0f2343954 clean up 2025-07-31 23:26:27 +07:00
hathach
3682b6c663 fix pre-commit, remove svd file since they are heavy and should be in mcu/sdk instead
add cmake support for f403a_407 and f423
2025-07-28 22:28:22 +07:00
Ha Thach
a72f0396c7 Merge pull request #3173 from HiFiPhile/feature/usbtmc_vendor-specific
feature(usbtmc): add support for usbtmc vendor-spicific command messages
2025-07-26 20:57:22 +07:00
Ha Thach
be114549c4 Update src/class/usbtmc/usbtmc_device.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-26 19:01:02 +07:00
rppicomidi
9030fe43fa Restore accidentally erased debug log message 2025-07-23 06:46:24 -07:00
rppicomidi
0d080ca7ba Delete debugging printf 2025-07-23 06:42:05 -07:00
rppicomidi
673a916cd0 Fix #3159: Handle MIDI interface descriptor after audio streaming interface 2025-07-23 06:42:05 -07:00
Eli Lipsitz
18626857f0 Fix compilation when CH34X support is disabled 2025-07-15 23:00:39 -04:00
Zixun LI
a365cf6e3c fix last transfer size
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-11 17:56:56 +02:00
Zixun LI
4832762590 typo fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-11 17:48:10 +02:00
HiFiPhile
f074815405 Merge branch 'master' into feature/usbtmc_vendor-specific 2025-07-11 15:47:55 +02:00
Ha Thach
29c2af7651 Merge pull request #3172 from hathach/msc-inquiry2-cb
add tud_msc_inquiry2_cb() for full inquiry response
2025-07-11 17:45:38 +07:00
Ha Thach
5ce3e3bc01 Merge pull request #3168 from hathach/feature/add_tusb_teardown
Feature/add tusb teardown
2025-07-11 15:58:15 +07:00
hathach
e9a78c52d0 add tud_msc_inquiry2_cb() for full inquiry response 2025-07-11 15:24:17 +07:00
Ha Thach
40dc1dd436 Merge pull request #2987 from hathach/fix-2923-alt
make sure TOTAL_DRIVER_COUNT is not overflow 8-bit
2025-07-10 18:50:42 +07:00
hathach
f14fcaa84d rename to tusb_deinit() to match other namingg 2025-07-10 18:06:22 +07:00
hathach
77be5f96e4 Merge branch 'master' into fork/roma-jam/feature/add_tusb_teardown 2025-07-10 17:18:17 +07:00
HiFiPhile
1d2735fb54 FIx recurrent suspend ISR. 2025-07-10 12:33:54 +07:00
hathach
e598972438 add board_vbus_set() for samd21/d51 to enable usb host vbus
enable host example build for samd21/d51
2025-07-09 16:01:11 +07:00
hathach
386f551899 Merge branch 'refs/heads/master' into fork/ChrisDeadman/hcd-samd-support 2025-07-09 13:07:13 +07:00
Ha Thach
04fb5873ef Merge pull request #3165 from hathach/codex/find-and-fix-a-codebase-bug
Fix HID descriptor parsing of 4‑byte items
2025-07-09 12:04:10 +07:00
Ha Thach
5eb68a3c87 Add spec reference for 4-byte HID item size 2025-07-09 11:27:23 +07:00
Ha Thach
59b55898d9 fix HID parser variable size handling 2025-07-09 11:27:06 +07:00
hathach
961ea73e55 revert edpt busy/claim status if xfer_isr() defer to xfer_cb() 2025-07-08 12:13:22 +07:00
hathach
2908995c4c minor reformat code 2025-07-08 11:05:16 +07:00
hathach
a56f55c10b Merge remote-tracking branch 'origin/master' into xfer_isr
# Conflicts:
#	examples/device/audio_4_channel_mic_freertos/src/main.c
#	examples/device/audio_test_freertos/src/main.c
#	src/class/audio/audio_device.c
2025-07-08 10:09:24 +07:00
Ha Thach
1a41445b17 Fix HID descriptor parser size handling 2025-07-08 09:51:02 +07:00
Ha Thach
9990e4bf0c Merge pull request #2963 from HiFiPhile/stm32_cache
Add DWC2 cache maintenance routines for STM32
2025-07-07 22:02:30 +07:00
hathach
3eb0451879 change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1
use stock iar linker
2025-07-07 20:31:49 +07:00