Commit Graph

4326 Commits

Author SHA1 Message Date
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
Scott Shawcroft
ddb8f0fe73 Add ESP32-C5 and ESP32-C61 definitions 2025-08-15 10:15:24 -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
YixingShen
7b995267d6 update 2025-07-07 15:46:37 +08:00
zhiqiang
73bf9aeaa6 support at32 mcu 2025-07-07 14:13:15 +08:00
YixingShen
59a3720795 fixed CFG_TUD_VENDOR > 1 vendord_open tud_vendor_n_write_flush
tud_vendor_n_write_flush argument should be 0,1,2,..., but
p_vendor - _vendord_itf is 0, sizeof(vendord_interface_t), 2*sizeof(vendord_interface_t), ...
2025-07-07 00:26:12 +08:00
HiFiPhile
3287cfaf76 Use DMA enable for DCache condition
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-07-05 12:50:00 +02:00
hathach
6e88895dbc always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support host mode
reformat hcd usbfs
add uart rx for ch32v20x bsp
2025-07-05 11:26:48 +07:00
hathach
1b5f97ff23 Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-host 2025-07-04 09:49:28 +07:00
hathach
970c8b744e Merge branch 'master' into fork/HiFiPhile/stm32_cache 2025-07-03 17:07:52 +07:00
hathach
89da5a724d reduce bInterval for default CDC descriptor from 16ms to 1ms 2025-07-03 14:28:44 +07:00
hathach
41606a533d make notify API and memory configurable with CFG_TUD_CDC_NOTIFY
add tud_cdc_n_notify_conn_speed_change()
add tud_cdc_notify_complete_cb()
2025-07-03 13:42:05 +07:00
hathach
cf3966efd9 Merge branch 'master' into fork/HiFiPhile/dcd_notif 2025-07-02 18:18:52 +07:00