Re: [PATCH 1] Changed Hello World

2023-02-08 Thread Gedare Bloom
On Tue, Feb 7, 2023 at 8:06 AM Christian MAUDERER
 wrote:
>
> Hello Prakhar,
>
> that looks suspiciously like a HTML mail (or rather a mixed mode mail).
> How did you send that patch? Usually it's best to use git send-email to
> send patches to the list so that no mail client messes up formatting
> which helps with applying patches again.
>
+1

Meanwhile, Prakhar, you can send me and j...@rtems.org a screenshot of
you running your modified hello world in a simulator to complete the
GSoC Getting Started (assuming that's what this is)

> Best regards
>
> Christian
>
> On 2023-02-07 09:17, Prakhar Agrawal wrote:
> > From: Prakhar  > >
> > Date: Tue, 7 Feb 2023 13:43:09 +0530
> > Subject: [PATCH 4/4] updated hello.c
> >
> > ---
> >   hello.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/hello.c b/hello.c
> > index 72d1dd4..a3c40ae 100644
> > --- a/hello.c
> > +++ b/hello.c
> > @@ -9,6 +9,6 @@ rtems_task Init(
> > rtems_task_argument ignored
> >   )
> >   {
> > -  printf( "\nHello World\n" );
> > +  printf( "\nHello RTEMS from Prakhar!\n" );
> > exit( 0 );
> >   }
> > --
> > 2.25.1
> >
> > ___
> > devel mailing list
> > devel@rtems.org
> > http://lists.rtems.org/mailman/listinfo/devel
>
> --
> 
> embedded brains GmbH
> Herr Christian MAUDERER
> Dornierstr. 4
> 82178 Puchheim
> Germany
> email:  christian.maude...@embedded-brains.de
> phone:  +49-89-18 94 741 - 18
> mobile: +49-176-152 206 08
>
> Registergericht: Amtsgericht München
> Registernummer: HRB 157899
> Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
> Unsere Datenschutzerklärung finden Sie hier:
> https://embedded-brains.de/datenschutzerklaerung/
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 1] Changed Hello World

2023-02-07 Thread Christian MAUDERER

Hello Prakhar,

that looks suspiciously like a HTML mail (or rather a mixed mode mail). 
How did you send that patch? Usually it's best to use git send-email to 
send patches to the list so that no mail client messes up formatting 
which helps with applying patches again.


Best regards

Christian

On 2023-02-07 09:17, Prakhar Agrawal wrote:
From: Prakhar >

Date: Tue, 7 Feb 2023 13:43:09 +0530
Subject: [PATCH 4/4] updated hello.c

---
  hello.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hello.c b/hello.c
index 72d1dd4..a3c40ae 100644
--- a/hello.c
+++ b/hello.c
@@ -9,6 +9,6 @@ rtems_task Init(
    rtems_task_argument ignored
  )
  {
-  printf( "\nHello World\n" );
+  printf( "\nHello RTEMS from Prakhar!\n" );
    exit( 0 );
  }
--
2.25.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


--

embedded brains GmbH
Herr Christian MAUDERER
Dornierstr. 4
82178 Puchheim
Germany
email:  christian.maude...@embedded-brains.de
phone:  +49-89-18 94 741 - 18
mobile: +49-176-152 206 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

[PATCH 1] Changed Hello World

2023-02-07 Thread Prakhar Agrawal
From: Prakhar 
Date: Tue, 7 Feb 2023 13:43:09 +0530
Subject: [PATCH 4/4] updated hello.c

---
 hello.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hello.c b/hello.c
index 72d1dd4..a3c40ae 100644
--- a/hello.c
+++ b/hello.c
@@ -9,6 +9,6 @@ rtems_task Init(
   rtems_task_argument ignored
 )
 {
-  printf( "\nHello World\n" );
+  printf( "\nHello RTEMS from Prakhar!\n" );
   exit( 0 );
 }
-- 
2.25.1
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel