Changes between Version 6 and Version 7 of Ticket #647
- Timestamp:
- 2018-01-22T18:54:12Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #647 – Description
v6 v7 4 4 HelenOS features basic support for the popular !BeagleBoard XM and !BeagleBone credit-card sized computers. HelenOS also has its own USB stack, but because !BeagleBone uses a non-standard USB host controller and !BeagleBoard XM comes with a (sometimes) flaky EHCI host controller, and a non-standard OTG USB controller, HelenOS cannot unfold its full potential on these platforms, where most of the peripherals are meant to be attached via USB (mouse, keyboard, network, etc.). 5 5 6 HelenOS currently supports USB 1.1 a md USB 2.0. USB 3.0 development branch is available on !GitHub and is awaiting integration into the main development branch.6 HelenOS currently supports USB 1.1 and USB 2.0. USB 3.0 development branch is available on !GitHub and is awaiting integration into the main development branch. 7 7 8 8 !BeagleBone comes with a USB host controller which actually is an USB OTG controller with some pins grounded so that it acts as a host controller. The goal for the !BeagleBone would therefore be to implement the USB OTG controller driver for the host mode.