You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_ux_host_stack_rh_port_reset also returns UX_PORT_RESET_FAILED because it fails the check on actual_flags as _ux_host_event_flags_get is stubbed out.
Describe the bug
The USB Host Stack does not function when trying to use it with UX_HOST_STANDALONE..
To Reproduce
Steps to reproduce the behavior:
Some issues that I identified early in the device state machine:
_ux_host_stack_rh_port_rese
does not return aUX_STATE
value. So the status value is invalid here.usbx/common/core/src/ux_host_stack_tasks_run.c
Line 535 in 331a669
_ux_host_stack_rh_port_reset
also returns UX_PORT_RESET_FAILED because it fails the check on actual_flags as_ux_host_event_flags_get
is stubbed out.usbx/common/usbx_host_controllers/src/ux_hcd_ohci_port_reset.c
Line 118 in 331a669
Not sure if this is intended to function with UX_HOST_STANDALONE or its for testing only?
The text was updated successfully, but these errors were encountered: