eRTOS USB
eRTOS provides USB capabilities through a USB Host Stack, which can be optionally loaded when the eRTOS system boots. The USB Stack supports the following types of devices:
- Keyboards – to be used with the eRTOS Console to control the eRTOS system, such as running and terminating processes.
- Mass Storage Devices – supported by the eRTOS Filesystem, facilitates file access through the supported File IO APIs.
- Hubs
The eRTOS USB Stack supports all USB controllers that implement the XHCI specifications versions 0.96, 1.0, or 1.1. USB 2.0, 3.0, 3.1, and 3.2 devices. All speeds from low speed to SuperSpeed Gen 2 are supported.
Related topics: