Changes between Version 104 and Version 105 of GSoC/2018


Ignore:
Timestamp:
07/05/18 05:44:08 (5 years ago)
Author:
Amaan Cheval
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018

    v104 v105  
    130130  * Complete workable context initialization and switching code (will need cleanup)
    131131  * Reach user's Init task
    132   * Basic UART driver using inb and outb instructions (next: will use ns16550-context.c and console-termios.c, to support printf/printk through UART)
     132  * Basic UART driver using inb and outb instructions (manual, without using NS16550 driver in libchip)
     133
     134* July 3/4
     135  * Rebase with master and update BSP to account for interrupt-stack changes
     136  * Use ns16550-context.c and console-termios.c, to support printf/printk through UART
     137  * Make WIP pull-request on Github for initial review and clear "cleanup plan": https://github.com/AmaanC/rtems-gsoc18/pull/1/
    133138
    134139== Vijay Kumar Banerjee ==