[PATCH 1/1] Updated Hello World

2023-02-08 Thread prakhar
From: Prakhar --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index f0b662c..72d1dd4 100644 --- a/hello.c +++ b/hello.c @@ -9,6 +9,6 @@ rtems_task Init( rtems_task_argument ignored ) { - printf( "\nHello RTEMS from India!\n" ); + printf(

Re: GitLab and BuildBot

2023-02-08 Thread Christian MAUDERER
Hello Chris, On 2023-02-08 23:35, Chris Johns wrote: On 8/2/2023 8:04 pm, Christian MAUDERER wrote: On 2023-02-07 23:37, Chris Johns wrote: On 7/2/2023 9:31 pm, Christian MAUDERER wrote: On 2023-02-07 07:03, Chris Johns wrote: On 30/1/2023 10:12 pm, Christian MAUDERER wrote: That shouldn't

bsps/riscv: interrupt not occurred

2023-02-08 Thread Padmarao.Begari
Hi, While testing the Candence GEM driver of RTEMS-FreeBSD with the RTEMS on the PolarFire SoC Icicle Kit found one issue. Issue:The Interrupt is disabled before clearing the interrupt complete in the PLIC because of this the same interrupt is not occurred next time. Resolved: Clear the

Re: [PATCH rtems-release 1/3] rtems-notes-6.md: Obsolete SPARC64 port

2023-02-08 Thread Chris Johns
On 9/2/2023 12:53 pm, Joel Sherrill wrote: > Then ok to push and get almost ten percent of the 6.1 tickets closed? :) Sorry, yes it is. I will sort the move at after. Thanks Chris ___ devel mailing list devel@rtems.org

Re: [PATCH rtems-release 1/3] rtems-notes-6.md: Obsolete SPARC64 port

2023-02-08 Thread Joel Sherrill
Then ok to push and get almost ten percent of the 6.1 tickets closed? :) On Wed, Feb 8, 2023, 6:39 PM Chris Johns wrote: > Looks good. > > I will move this file into the `notes` directory once merged. > > Thanks > Chris > > On 9/2/2023 8:40 am, Joel Sherrill wrote: > > Closes #4613. > > --- > >

Re: [PATCH] spec/bsps: Deduplicate objxilinxsupport

2023-02-08 Thread Chris Johns
On 7/2/2023 5:55 pm, Sebastian Huber wrote: > On 06.02.23 23:09, Gedare Bloom wrote: >> ok. I'm not sure, maybe we need a note about this in >> https://docs.rtems.org/branches/master/eng/build-system.html > > A hint in the documentation would be helpful. Even more helpful would be a > consistency

Re: [PATCH rtems-release 1/3] rtems-notes-6.md: Obsolete SPARC64 port

2023-02-08 Thread Chris Johns
Looks good. I will move this file into the `notes` directory once merged. Thanks Chris On 9/2/2023 8:40 am, Joel Sherrill wrote: > Closes #4613. > --- > rtems-notes-6.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rtems-notes-6.md b/rtems-notes-6.md > index

Re: GitLab and BuildBot

2023-02-08 Thread Chris Johns
On 8/2/2023 8:04 pm, Christian MAUDERER wrote: > On 2023-02-07 23:37, Chris Johns wrote: >> On 7/2/2023 9:31 pm, Christian MAUDERER wrote: >>> On 2023-02-07 07:03, Chris Johns wrote: On 30/1/2023 10:12 pm, Christian MAUDERER wrote: >>> That shouldn't be a pure decision by the one who pays for

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

[PATCH rtems-release 3/3] rtems-notes-6.md: Obsolete v850 port

2023-02-08 Thread Joel Sherrill
Closes #4615. --- rtems-notes-6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rtems-notes-6.md b/rtems-notes-6.md index e5dc0d0..70b66a3 100644 --- a/rtems-notes-6.md +++ b/rtems-notes-6.md @@ -274,6 +274,7 @@ Removed obsoleted architectures: Obsoleted architectures: +* V850 *

[PATCH rtems-release 2/3] rtems-notes-6.md: Obsolete sh port

2023-02-08 Thread Joel Sherrill
Closes #4614. --- rtems-notes-6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rtems-notes-6.md b/rtems-notes-6.md index 755663e..e5dc0d0 100644 --- a/rtems-notes-6.md +++ b/rtems-notes-6.md @@ -275,6 +275,7 @@ Removed obsoleted architectures: Obsoleted architectures: * SPARC64 +*

[PATCH rtems-release 1/3] rtems-notes-6.md: Obsolete SPARC64 port

2023-02-08 Thread Joel Sherrill
Closes #4613. --- rtems-notes-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems-notes-6.md b/rtems-notes-6.md index 0eb7c2f..755663e 100644 --- a/rtems-notes-6.md +++ b/rtems-notes-6.md @@ -274,7 +274,7 @@ Removed obsoleted architectures: Obsoleted architectures:

Re: [PATCH rtems-central] spec/build-objects: Add details about duplicates

2023-02-08 Thread Sebastian Huber
On 07.02.23 23:00, Kinsey Moore wrote: Add a comment warning against duplicate ObjectsItem inclusions and why that can cause problems. Thanks, looks good. I can regenerate the file and check it in tomorrow. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany

Re: GitLab and BuildBot

2023-02-08 Thread Christian MAUDERER
On 2023-02-07 23:37, Chris Johns wrote: On 7/2/2023 9:31 pm, Christian MAUDERER wrote: On 2023-02-07 07:03, Chris Johns wrote: On 30/1/2023 10:12 pm, Christian MAUDERER wrote: Hello, recently the following tickets were added (beneath a few more related ones):