[PATCH] Initial Commit

Mritunjay Sharma mritunjaysharma394 at gmail.com
Thu Feb 13 21:26:08 UTC 2020


Mistakenly entered wrong email id for the mailing list.
Please follow the thread for the messages.
Thanks & Regret for the typo
________________________________
From: Mritunjay Sharma <mritunjaysharma394 at gmail.com>
Sent: Friday, February 14, 2020 2:49 AM
To: joel at rtems.org
Cc: devrel at rtems.org
Subject: Re: [PATCH] Initial Commit

Hi,

This is Mritunjay Kumar Sharma, a second-year Undergrad in Computer Science Engineering, and a GSOC 2020 aspirant for RTEMS.  Being a beginner, Mritunjay sees this as a great opportunity to collaborate and learn with the community and some really good mentors.

Please find attached the snap of the successful modification of Hello World Test to complete the task.

The PATCH has already been sent earlier as can be seen in the thread.
[Image.jpeg]

Thanks and Regards,
Mritunjay Sharma
________________________________
From: Mritunjay <mritunjaysharma394 at gmail.com>
Sent: Friday, February 14, 2020 2:36:14 AM
To: joel at rtems.org <joel at rtems.org>
Cc: Mritunjay <mritunjaysharma394 at gmail.com>
Subject: [PATCH] Initial Commit

A new print line added as mentioned in the task required for beginner
students to contribute to RTEMS.

---
 testsuites/ada/sptests/sp19/Makefile | 2 --
 testsuites/samples/hello/init.c      | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100644 testsuites/ada/sptests/sp19/Makefile

diff --git a/testsuites/ada/sptests/sp19/Makefile b/testsuites/ada/sptests/sp19/Makefile
deleted file mode 100644
index 7d4019fd39..0000000000
--- a/testsuites/ada/sptests/sp19/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-sptest.adb: sptest.adp
-       m4 < $< > $@
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..0b9c625ef7 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -23,6 +23,7 @@ static rtems_task Init(
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
   printf( "Hello World " );
+  printf(" ***Hello Everyone! This is Mritunjay Sharma! Wish me luck for GSOC 2020*** ");
   TEST_END();
   rtems_test_exit( 0 );
 }
--
2.17.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200213/bcc4dd12/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image.jpeg
Type: image/jpeg
Size: 98061 bytes
Desc: Image.jpeg
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200213/bcc4dd12/attachment-0001.jpeg>


More information about the devel mailing list