Hello Everyone,
My name is Eric Mwangi, a Mechatronics Engineering graduate 2024. I have worked with RTOS in embedded systems for the last two years, including Zephyr and FreeRTOS.
I am interested in contributing to RTEMS.
cat 0001-modified-commit-message-of-init.c-samples-in-hello-f.patch
From cd1cb151ad36b7cc9be4bb5602741700fbeb7710 Mon Sep 17 00:00:00 2001
From: eric-14 ericmwas01@gmail.com
Date: Sat, 21 Mar 2026 13:01:59 +0300
Subject: [PATCH] modified commit message of init.c samples in hello file
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 76b939818a…813d9bcc87 100644
— a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -41,7 +41,7 @@ static rtems_task Init( rtems_task_argument ignored )
rtems_print_printer_fprintf_putc( &rtems_test_printer );
TEST_BEGIN();
- printf( “Hello World\n” );
- printf( “Hello Everyone. This is Eric. Ready to rumble! \n” );
TEST_END();
rtems_test_exit( 0 );
}
–
2.43.0
