diff --git a/projects/2018.rst b/projects/2018.rst index fdd6c39fa9b044fa5aa7a1bc2d60ce84ac9ba9ca..328d763845f26f3c4171b583f2102ceef0a94cbe 100644 --- a/projects/2018.rst +++ b/projects/2018.rst @@ -3,109 +3,132 @@ :far:`calendar-days` 2018 ######################### -Beagleboard.org GSoC 2018 Playlist -*********************************** +BeagleBoot +*********** -.. youtube:: Dk0KhYNS1CU - :align: center +.. youtube:: rlj-k4zyPN0 + :width: 100% -+----------------------+-------------------------------------------------------------------------+ -| Speaker | Drew Fustini | -+----------------------+-------------------------------------------------------------------------+ +| **Summary:** Integrate node-beagle-boot to Etcher and add features like U-boot console on boot up, TCT/IP proxy server, grab latest images from beagleboard.org to BeagleBoot (electron app), developed last year during GSoC. -.. grid:: 1 1 2 2 +**Contributor:** Ravi Kumar Prasad - .. grid-item-card:: BeagleBoot +**Mentors:** Jason Kridner, Abhishek Kumar - .. youtube:: rlj-k4zyPN0 - :width: 100% - - .. dropdown:: More +.. grid:: 2 2 2 2 - **Contributor:** Ravi Kumar Prasad + .. grid-item:: - **Mentors:** Jason Kridner, Abhishek Kumar + .. button-link:: https://summerofcode.withgoogle.com/archive/2018/projects/4610302519803904 + :color: info + :shadow: + :expand: - .. button-link:: https://summerofcode.withgoogle.com/archive/2013/projects/4610302513803304 - :color: info - :shadow: - :expand: + :fab:`google;pst-color-light` - GSoC Registry + + .. grid-item:: - GSoC Registry + .. button-link:: https://elinux.org/BeagleBoard/GSoC/etcher-beagleboot + :color: primary + :shadow: + :expand: - .. button-link:: https://elinux.org/BeagleBoard/GSoC/etcher-beagleboot - :color: info - :shadow: - :expand: + :fab:`linux;pst-color-light` - eLinux Proposal - Proposal - .. grid-item-card:: Fixing Bugs in BoneScript and Improve BeagleBone UI +Fixing Bugs in BoneScript and Improve BeagleBone UI +*************************************************** - .. youtube:: ZKOccMBiL5s - :width: 100% +.. youtube:: ZKOccMBiL5s + :width: 100% - .. dropdown:: More +| **Summary:** BoneScript is an existing Node.js library specifically optimized for the Beagle family and featuring familiar Arduino function calls, exported to the browser.The BoneScript library provides several functions for easy interaction with hardware which otherwise would have required the users to manipulate the SysFs files directly(assuming use of no other libraries),which is obviously confusing for a beginner-level user. - **Contributor:** Vaishnav M.A. +**Contributor:** Vaishnav M.A. - **Mentors:** Jason Kridner, Anuj Deshpande, Micheal Welling +**Mentors:** Jason Kridner, Anuj Deshpande, Micheal Welling - .. button-link:: https://summerofcode.withgoogle.com/archive/2013/projects/4871854686732288 - :color: info - :shadow: - :expand: +.. grid:: 2 2 2 2 - GSoC Registry + .. grid-item:: - .. button-link:: https://elinux.org/BeagleBoard/GSoC/fix-bugs-bonescript - :color: info - :shadow: - :expand: + .. button-link:: https://summerofcode.withgoogle.com/archive/2018/projects/4871854686732288 + :color: info + :shadow: + :expand: - Proposal + :fab:`google;pst-color-light` - GSoC Registry + + .. grid-item:: -.. grid:: 1 1 2 2 + .. button-link:: https://elinux.org/BeagleBoard/GSoC/fix-bugs-bonescript + :color: primary + :shadow: + :expand: - .. grid-item-card:: Modern Speak and Spell using PocketBeagle + :fab:`linux;pst-color-light` - eLinux Proposal - .. youtube:: EiBgch4M_RI - :width: 100% - - .. dropdown:: More +Modern Speak and Spell using PocketBeagle +******************************************* - **Contributor:** Anirban Banik +.. youtube:: EiBgch4M_RI + :width: 100% - **Mentors:** Eric Weish, Anuj Deshpande, Zubeen Tolani, Hunyue Yau, Andrew Henderson +| **Summary:** This project is basically to rebrain the previous Speak and Spell by Texas Instruments, and generate open source code for it . This is a Linux application which can be reproduced. The added features include offline speech recognition...using CMU Sphinx...to provide more robust features. - .. button-link:: https://summerofcode.withgoogle.com/archive/2013/projects/5031706255343824 - :color: info - :shadow: - :expand: +**Contributor:** Anirban Banik - GSoC Registry +**Mentors:** Eric Weish, Anuj Deshpande, Zubeen Tolani, Hunyue Yau, Andrew Henderson - .. button-link:: https://elinux.org/BeagleBoard/GSoC/Modern_Speak_and_Spell - :color: info - :shadow: - :expand: +.. grid:: 2 2 2 2 - Proposal + .. grid-item:: - .. grid-item-card:: Update to PyPRUSS - Python API for the PRUs + .. button-link:: https://summerofcode.withgoogle.com/archive/2018/projects/5031706255949824 + :color: info + :shadow: + :expand: - .. youtube:: vHxpa6JwqqI - :width: 100% + :fab:`google;pst-color-light` - GSoC Registry + + .. grid-item:: - .. dropdown:: More + .. button-link:: https://elinux.org/BeagleBoard/GSoC/Modern_Speak_and_Spell + :color: primary + :shadow: + :expand: - **Contributor:** Mohammed Muneeb + :fab:`linux;pst-color-light` - eLinux Proposal - **Mentors:** Kumar Abhishek, Patryk Mężydło, ZeekHuge, S. Lockwood-Childs - .. button-link:: https://elinux.org/BeagleBoard/GSoC/etcher-beagleboot - :color: info - :shadow: - :expand: +Update to PyPRUSS - Python API for the PRUs +******************************************** - Proposal \ No newline at end of file +.. youtube:: vHxpa6JwqqI + :width: 100% + +| **Summary:** The PyPRUSS is a python binding/API for controlling the PRUs . It provides an easy to use python-based interface for loading firmware, controlling execution and interrupts/memory management for the PRUs, therefore shortening the learning curve for users new to PRU programming. Currently, the PyPRUSS uses PASM for its examples and communicates using the older Userspace IO (UIO) Driver. + +**Contributor:** Mohammed Muneeb + +**Mentors:** Kumar Abhishek, Patryk Mężydło, ZeekHuge, S. Lockwood-Childs + +.. grid:: 2 2 2 2 + + .. grid-item:: + + .. button-link:: https://summerofcode.withgoogle.com/archive/2018/organizations/5713309579870208 + :color: light + :shadow: + :expand: + + :fab:`google;pst-color-light` - GSoC Registry + + .. grid-item:: + + .. button-link:: https://elinux.org/BeagleBoard/GSoC/PyPRUSS + :color: primary + :shadow: + :expand: + + :fab:`linux;pst-color-light` - eLinux Proposal \ No newline at end of file diff --git a/projects/index.rst b/projects/index.rst index 6eb1907a129064935a891d1f72dbe79915226fb2..51b52e6e595d30046a60f993a2822699000d23b7 100644 --- a/projects/index.rst +++ b/projects/index.rst @@ -6,6 +6,10 @@ Past Projects An overview of the significant contributions made to BeagleBoard.org through GSoC over the previous years is given in the section that follows. +.. youtube:: Dk0KhYNS1CU + :align: center + :width: 100% + .. grid:: 2 4 4 4 :margin: 4 4 0 0 :gutter: 4