[PATCH] Changed hello world example to include my name

Tanu Hari Dixit tokencolour at gmail.com
Wed Dec 21 03:33:13 UTC 2016


Hello Gedare,

I am looking forward to contributing to RTEMS!

Regards,
Tanu Hari Dixit


On Wed, Dec 21, 2016 at 2:35 AM, Gedare Bloom <gedare at rtems.org> wrote:
> Thank you, we look forward to your contributions!
>
> On Sat, Dec 17, 2016 at 7:38 PM, Tanu Hari Dixit <tokencolour at gmail.com> wrote:
>> Hello all,
>>
>> Please find the screenshot attached.
>>
>> Tanu Hari Dixit.
>>
>> On Sun, Dec 18, 2016 at 6:03 AM, tokencolour <tokencolour at gmail.com> wrote:
>>> This is something I tried after reading
>>> https://devel.rtems.org/wiki/GSoC/GettingStarted#ProveYouCanWorkOnRTEMS
>>> ---
>>>  testsuites/samples/hello/init.c | 6 +++++-
>>>  1 file changed, 5 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
>>> index a2d6c30..8fe9a6f 100644
>>> --- a/testsuites/samples/hello/init.c
>>> +++ b/testsuites/samples/hello/init.c
>>> @@ -31,7 +31,11 @@ rtems_task Init(
>>>  {
>>>    rtems_print_printer_printf(&rtems_test_printer);
>>>    rtems_test_begin();
>>> -  printf( "Hello World\n" );
>>> +  //printf( "Hello World\n" );
>>> +  printf( "\n\n*** GSOC HELLO WORLD TEST ***\n" );
>>> +  printf( "This is Tanu's Hello World\n" );
>>> +  printf( "Welcome to RTEMS and Google Summer of Code 2017\n" );
>>> +  printf( "*** END OF GSOC HELLO WORLD TEST ***\n" );
>>>    rtems_test_end();
>>>    exit( 0 );
>>>  }
>>> --
>>> 1.9.1
>>>
>>
>> _______________________________________________
>> devel mailing list
>> devel at rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list