[GSoC-Entry PATCH] RTEMS port for Raspberry pi 4 AArch64

Gedare Bloom gedare at rtems.org
Tue Mar 8 13:49:12 UTC 2022


Hi Mohd Noor Aman,

Got it, thanks.

Hopefully you can entice a mentor to express interest in the port :)
That always helps. We'll get proposal preparation started in earnest
soon.

Gedare

On Mon, Mar 7, 2022 at 9:28 PM Noor Aman <nooraman5718 at gmail.com> wrote:
>
> Hello, This is my patch for qualifying the RTEMS GSoC program. I have
> attached a screenshot to show the running modified hello world. I have
> created an entry in the GSoC 2022 page too.
>
>
> diff --git a/testsuites/samples/hello/init.c
> b/testsuites/samples/hello/init.c
> index 34ded37c55..5e2ec70adc 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 World from Mohd Noor Aman AKA katana-flinger\n" );
>    TEST_END();
>    rtems_test_exit( 0 );
>  }
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list