Changes between Version 6 and Version 8 of Ticket #621
- Timestamp:
- 2018-01-22T18:46:49Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #621
- Property Keywords gsoc17 gsoc18 added
-
Ticket #621 – Description
v6 v8 6 6 A prerequisite for the Raspberry Pi USB controller driver would be a simple Raspberry Pi platform driver that would provide attachment points for the USB controller driver and possibly also for other drivers. This small driver represents an ideal qualification task for GSoC students who wish to work on this project. 7 7 [[br]][[br]] 8 HelenOS currently supports USB 1.1 . USB 2.0 development branch is available on Launchpadand is awaiting integration into the main development branch. The Raspberry Pi USB controller can be programmed either for USB 1.1 or USB 2.0.8 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. The Raspberry Pi USB controller can be programmed either for USB 1.1 or USB 2.0. 9 9 10 10 What Gains and Benefits will this bring?:: … … 23 23 * [http://www.raspberrypi.org/documentation/hardware/raspberrypi/usb/README.md Raspberry Pi USB documentation on Raspberry Pi project homepage] 24 24 * [http://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/README.md BCM2835 chip documentation on Raspberry Pi project homepage] 25 * [https:// code.launchpad.net/~jan.vesely/helenos/usb lp:~jan.vesely/helenos/usb Development branch with USB 2.0 support]25 * [https://github.com/helenos-xhci-team/helenos Development branch with USB 3.0 support] 26 26 27 27 Possible mentors::