Commit Graph

10106 Commits

Author SHA1 Message Date
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
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
39bc5cd933 fix ci 2026-02-12 00:31:06 +07:00
4a5077a1aa membrowse upload continue on error 2026-02-12 00:10:18 +07:00
30802a19c9 Merge remote-tracking branch 'origin/master' into msc_stall 2026-02-11 23:58:41 +07:00
8a8cea5780 Merge pull request #3493 from hathach/pr-3471-status-sent-stall
device/msc: limit EP OUT stall check to STATUS_SENT transition
2026-02-11 23:56:57 +07:00
b5c84aa140 device/msc: only defer prepare_cbw() from STATUS_SENT when EP OUT stalled 2026-02-11 23:44:39 +07:00
cec0ee53f6 make membrowse command more visible 2026-02-11 23:30:14 +07:00
2883403ed0 Merge pull request #3491 from Precidata/custom-breakpoint-function
Introduce CFG_TUSB_DEBUG_BREAKPOINT hook
2026-02-11 17:13:29 +01:00
75adb35f35 Update tusb_verify.h 2026-02-11 16:23:11 +01:00
1586e80ffe Introduce CFG_TUSB_DEBUG_BREAKPOINT hook 2026-02-11 15:25:48 +01:00
90d0514630 Put deferred attachments in a separate queue 2026-02-11 15:06:27 +01:00
2808b65a0e Call continuation functions asynchronously 2026-02-11 15:05:25 +01:00
2f1b6296c6 Split functions calling tusb_time_delay_ms_api() 2026-02-11 15:04:04 +01:00
8c9901c318 correct membrowse upload step 2026-02-11 19:18:17 +07:00
9bba4373bf parse and pass linker symbol to membrowse report 2026-02-11 18:13:30 +07:00
c69e2e0a2a update membrowse target to family/board/target 2026-02-11 16:51:48 +07:00
2e8e33f284 add build target argument to improve flexibility of build scripts and workflows
membrowse-upload upload with --identical if elf file does not exist
2026-02-11 16:46:27 +07:00
07a3b3b34f fetch depth 0 if membrowse-upload 2026-02-11 11:33:45 +07:00
dfe7a97d34 remove membrowse-targets.json as it is no longer required 2026-02-11 00:48:48 +07:00
ff96b90def update get_deps.py to adjust MCU families for samd2x_l2x 2026-02-11 00:27:24 +07:00