usbx icon indicating copy to clipboard operation
usbx copied to clipboard

Eclipse ThreadX - USBX is a high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with Eclipse ThreadX RTOS

Results 63 usbx issues
Sort by recently updated
recently updated
newest added

Is it possible with the help of this stack to implement interaction with Webcamera through UVC ? If so, how?

help wanted

Add some documents for USBX development.

how to enable USBX suspend/resume functionality in USBX (planning to put the controller in stop mode to conserver power after USB suspend). need to wake the controller whenever a event...

feature

**Describe the bug** When trying to define `UX_SLAVE_REQUEST_DATA_MAX_LENGTH` in us_user.h to low value in order to save memory, it hits on a check of `UX_DEVICE_CLASS_RNDIS_MAX_MSG_LENGTH`. This is on the latest...

bug

- add missing free allocated memory for device classes (pima/dfu/rndis). - remove extra spaces. - add hid instance sanity check in ux_device_class_hid_uninitialize before freed hid instance memory.

Fix files names typos unitialize -> uninitialize

Does USBX has any plan to suppoer XHCI in the future, since more and more new platform use XHCI instead of EHCI, and I have difficulty to find a decent...

feature

We need to use a USB port to operate the ink screen here. The ink screen will be recognized as a USB flash drive, and then we need to run...

hardware

Hi, I have a question for threadx-eclipse teams It is possible to rework architecture to support other RTOS ? (i see that USBX will be ported to PX5) so it...

hardware