[PATCH] gsoc_task: Proof that I can contribute to RTEMS in GSoC

Gedare Bloom gedare at rtems.org
Fri Mar 19 14:51:41 UTC 2021


Hi Rajiv,

On Fri, Mar 19, 2021 at 4:21 AM Rajiv Vaidyanathan
<rajiv.vaidyanathan4 at gmail.com> wrote:
>
> Link to the task: https://docs.rtems.org/branches/master/user/start/gsoc.html
> ---
>  testsuites/samples/hello/init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
> index 34ded37c55..a4e556de19 100644
> --- a/testsuites/samples/hello/init.c
> +++ b/testsuites/samples/hello/init.c
> @@ -22,7 +22,7 @@ static rtems_task Init(
>  {
>    rtems_print_printer_fprintf_putc(&rtems_test_printer);
>    TEST_BEGIN();
> -  printf( "Hello World\n" );
> +  printf( "Hello from The Dark Side! I'm Rajiv Vaidyanathan and am excited to contribute to RTEMS at GSoC2021!\n" );

This is fine for the proof. Note that we limit code line lengths to 80
characters in practice:
https://docs.rtems.org/branches/master/eng/coding-formatting.html#eighty-character-line-limit

Please add your info to https://devel.rtems.org/wiki/GSoC/2021#StudentsProposals
and start to investigate which open projects you might like to
consider. You will need to engage on the devel mailing list with the
potential mentors about those projects, as some of the projects may be
no longer available or suitable, and in general the projects need to
be scoped appropriately. This engagement is best done in a separate
email thread dedicated to the proposed area(s) you want to investigate.

>    TEST_END();
>    rtems_test_exit( 0 );
>  }
> --
> 2.25.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list