80a05cfcaf
"Claude PR Assistant workflow"
2026-03-04 18:08:07 +07:00
13e0b0c4f1
Merge pull request #3490 from Precidata/non-blocking-host-v2
...
Fully asynchrounous host code (v2)
2026-03-04 15:24:11 +07:00
e4950e9b69
add esptool --force for esp32p4 v0.1
2026-03-03 18:25:18 +07:00
2a27bd9db0
more call_after timeout adjustment with rtos
2026-03-02 22:32:15 +07:00
a8a4db3721
Merge pull request #3518 from espressif/fix/dcd_esp32p4_phy
...
fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4
2026-03-02 22:20:44 +07:00
c0adaca3a5
fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3
2026-03-02 20:14:00 +07:00
d9a7d1023c
improve timeout adjustment, exit tuh_task() by timeout_ms = 0
2026-03-02 20:07:16 +07:00
4fa4d39883
fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4
2026-03-02 12:29:09 +01:00
4df7ef5439
fix call_after timeout adjustment with rtos
2026-03-02 17:51:48 +07:00
0daa444a9b
- rename to usbh_defer_func_ms_async()
...
- call after (enum non-blocking delay) also support rtos now
2026-03-02 15:05:28 +07:00
ac172f7799
fix board test without tusb_time_millis_api()
2026-03-02 11:36:47 +07:00
bf76bb88e0
Merge pull request #3514 from sauloverissimo/fix/midi-device-cable-demux
...
midi device: add cable-aware stream read (tud_midi_n_demux_stream_read)
2026-03-01 16:19:48 +01:00
8444c25ab6
replace board_millis() with tusb_time_millis_api()
2026-02-28 00:01:40 +07:00
7ea02fd6c9
add osal_time_millis() to osal requirement
...
implement tusb_time_millis_api() with osal_time_millis() when OS is not NONE
2026-02-27 23:42:40 +07:00
8302adfab8
update h743eval board settings for tracing
2026-02-27 22:40:16 +07:00
66c4d470eb
add back deferred attachment queue, retry get hub port status if reset change not set after 20ms
2026-02-27 22:39:42 +07:00
fd933642df
fix fallthrough
2026-02-26 18:02:09 +07:00
abdf3452ac
revert usbh dedicated queue for attached event
2026-02-26 17:35:03 +07:00
56fca0076a
refactor, rename to schedule function with usbh_call_after_ms() to use with enumeration delay
2026-02-26 14:33:04 +07:00
4d402194dc
midi device: add cable-aware stream read (tud_midi_n_demux_stream_read)
...
The existing tud_midi_n_stream_read() accepts a cable_num parameter but
ignores it — all cables share a single FIFO and stream parser state, so
data from different virtual cables is silently mixed together.
Add tud_midi_n_demux_stream_read() which returns the cable number of the
data that was actually read. It peeks at each USB-MIDI event packet
header before consuming it and stops when the next packet belongs to a
different cable, allowing callers to dispatch per-cable without losing
data.
Implementation details:
- Mirrors the host-side tuh_midi_stream_read() approach: tu_edpt_stream_peek
for cable inspection, CIN-based byte count (USB MIDI 1.0 Table 4-1),
leftover handling via existing midi_driver_stream_t
- *p_cable_num initialized to 0xff sentinel so callers can detect
"no data" even when return value is 0
- Cable-change check (total_read > 0 guard) covers both leftover-originated
reads and freshly consumed packets
- TU_VERIFY uses explicit != NULL comparisons, consistent with codebase style
- Note: shares stream->buffer with tud_midi_n_stream_read(); do not mix
calls on the same interface
- Adds single-interface convenience wrapper tud_midi_demux_stream_read()
Closes #1838
2026-02-25 12:38:44 -03:00
bd1e79bc6c
Merge pull request #3513 from hathach/fix-cdch-ftdi-mulitple-channel
...
Fix FTDI host multi-channel loop and update documentation
2026-02-25 10:22:12 +07:00
da21dab358
fix CDC host FTDI multiple channel loop
...
fix typos for ftdi_process_set_config()
add J-Link GDB + RTT logging instructions
2026-02-25 10:05:22 +07:00
2e5d5665f3
Merge pull request #3509 from hathach/pr3506-followup
...
follow up to PR3506
2026-02-24 11:52:00 +07:00
f179b2957d
refactor: streamline high-speed PHY detection and configuration in DWC2 driver
2026-02-23 21:08:06 +07:00
1eef6f4f4f
refactor: improve high-speed PHY handling and FIFO configuration in DWC2 driver
2026-02-23 15:34:59 +07:00
942479407e
Merge branch 'hathach:master' into non-blocking-host-v2
2026-02-22 21:39:14 +01:00
dc072da5cc
Merge pull request #3506 from Precidata/fs-host-with-hs-phy-v3
...
Supports full-speed host with an high-speed PHY (DWC2, v3)
2026-02-22 13:50:31 +01:00
e947af26c6
Apply suggestions from code review
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-22 13:33:29 +01:00
b585df168a
refactor speed check
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2026-02-22 11:22:38 +01:00
dafb0d2bf4
check femtoPHY speed
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2026-02-21 17:34:11 +01:00
167a507146
fix ci
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2026-02-21 17:03:06 +01:00
c5ec572396
refactor config option
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2026-02-20 13:57:34 +01:00
7e61770971
Fix a couple indentations
2026-02-19 23:30:25 +01:00
c8265a3709
Introduce TUH_CFGID_PHY_SPEED configure option
2026-02-19 23:03:32 +01:00
db1ff5d169
Better variable/function names
2026-02-19 23:00:27 +01:00
41a00f498e
Merge pull request #3502 from roma-jam-lab/dbg/nested_hubs_address_empty_warning
...
add(usbh.c): LOG1 debug message when no address available for hub
2026-02-15 23:34:18 +01:00
59feef3208
add(usbh.c): LOG1 debug message when no address available for hub
2026-02-14 11:52:52 +01:00
da10280611
Merge pull request #3476 from hathach/dwc2_vbus
...
DWC2 Vbus sensing enhancement
2026-02-13 23:46:36 +07:00
f0b44ec615
use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more value
2026-02-13 22:29:14 +07:00
8f14cf4bfa
add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vbus sensing
...
simplify dwc2_stm32_gccfg_cfg() using guid value
2026-02-13 19:45:09 +07:00
35a90f213d
Merge branch 'refs/heads/master' into dwc2_vbus
2026-02-13 01:10:55 +07:00
d13284d02d
Merge pull request #3497 from hathach/more-membrowse
...
Change membrowse target to board/target and clean up workflow
2026-02-13 00:55:35 +07:00
ace6d295a9
fix stm32u545 makefile missing hcd
2026-02-13 00:27:05 +07:00
a6d4c6d022
change membrowse target to board/target and remove redundant continue-on-error directive
...
fix defsym can be followed by = or ,
2026-02-12 23:59:48 +07:00
115b26a61f
Merge pull request #3496 from michael-membrowse/fix_membrowse_defsym_extraction
...
fix ld symbols extraction
2026-02-12 22:57:50 +07:00
05cdaf0ad0
fix ld symbols extraction
2026-02-12 15:14:26 +00:00
0b8bff8a74
Merge pull request #3489 from hathach/update-memborwse-ci
...
Update memborwse ci
2026-02-12 14:37:30 +07:00
8a6012b009
refactor build scripts to support multiple build targets and improve argument handling
2026-02-12 13:32:00 +07:00
c59447faa8
clean up
2026-02-12 12:15:26 +07:00
a0982cd5ca
Merge pull request #3471 from hathach/msc_stall
...
device/msc: skip command stage if EP out is stalled
2026-02-12 10:50:03 +07:00