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

Changes between Version 51 and Version 52 of GSoC/2023


Ignore:
Timestamp:
07/12/23 12:58:52 (10 months ago)
Author:
Utkarsh Verma
Comment:

Add status updates for Utkarsh

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2023

    v51 v52  
    149149  * Blocker: UART drivers depend on GPIO functionality, which is not present in the BSP. For implementing GPIO, the API has to be chosen.
    150150  * Next week: Discuss the GPIO API with the community and implement support for all five UARTs.
     151* **July 5**: Coding Period Week !#6
     152  * Last week's work:
     153    * Wrote a new poll-based driver for ARM PL011 for the RPi.
     154    * Wrote a new poll-based driver for RPi's MiniUART peripheral.
     155    * Implemented support for all six UART ports on the RPi with configurable baudrates.
     156  * Next week: Start documenting work for mid-review and continue community discussion on the GPIO API.
     157* **July 12**: Coding Period Week !#7
     158  * Last week's work:
     159    * Wrote blog posts for ongoing work.
     160    * Researched ways to automate the kernel flashing process for the RPi, to allow faster iterations.
     161  * Next week: Document the BSP progress in blog posts and start work on the Mailbox peripheral.