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
Ha Thach
546e8413b5
Merge pull request #2873 from HiFiPhile/susp_isr
...
DWC2: fix recurrent suspend ISR without Vbus connected
2025-07-10 17:12:35 +07:00
HiFiPhile
1d2735fb54
FIx recurrent suspend ISR.
2025-07-10 12:33:54 +07:00
HiFiPhile
9f626fe179
Fix F4 BSP without UART_DEV.
2025-07-10 12:31:25 +07:00
Ha Thach
f918c4a978
Merge pull request #3167 from hathach/add-define-build-script
...
add option to pass symbol defines to ci build.py
2025-07-09 22:34:54 +07:00
hathach
b5694fd40a
add option to pass symbol defines to ci build.py
...
add build.args option for hil json
add MAX3421_HOST=1 for metro m4 express
2025-07-09 21:54:23 +07:00
Ha Thach
227b22de02
Merge pull request #2573 from ChrisDeadman/hcd-samd-support
...
Add support for SAMD21 HCD
2025-07-09 17:31:43 +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
bb07a82211
Merge pull request #3150 from HiFiPhile/xfer_isr
...
audio: manage ISO transfer in ISR
2025-07-09 11:48:01 +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
Ha Thach
42de71f3d0
Merge pull request #3166 from hathach/hil-skip-passed-board-in-rerun
...
try to skip passed board in hil test when re-run
2025-07-09 11:02:40 +07:00
hathach
091c6a7889
only clean/checkout/download artifacts on first attempt
2025-07-09 10:12:18 +07:00
raldone01
a9c51a7e65
Use localstorage clear.
2025-07-08 12:16:32 +02:00
raldone01
a0cb8aab50
Remember scroll position.
2025-07-08 12:04:01 +02:00
hathach
0c197a2eae
try to skip passed board in hil test when re-run
2025-07-08 16:39:12 +07:00
raldone01
1dcab43468
Fix ui desync issue. Fix disconnection issue.
2025-07-08 11:31:57 +02: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
ea64300a9a
Merge pull request #3164 from hathach/readd-max32666
...
re-add max32666fthr to hil pool
2025-07-07 22:28:25 +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
7909b503c4
re-add max32666fthr to hil pool
2025-07-07 20:56:05 +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
Zixun LI
a2ee6da299
Merge pull request #3162 from YixingShen/master
...
fixed vendord_open's tud_vendor_n_write_flush when CFG_TUD_VENDOR > 1
2025-07-07 10:53:39 +02:00
YixingShen
7b995267d6
update
2025-07-07 15:46:37 +08:00
ArteryTek
f4843c0307
Merge pull request #6 from ning3270455369/developer
...
support at32 mcu
2025-07-07 14:35:29 +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
raldone01
ce40b4c11e
Add missing idf cmake file.
2025-07-05 19:42:45 +02:00
raldone01
eeb73550ef
Remove double text encoder in SerialPort
.
2025-07-05 19:42:44 +02:00
raldone01
e11047f003
Add support for dark and light theme.
2025-07-05 19:42:44 +02:00
raldone01
bc13c80c63
Attempt to fix disconnect button state desync.
2025-07-05 19:42:44 +02:00
raldone01
28ded62c1c
Improve performance slightly
2025-07-05 19:42:44 +02:00
raldone01
eef5b92c9b
Choose a larger buffer.
2025-07-05 19:42:44 +02:00
raldone01
d3f7dff180
Major overhaul and logic cleanup.
...
Adds support for web serial as well.
2025-07-05 19:42:44 +02:00
raldone01
98b975202c
Minor bug fixes.
...
Persist settings.
2025-07-05 19:42:44 +02:00
raldone01
ff18dbd238
Rewrite of the web_serial example website.
...
Fixes : #2632
2025-07-05 19:42:44 +02:00
HiFiPhile
3287cfaf76
Use DMA enable for DCache condition
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-07-05 12:50:00 +02:00
Ha Thach
b012e95dfe
Merge pull request #2793 from verylowfreq/pr-ch32v-usbfs-host
...
Add Host support for ch32v20x usbfs
2025-07-05 12:56:30 +07:00
hathach
4b95a70bee
enable ci host and dual build for ch32v20x
2025-07-05 11:51:33 +07: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
HiFiPhile
ffab23cf0f
Revise DCache with RTT section
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-07-04 12:10:56 +02:00
hathach
1b5f97ff23
Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-host
2025-07-04 09:49:28 +07:00