Changes between Version 6 and Version 7 of Ticket #647


Ignore:
Timestamp:
2018-01-22T18:54:12Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #647 – Description

    v6 v7  
    44  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.).
    55
    6   HelenOS currently supports USB 1.1 amd 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.
    77
    88  !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.