GSoC Prerequisite Task

Ahamed Husni ahamedhusni73 at gmail.com
Mon Mar 22 16:08:09 UTC 2021


Dear sir,
    Is this proof of work acceptable?

On Mon, Mar 22, 2021 at 11:56 AM Ahamed Husni <ahamedhusni73 at gmail.com>
wrote:

> HI,
>    I'm having trouble sending the screenshots.
> I get an email with the subject "Your message to devel awaits moderator
> approval".
> I attached the screenshot for both the programs output and the test output.
> That might have exceeded the maximum message size(256KB).
> I'll attach only the program output to this thread.
>
> Thanks,
> Husni.
>
> [image: hello_out.png]
>
>
>
> On Mon, Mar 22, 2021 at 11:38 AM Ahamed Husni <ahamedhusni73 at gmail.com>
> wrote:
>
>> Hi all,
>>     This is the modified hello program. I'll attach the screenshots in
>> another email.
>>
>> From 794d291f61c70dfcefb6b566e2a6a4af0fb801a5 Mon Sep 17 00:00:00 2001
>> From: Husni Faiz <ahamedhusni73 at gmail.com>
>> Date: Mon, 22 Mar 2021 01:18:25 +0530
>> Subject: [PATCH] GSoC Task
>>
>> Modified the hello program to meet the requirement.
>> ---
>>  testsuites/samples/hello/init.c | 4 +++-
>>  1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/testsuites/samples/hello/init.c
>> b/testsuites/samples/hello/init.c
>> index 34ded37c55..b215b1fcf9 100644
>> --- a/testsuites/samples/hello/init.c
>> +++ b/testsuites/samples/hello/init.c
>> @@ -22,7 +22,9 @@ static rtems_task Init(
>>  {
>>    rtems_print_printer_fprintf_putc(&rtems_test_printer);
>>    TEST_BEGIN();
>> -  printf( "Hello World\n" );
>> +  printf( "Hello Embedded World\n" );
>> +  printf( "Welcome to GSoC 202!\n" );
>> +  printf( "I'm Husni\n" );
>>    TEST_END();
>>    rtems_test_exit( 0 );
>>  }
>> --
>> 2.17.1
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20210322/64aabf16/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hello_out.png
Type: image/png
Size: 142537 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/devel/attachments/20210322/64aabf16/attachment-0001.png>


More information about the devel mailing list