GSoC: Hello World Patch

Joel Sherrill joel at rtems.org
Mon Mar 28 18:50:54 UTC 2022


Looks good. Email (or send it to me on Discord) a screenshot in gdb with
that program.

Then add yourself  to https://devel.rtems.org/wiki/GSoC/2022

Feel free to discuss any projects you are interested in here or Discord.

On Mon, Mar 28, 2022 at 1:10 PM Kamlesh Bharodiya <brkamleshg678 at gmail.com>
wrote:

> Hi,
>
> I would like to participate in the GSoC 2022 Program. I have built and run
> the Hello World Program. Please find below: (also attaching the patch)
>
> commit bdd1ae76926135fbadc7920eefe6a303342e4a19 (HEAD -> master)
> Author: Kamlesh_Bharodiya <brkamleshg678 at gmail.com>
> Date:   Sun Mar 27 22:22:47 2022 +0530
>
> [GSoC Entry] Modified Hello World Test
>
> diff --git a/testsuites/samples/hello/init.c
> b/testsuites/samples/hello/init.c
> index 34ded37c55..f4288833f9 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 to the World of RTEMS\n" );
>    TEST_END();
>    rtems_test_exit( 0 );
>  }
>
> Regards,
> Kamlesh
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>


More information about the devel mailing list