GSoc 2026:Intro and Proof of Work

Hello everyone, I am new to RTEMS and the Google Summer of Code (GSoC) program. After carefully reviewing the GSoC projects, I have identified a particular interest in the project titled “Porting OpenGL (PortableGL) Implementation to RTEMS.” Could you please provide guidance on the appropriate direction for conducting in-depth research on this project? Additionally, I would like to mention that I have successfully completed the initial “hello world” task and submitted the corresponding Merge Request (MR).

From 23accdc0bbcec53ee8ebce9babcb46d42400ebe0 Mon Sep 17 00:00:00 2001
From: Kinsey Moore kinsey.moore@oarcorp.com
Date: Mon, 10 Nov 2025 12:14:32 -0600

Subject: [PATCH] hello: customize message for GSoC proof

testsuites/samples/hello/init.c | 3 ±
1 file changed, 2 insertion(+), 1 deletion(-)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 76b939818a…faa37173cb 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 World\n” );
  • printf( “My name is yijunli\n” );
    TEST_END();
    rtems_test_exit( 0 );
    }

    2.34.1

How did you create your patch?


Sorry, that was something I did when I was preparing for GSOC 2025 last year. I’ve redone it now.

Thanks, you can add yourself to tracking/2026 · main · RTEMS / Programs / Google Summer of Code · GitLab