wiki:GSoC/2023
Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Version 45 (modified by Muhammad Sulthan Mazaya, on 06/14/23 at 13:27:15) (diff)

--

Google Summer of Code 2023

This page is for the contributors who make proposals as well as those who work on projects for RTEMS as part of GSoC 2023.

Contributors' Proposals

Start filling in this table for yourself as soon as possible and update as needed.

Contributor Name Completed Hello Discord Handle Proposal Title Google Docs URL Final Submitted
Vihas Makwana Yes bitXh#7676 multiple kernel-level medium projects Proposal Yes
Mohd Noor Aman Yes katana-flinger Ethernet and SMP support for Raspberry Pi 4B AArch64 Ethernet and SMP support for Raspberry Pi 4B AArch64 Yes
Amna Mannan Yes amna_mannan Sifive Hifive Unleashed RISC-V port for RTEMS SiFive HiFive Unleashed RISC-V port for RTEMS Yes
Abhimanyu Raghuvanshi Yes ABR#9429 Build List Visualization Build List Visualization Yes
Muhammad Sulthan Mazaya Yes Mazaya#5546 Add support for renode.io Simulator Add support for renode.io Simulator Yes
Siddharth Khattar Yes Siddharth#0632 Improving support for amd64 BSP Improving support for amd64 BSP Yes
Ruturaj Nanoti Yes Ruturaj#6398 Addition of BSP-specific post link details to pkg-config Files Capturing BSP specific Post Link Details in .pc files Yes
Noriyuki Kurosu Yes Toson#8089 Add support for Address Sanitizer Add support for Adress Sanitizer Yes
Hardik Sethi Yes Hardik444#0244 Code Formatting for RTEMS score and Third-Party File Organisation Code Formatting for RTEMS score and Third-Party File Organisation Yes
Utkarsh Verma Yes Barusu Improve the Raspberry Pi 4 BSP Improve the Raspberry Pi 4 BSP Yes
Aryan Karawale Yes Aryan_Karawale#1731 Add a flattened device tree-based initialization for Beagle BSP Add a flattened device tree-based initialization for Beagle BSP Yes

The columns are to be filled in as follows:

  • The Contributor column is for your name.
  • The Completed Hello column lets us all know whether or not you completed the mandatory Hello World project. Email your proof to Gedare, Joel, and Chris Johns.
  • The nick on Discord column is your handle on Discord. RTEMS folks hang out there with best-effort service.
  • The Proposal Title should be self-explanatory.
  • The Google Docs URL is your proposal in Google Docs that can be reviewed and commented on by mentors. The proposal template should be copied and used as a baseline. This can be shared with mentors for review. Mentors can insert comments for you. You can use this as your Draft Proposal in the GSoC site.
  • The Final Submitted should be set to Yes when you have submitted your Final PDF proposal on the official GSoC site. If you do not submit the final proposal via the Google site, you cannot be considered!

Contributors' Summer of Code Tracking Table

Contributors whose GSoC project is accepted by RTEMS shall fill in a slot with their information in the following table, which helps to centralize SoC Project Management.

Contributor Name Handle Project Link Repository Link on Github Blog Calendar
Muhammad Sulthan Mazaya Mazaya#5546 Project Wiki Project's Github repo Blog Project Schedule
Mohd Noor Aman katana-flinger Project Wiki Project's Github repo Blog Project Schedule
Amna Mannan amna_mannan Project Wiki Project's Github repo Blog Project Schedule
Abhimanyu Raghuvanshi ABR#9429 Project Wiki Project's Github Repo Blog Project Schedule
Aryan Karawale Aryan_Karawale#1731 Project Wiki Project's Github Repo Blog Project Schedule
Utkarsh Verma Barusu#4230 Project Wiki Project's Github Repo Blog Project Schedule

The columns are to be filled in as follows:

  • The Contributor Name column is for your name.
  • The Handle column is your nickname on Discord.
  • The Project Link is a link to the Wiki page for your project.
  • The Repository Link on Github is a link to the Github repository for your project. It should be a specific repository, not just your github account!
  • The Blog is a link to your blog with entries about your project. It should be updated regularly during the summer.
  • The Calendar is a link to your Google Calendar with milestones and deliverables identified.

Contributor Status Updates

Each contributor has a section below for putting in notes from the weekly Discord meetings.

Gedare

  • Jan 23: Tracking status page created. Org Application Submitted.
  • May 8: Intro email sent and Discord meetings scheduled.

Mohd Noor Aman

  • May 31: Coding Period first meeting
    • Last week's work: Introduction to community, discussions about starting the project, Initial blog for GSoC 2023
    • Blocker: Understanding how drivers are imported from Freebsd in RTEMS-LIBBSD
    • Next week's plan: Try to import genet drivers from the freebsd tree
  • June 7: Coding period second meeting
    • Last week's work: Disccusion over on how to import drivers from the newer Freebsd release into the old branch on ML and Discord
    • Blocker: RTEMS-LIBBSD requires an update from 12.x to 13.x in order to import the drivers
    • Next week's plan: Try to backport the drivers from the 13.x to 12.x branch

Amna Mannan

  • May 31: Coding Period first meeting
    • Last week's work: tested out riscv64 BSP on the sifive QEMU machine. It didnt worked, there were some memory overlapping issue and more to count.
    • Blocker: Very less knowledge about the peripherals in Sifive BSP
    • Next week's plan: learn how to use GDB for figuring out errors
  • June 7: Coding period second meeting
    • Last week's work: Tried to learn how to use GDB, tried to build a basic BSP
    • Blocker: The registers info dump is still nowhere understandable to me, will try to further dig into this
    • Next week's plan: I will try to create a new BSP for Sifive instead of a generic one, Will write a blog for gdb lessons

Abhimanyu Raghuvanshi

Muhammad Sulthan Mazaya

  • May 31: Coding Period first meeting
    • Last week's work: Worked on the first implementation of renode on rtems-test
    • Blocker: Can't kill renode after the test is done, therefore blocking the next test
    • Next week's plan: Trying to figure out a hack to kill renode via renode itself, not depending on the rtems timeout
  • June 7: Coding period second meeting
    • Last week's work: Tried to use renode uart line hook to kill renode via monitor.Parse('q')
    • Blocker: Does not work with --disable-xwt turned on + turns out I can't use the tty console for the renode testing
    • Next week's plan: Look for another hack that is viable to be implemented
  • June 14: Coding period third meeting
    • Last week's work: Filed an issue to renode, working on another hack to make renode work. Probably going to implement a socket server as a reader thread and send a socket message using uart line hook of renode
    • Blocker: Understanding the source code took a while
    • Next week's plan: Implement the socket server as reader thread