Hello RTEMS Community,
My name is Isaac Ng, a 1st year systems design engineering student at the University of Waterloo. I’m currently doing a full stack engineering internship with a startup, and I’m interested in expanding my skillset to embedded systems.
From 2b5e32133984d6388cb2e7ced14b17ffc4882e88 Mon Sep 17 00:00:00 2001
From: Isaac Ng <isaacngcaasi@gmail.com>
Date: Tue, 24 Mar 2026 21:55:58 -0400
Subject: [PATCH] samples/hello: Add custom greeting for GSoC
---
testsuites/samples/hello/init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 76b939818a..c9bdf49e14 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -42,6 +42,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 from The Dark Side!\n" );
TEST_END();
rtems_test_exit( 0 );
}
--
2.43.0
