Re: [PATCH] Fix compiler warnings for schedulerstrongapa.c

2021-07-05 Thread Richi Dubey
Done. Can you please check now? I have verified that it works. On Mon, Jul 5, 2021 at 11:09 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 03/07/2021 09:06, Richi Dubey wrote: > > --- > > cpukit/score/src/schedulerstrongapa.c | 21 - > > 1 file changed

[PATCH v2] Fix compiler warnings for schedulerstrongapa.c

2021-07-05 Thread Richi Dubey
--- cpukit/score/src/schedulerstrongapa.c | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/cpukit/score/src/schedulerstrongapa.c b/cpukit/score/src/schedulerstrongapa.c index 845d19d1a8..2d138bc7c3 100644 --- a/cpukit/score/src/schedulerstrongapa.c +++

Re: RTEMS on uC5282

2021-07-05 Thread Vijay Kumar Banerjee
On Sun, Jul 4, 2021 at 5:08 PM Vijay Kumar Banerjee wrote: > > Hi, > > I have a uC5282 board running uClinux and I was wondering if someone > has instructions for converting the RTEMS exe files into boot files > that can be booted from the ram buffer (using `goram` from > uCbootloader. > This comm

[PATCH] rtems:modify spthread01 testsuites for cond variable signal and broadcast intf

2021-07-05 Thread tianye
From: tianye --- testsuites/sptests/spthread01/init.c | 90 ++-- 1 file changed, 75 insertions(+), 15 deletions(-) diff --git a/testsuites/sptests/spthread01/init.c b/testsuites/sptests/spthread01/init.c index 9044ca2..63cc7b8 100644 --- a/testsuites/sptests/spt

Re: [PATCH v7] Update test smpstrongapa01

2021-07-05 Thread Sebastian Huber
On 29/06/2021 09:05, Richi Dubey wrote: Update smpstrongapa01 to account for task shifting. Thanks, I checked it in. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741

Re: [PATCH v2] Fix compiler warnings for schedulerstrongapa.c

2021-07-05 Thread Sebastian Huber
Thanks for the warning fix. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08 Registergericht: Amtsgericht München Registernummer: HRB 157899 Vertretungsberechtigte

Re: WAF build system: configure to prepend .o to all links?

2021-07-05 Thread Sebastian Huber
Hello Peter, On 04/07/2021 15:02, Peter Dufault wrote: I want to build the i.MX RT BSP with a custom DTS file. It's easy to build an application using ones own "dts.o" file, but I want to build all the BSP tests with my dts.o. For now I just change the one in the tree but I don't want to do