<div dir="ltr">Thanks for the feedback! <br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Mar 14, 2021 at 5:32 PM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Ida,<br>
<br>
This is acceptable for your proof and no further revisions are<br>
required, but please see my notes below:<br>
<br>
On Fri, Mar 12, 2021 at 9:13 PM Ida Delphine <<a href="mailto:idadelm@gmail.com" target="_blank">idadelm@gmail.com</a>> wrote:<br>
><br>
> From: Meh Mbeh Ida Delphine <<a href="mailto:idadelm@gmail.com" target="_blank">idadelm@gmail.com</a>><br>
><br>
Author info looks good, thanks.<br>
<br>
> Modified rtems/testsuites/samples/hello/init.c to prove I can work on the RTEMS project for GSoC.<br>
See <a href="https://devel.rtems.org/wiki/Developer/Git#GitCommits" rel="noreferrer" target="_blank">https://devel.rtems.org/wiki/Developer/Git#GitCommits</a> for more<br>
about preparing "real commits" in the future. This one is acceptable<br>
for the proof.<br>
<br>
(We need to merge that text from<br>
<a href="https://devel.rtems.org/wiki/Developer/Git#GitCommits" rel="noreferrer" target="_blank">https://devel.rtems.org/wiki/Developer/Git#GitCommits</a> into a suitable<br>
subsection in <a href="https://docs.rtems.org/branches/master/eng/vc-users.html#creating-a-patch" rel="noreferrer" target="_blank">https://docs.rtems.org/branches/master/eng/vc-users.html#creating-a-patch</a><br>
someday.)<br>
<br>
> ---<br>
>  testsuites/samples/hello/init.c | 2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
> diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c<br>
> index 34ded37c55..fa581fd447 100644<br>
> --- a/testsuites/samples/hello/init.c<br>
> +++ b/testsuites/samples/hello/init.c<br>
> @@ -22,7 +22,7 @@ static rtems_task Init(<br>
>  {<br>
>    rtems_print_printer_fprintf_putc(&rtems_test_printer);<br>
>    TEST_BEGIN();<br>
> -  printf( "Hello World\n" );<br>
> +  printf( "Hello World, I'm Ida Deslphine and this is th main proof I can officially work on the RTEMS Project for GSoC. I'm so excited. Thank you all for the help you rendered when I ran into several errors!\n" );<br>
<br>
The message is great! :) Now you can start to see why we make this<br>
task part of our proposal preparation!<br>
<br>
Note that our code style adheres to a maximum of 80 characters per<br>
line: <a href="https://docs.rtems.org/branches/master/eng/coding.html" rel="noreferrer" target="_blank">https://docs.rtems.org/branches/master/eng/coding.html</a><br>
<br>
We are still working toward automated code style checking (which is by<br>
the way a GSoC project: <a href="https://devel.rtems.org/ticket/3860" rel="noreferrer" target="_blank">https://devel.rtems.org/ticket/3860</a> that does<br>
not require strong C/asm skills).<br>
<br>
Please add your info to <a href="https://devel.rtems.org/wiki/GSoC/2021#StudentsProposals" rel="noreferrer" target="_blank">https://devel.rtems.org/wiki/GSoC/2021#StudentsProposals</a><br>
<br>
I guess so far none of the other students who did the proof have added<br>
themselves, but feel free to be first! If you need help on the<br>
formatting, you can go in the prior year's GSoC and see how the table<br>
is set up. (Click Edit on the bottom of the page to find the wiki<br>
source.)<br>
<br>
Gedare<br>
<br>
>    TEST_END();<br>
>    rtems_test_exit( 0 );<br>
>  }<br>
> --<br>
> 2.25.1<br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>