GSoC 2017 -- initial proof

Gedare Bloom gedare at rtems.org
Fri Mar 31 19:52:35 UTC 2017


OK thanks. Don't forget the deadline is Monday to submit your Final
PDF and proof of enrollment. The "Final" PDF can be submitted multiple
times, so go ahead and submit it when you finish a first draft. Add
your draft proposal to the tracking table at
https://devel.rtems.org/wiki/GSoC/2017 also, to get some possible
feedback.

On Fri, Mar 31, 2017 at 3:31 PM, Andy MacGregor
<amacgregor.2018 at comcast.net> wrote:
> Here's the screenshot and patch of the modified hello.exe example.
>
> I'll post a proposal shortly.
>
> Best,
> Andy MacGregor
>
> https://drive.google.com/open?id=0BzwU9Bh2pYJfR19XU002R1MtcjA
> ---
>  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 a2d6c30..2aa396f 100644
> --- a/testsuites/samples/hello/init.c
> +++ b/testsuites/samples/hello/init.c
> @@ -31,7 +31,7 @@ rtems_task Init(
>  {
>    rtems_print_printer_printf(&rtems_test_printer);
>    rtems_test_begin();
> -  printf( "Hello World\n" );
> +  printf( "\"Hello World\" - Andy MacGregor\n" );
>    rtems_test_end();
>    exit( 0 );
>  }
> --
> 2.9.3
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel



More information about the devel mailing list