<div dir="ltr">Respected Mentors, <br><br>I am a final year electrical engineering student at the University of Delhi, India. My resume is present <a href="https://anshuman23.github.io/CV-Resume.pdf">here</a> and my GitHub handle is anshuman23. I am very interested in contributing to RTEMS over the summer as part of GSoC. I have completed the entry level task of modifying the hello world example and built RTEMS for sparc/erc32. The patch is as follows:<div><br></div><div>--- rtems-master/testsuites/samples/hello/init.c<span style="white-space:pre"> </span>2018-01-05 22:31:37.000000000 +0530</div><div>+++ rtems/testsuites/samples/hello/init.c<span style="white-space:pre">  </span>2018-01-07 22:57:48.503225287 +0530</div><div>@@ -22,7 +22,8 @@ static rtems_task Init(</div><div> {</div><div>   rtems_print_printer_fprintf_putc(&rtems_test_printer);</div><div>   TEST_BEGIN();</div><div>-  printf( "Hello World\n" );</div><div>+  printf( "Anshuman's Hello World (GSOC 2018!)\n" );</div><div>+  printf( "github: anshuman23\n" );</div><div>   TEST_END();</div><div>   rtems_test_exit( 0 );</div><div> }</div><div><br></div><div><br></div><div><br></div><div>Where (and to whom) should I submit the screenshot? I have also looked at the open ideas page and identified projects that interest me:<br></div><div><div style="font-size:12.8px">1. Improvements to Stack bound checker (Runtime statistics)</div><div style="font-size:12.8px">2. BSPs for simulators #2903 (QEMU Beagleboard or SkyEye edp9312)</div><div style="font-size:12.8px">3. Runtime Tracing (integration of barectf) #3028<br></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">What are the required steps to complete if I am to choose one of these?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thank you for your time,</div><div style="font-size:12.8px">Warm Regards,</div><div style="font-size:12.8px">Anshuman Chhabra</div></div>