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

Changes between Version 117 and Version 118 of GSoC/2017


Ignore:
Timestamp:
07/27/17 20:55:59 (7 years ago)
Author:
Denis Obrezkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017

    v117 v118  
    212212  * to make a dummy clock driver run
    213213  * to fill a wiki page on rtems.org about HiFive1 BSP and write a blog post about Phase 2 results.
     214* July 26: meeting, Last week of the Phase 2.
     215 * What was done:
     216  * I have discovered mistakes in my console driver
     217  * I've started to fill in my wiki-page on rtems.org
     218  * I was trying to enable a dummy clock driver.
     219 * The current issues:
     220  * the dummy clock driver still doesn't work due to an unknown reason
     221  * a console driver hasn't been implemented to full extent yet (printk works, printf - doesn't)
     222  * uart reception is not implemented.
     223 * Plans for the next week:
     224  * implement proper interrupt handling (utilizing RTEMS interrupt handling procedure)
     225  * to improve my code quality (remove magic constants)
     226  * to implement reception in uart
     227  * to make an interrupt-driven clock driver run
     228  * to write a blog post about Phase 2 results.
    214229
    215230== Tanu Hari Dixit ==