Hello everyone
I’m Armaan, a CS graduate (2024). I’m interested in building safe realtime systems - hoping to learn from the rtems community!
Proof Of Work
(after bugfix) bsps/arm/lm3s69xx: Fix simple console UART output for lm3s6965_qemu (!1094) · Merge requests · RTEMS / RTOS / RTEMS · GitLab
0001-hello-world-modification.patch
armaan@ar-in0:~/Fun-CS/g26$ cat 0001-hello-world-modification.patch
From 2e10af3418f1d48ffaa22a5d414a7d930502238d Mon Sep 17 00:00:00 2001
From: Armaan Chowfin <2058-ar-in0@users.noreply.gitlab.rtems.org>
Date: Mon, 2 Mar 2026 00:33:44 +0530
Subject: [PATCH] hello world modification
---
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..27a8862d73 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( "\n\thello from armaan\n" );
TEST_END();
rtems_test_exit( 0 );
}
--
2.43.0
