GSoC Prerequisite Task

Gedare Bloom gedare at rtems.org
Mon Mar 22 16:21:41 UTC 2021


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

> Dear sir,
>     Is this proof of work acceptable?
>
>
Yes.


> 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".
>>
>
Usually, I remember to ask students to just email it directly to me.

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.


> 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/91cf202b/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/91cf202b/attachment-0001.png>


More information about the devel mailing list