Hi RTEMs developer, I am GSOC 2019 aspirant. I have completed the hello world program and also created the patch.
I would love to contribute more and looking forward to being GSOC 2019 student at RTEMs. Please find the attached file for your reference. Thank you -- *Ravindra Kumar Meena*, B. Tech. Computer Science and Engineering, Indian Institute of Technology (Indian School of Mines) <https://www.iitism.ac.in/>, Dhanbad
From 12c9fd371c09a20cd5ef70872760d192c1e9164d Mon Sep 17 00:00:00 2001 From: Ravindra Meena <rmeena...@gmail.com> Date: Wed, 6 Feb 2019 18:12:14 +0530 Subject: [PATCH] Ravindra's hello world --- testsuites/samples/hello/init.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 34ded37..29f4471 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -22,7 +22,10 @@ static rtems_task Init( { rtems_print_printer_fprintf_putc(&rtems_test_printer); TEST_BEGIN(); - printf( "Hello World\n" ); + printf( "\n\n*** GSOC HELLO WORLD TEST ***\n" ); + printf( "This is ravindra's hello world!\n" ); + printf( "Welcome to RTEMS and Google Summer of Code 2019\n" ); + printf( "*** END OF GSOC HELLO WORLD TEST ***\n" ); TEST_END(); rtems_test_exit( 0 ); } -- 2.7.4
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel