[PATCH] GSoC Hello World Exercise and Topics
Muhammad Sulthan Mazaya
msulthanmazaya at gmail.com
Fri Mar 24 03:50:48 UTC 2023
Hello Everyone,
My name is Muhammad Sulthan Mazaya and I am writing to express my interest
in contributing to RTEMS under the GSoC program. I have completed the
installations and preliminary tasks, including the HelloWorld task (patch
and screenshot attached). I am specifically interested in working on #4593
to add support for the renode.io Simulator (
https://devel.rtems.org/ticket/4593) and #4880 to build a List
Visualization feature for RTEMS (https://devel.rtems.org/ticket/4880).
I would greatly appreciate any guidance or mentorship you can provide as I
embark on my GSoC journey. Thank you for your time and consideration.
---
testsuites/samples/hello/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/samples/hello/init.c
b/testsuites/samples/hello/init.c
index 83f6342ab3..cd702c6f04 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -41,7 +41,7 @@ static rtems_task Init(
{
rtems_print_printer_fprintf_putc(&rtems_test_printer);
TEST_BEGIN();
- printf( "Hello World\n" );
+ printf( "Hello From the Dark Side >:D\n" );
TEST_END();
rtems_test_exit( 0 );
}
--
2.34.1
[image: image (2) (1).png]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20230324/a9f1e8f6/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image (2) (1).png
Type: image/png
Size: 315694 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/devel/attachments/20230324/a9f1e8f6/attachment-0001.png>
More information about the devel
mailing list