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/2021


Ignore:
Timestamp:
08/11/21 12:26:03 (3 years ago)
Author:
pranav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021

    v56 v57  
    174174  * Wrote a patch to add support for the second bank, sent to mentors to review.
    175175  * Found a circumventing option of using device tree overlays to circumvent and not change/patch pre-existing GPIO code.
    176   * Mentors are to decide if we are to go forward witth the patch or use device tree overlays.
    177 
     176  * Mentors are to decide if we are to go forward with the patch or use device tree overlays.
     177* July 14: Sixth Meet
     178  * Discarded the first GPIO patch because of too many changes to pre-existing code.
     179  * Wrote and Tested a more compact GPIO patch, sent to mentors for review.
     180  * Started working on testing the i2c, looked at previous i2c driver examples on rtems.
     181* July 21: Seventh Meet
     182  * Wrote a driver to read temperature from a sensor using the i2c on the RPi BSP
     183  * Wrote a test for the driver using both the BSPs. Both worked.
     184  * Started work on SPI driver.
     185* July 28: Eighth Meet
     186  * Wrote a driver to read temperature from a sensor using the SPI on the Rpi BSP
     187  * Wrote a test for the driver using both the BSPs. Both work.
     188* August 4: Ninth Meet
     189  * Tried finding documentation on the Rpi Boot process and working of the Rpi mailbox registers.
     190  * The mailbox now needs a send event poke, which was missing in the Rpi implementation
     191  * Added changes to the SMP on the the RPi BSP. Sent patch for the same.
    178192
    179193== Ida ==