[PATCH 1/1] testsuites/samples/hello/init.c: Modify the message in printf call

Ruturaj nanoti nanotiruturaj at gmail.com
Wed Mar 8 03:38:14 UTC 2023


Hi Gedare,

Thank you for your response. I have sent an email with the screenshot
attached that shows the hello world example running in the SIS simulator.

Regards,
Ruturaj Nanoti

On Tue, Mar 7, 2023 at 9:44 PM Gedare Bloom <gedare at rtems.org> wrote:

> Thanks. Please email me and joel at rtems.org directly with a screenshot
> that shows you can run this modified hello world.
>
> On Mon, Mar 6, 2023 at 9:51 PM Ruturaj Nanoti <nanotiruturaj at gmail.com>
> wrote:
> >
> > Changed the message printed out in the hello testsuite from
> > `Hello World` to `Hello RTEMS, from Ruturaj Nanoti!!` to
> > demonstrate the ability to work with the RTEMS project.
> > ---
> >  testsuites/samples/hello/init.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/testsuites/samples/hello/init.c
> b/testsuites/samples/hello/init.c
> > index 83f6342ab3..2faff4a1ec 100644
> > --- a/testsuites/samples/hello/init.c
> > +++ b/testsuites/samples/hello/init.c
> > @@ -41,7 +41,8 @@ static rtems_task Init(
> >  {
> >    rtems_print_printer_fprintf_putc(&rtems_test_printer);
> >    TEST_BEGIN();
> > -  printf( "Hello World\n" );
> > +  /* printf( "Hello World\n" ); */
> > +  printf( "Hello RTEMS, from Ruturaj Nanoti!!\n" );
> >    TEST_END();
> >    rtems_test_exit( 0 );
> >  }
> > --
> > 2.34.1
> >
> > _______________________________________________
> > devel mailing list
> > devel at rtems.org
> > http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20230307/49514b5b/attachment.htm>


More information about the devel mailing list