[PATCH] GSoC initial Work Proof

Gedare Bloom gedare at rtems.org
Sun Mar 14 16:39:21 UTC 2021


Hi Daman Bir Singh,

This is acceptable for your patch proof and no further revisions are
required. I will send you separate instructions regarding your
screenshot.

Please add your info to https://devel.rtems.org/wiki/GSoC/2021#StudentsProposals
.
I guess so far none of the other students who did the proof have added
themselves, but feel free to be first! If you need help on the
formatting, you can go in the prior year's GSoC and see how the table
is set up. (Click Edit on the bottom of the page to find the wiki
source.)

Gedare

On Fri, Mar 12, 2021 at 11:45 PM Daman Bir Singh
<damanbirsingh97 at gmail.com> wrote:
>
> ---
>  testsuites/samples/hello/hello.scn | 3 ++-
>  testsuites/samples/hello/init.c    | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/testsuites/samples/hello/hello.scn b/testsuites/samples/hello/hello.scn
> index d9e92d81d5..e9fc49520f 100644
> --- a/testsuites/samples/hello/hello.scn
> +++ b/testsuites/samples/hello/hello.scn
> @@ -1,3 +1,4 @@
>  *** HELLO WORLD TEST ***
> -Hello World
> +Hello from the Dark Side
> +By Daman Bir Singh, GSoC 2021 applicant
>  *** END OF HELLO WORLD TEST ***
> diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
> index 34ded37c55..dc79226f42 100644
> --- a/testsuites/samples/hello/init.c
> +++ b/testsuites/samples/hello/init.c
> @@ -22,7 +22,8 @@ static rtems_task Init(
>  {
>    rtems_print_printer_fprintf_putc(&rtems_test_printer);
>    TEST_BEGIN();
> -  printf( "Hello World\n" );
> +  printf( "Hello from the Dark Side\n" );
> +  printf( "By Daman Bir Singh, GSoC 2021 applicant\n");
>    TEST_END();
>    rtems_test_exit( 0 );
>  }
> --
> 2.30.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list