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

Changes between Version 46 and Version 47 of GSoC/2023


Ignore:
Timestamp:
06/14/23 13:36:10 (11 months ago)
Author:
Utkarsh Verma
Comment:

Add status updates for Utkarsh

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2023

    v46 v47  
    103103 * Blocker: Tried to build the rtems-test but failed to do so
    104104 * Next week's work: Build a simple application, Start the work on GPIO driver
     105
     106== Utkarsh Verma ==
     107* **June 7**: Coding Period Week !#2
     108  * Last week's work: Read about the existing GPIO driver in the arm/raspberrypi BSP and explored the RTEMS codebase.
     109  * Blocker: The codebase is a bit big and there is vagueness in the approach to take for the driver implementation.
     110  * Next week: Implementing the driver and looking into FDTs
     111* **June 14**: Coding Period Week !#3
     112  * Last week's work:
     113    * Found a BSP lookup bug in rtems_waf and raised a ticket (#4917) proposing a fix.
     114    * Fixed the RTEMS docs build system for newer versions of Sphinx.
     115    * Tested and validated a basic hardware setup to build upon. Created a new [https://github.com/UtkarshVerma/rtems-on-rpi4b repository] to contain examples for showcasing peripheral usage as the BSP support improves.
     116    * Discussed possible approaches to implement the GPIO driver with mentors.
     117  * Blocker: Getting used to the RTEMS codebase and understanding the principles before implementing the driver.
     118  * Next week: Start with the GPIO driver implementation around the GPIO2 interface.