RPi Support GSoC 2015

Yurii Shevtsov ungetch at gmail.com
Tue Mar 17 14:56:07 UTC 2015


Patch:
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index d8fe450..8bf3604 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -28,7 +28,9 @@ rtems_task Init(
 )
 {
   rtems_test_begin();
-  printf( "Hello World\n" );
+  printf( "Hello RTEMS\n" );
+  printf( "This is Yurii's Hello world\n" );
+  printf( "Have a nice day\n" );
   rtems_test_end();
   exit( 0 );
 }

Image: http://habrastorage.org/files/ef9/936/a2c/ef9936a2c3134fd89d4f7cf80ec56bc8.png

Working on hello for RPi

2015-03-13 18:19 GMT+02:00 Gedare Bloom <gedare at gwu.edu>:
> On Fri, Mar 13, 2015 at 12:05 PM, Юрий Шевцов <ungetch at gmail.com> wrote:
>> Am I right that completing Hello is just change and somehow submit lines in
>> samples/hello/init.c ? And how can I submit the proof, of course?)
>>
> Correct. You can send an email here with patch attached and a link to
> a screenshot posted somewhere.
>
>> _______________________________________________
>> devel mailing list
>> devel at rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel



More information about the devel mailing list