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

Changes between Version 56 and Version 57 of GSoC/2023


Ignore:
Timestamp:
07/26/23 13:56:14 (10 months ago)
Author:
Utkarsh Verma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2023

    v56 v57  
    176176    * Researched ways to automate the kernel flashing process for the RPi, to allow faster iterations.
    177177  * Next week: Document the BSP progress in blog posts and start work on the Mailbox peripheral.
     178* **July 19**: Coding Period Week !#8
     179  * Last week's work:
     180    * Researched the mailbox API and plan to implement the new property channel interface.
     181    * Could not make much progress as I had to travel for a few days.
     182  * Blocker: The mailbox API is not well-documented, so I have to read up on other open-source implementations.
     183  * Next week: Add support for the mailbox API
     184* **July 26**: Coding Period Week !#9
     185  * Last week's work:
     186    * Got the mailbox API to work in my bare-metal playground project.
     187  * Next week: Port the mailbox API to RTEMS with framebuffer support.