Re: RTEMS Manuals: Single Page HTML version doesn't work

2020-02-12 Thread Christian Mauderer
On 13/02/2020 07:51, Amar Takhar wrote: > On 2020-02-13 07:20 +0100, Christian Mauderer wrote: >> Hello Amar, > > Hey! > >> Understood it. It still works when build locally so it shouldn't be a >> big problem fixing it. I just wasn't really aware of the single page >> version before and therefore

Re: Tool Roadmap for the RTEMS Pre-Qualification

2020-02-12 Thread Sebastian Huber
On 12/02/2020 17:19, Gedare Bloom wrote: On Tue, Feb 11, 2020 at 3:29 AM Sebastian Huber wrote: Hello, this email tries to give an overview of the tool roadmap for the RTEMS pre-qualification activity and things to decide for the RTEMS Project. The tools used for the RTEMS pre-qualification

Re: RTEMS Manuals: Single Page HTML version doesn't work

2020-02-12 Thread Amar Takhar
On 2020-02-13 07:20 +0100, Christian Mauderer wrote: > Hello Amar, Hey! > Understood it. It still works when build locally so it shouldn't be a > big problem fixing it. I just wasn't really aware of the single page > version before and therefore I wasn't sure whether it should work or > not. Just

Re: [PATCH v4] doc/raspberrypi: Added instructions for raspberrypi

2020-02-12 Thread G. S. Niteesh
Can someone take a look at this, It has been unnoticed for quite a while. Thank you, Niteesh On Sat, Jan 25, 2020 at 10:49 PM G S Niteesh wrote: > Added instructions to run examples on raspberrypi. > --- > user/bsps/arm/raspberrypi.rst | 111 +- > 1 file changed

Re: [PATCH] objectdata.h, objectimpl.h: Change structure member from free to deallocate

2020-02-12 Thread Sebastian Huber
On 13/02/2020 01:17, Joel Sherrill wrote: Without this change, rtems-libbsd does not compile. A macro turns free into bsd_free. Also the use of a standard library element as a program identifier is a violation of a MISRA rule. Turns out that was a good rule.:) Thanks, looks good. ___

Re: RTEMS Manuals: Single Page HTML version doesn't work

2020-02-12 Thread Christian Mauderer
Hello Chris, On 13/02/2020 05:16, Chris Johns wrote: > On 12/2/20 7:25 pm, Christian Mauderer wrote: >> On 12/02/2020 00:11, Chris Johns wrote: >>> On 12/2/20 12:41 am, Christian Mauderer wrote: on docs.rtems.org we have a table with the manuals. There are three views: Online, PDF a

Re: RTEMS Manuals: Single Page HTML version doesn't work

2020-02-12 Thread Christian Mauderer
Hello Amar, On 13/02/2020 05:33, Amar Takhar wrote: > On 2020-02-13 15:16 +1100, Chris Johns wrote: > >> It is useful if a user is deploying our documentation. I am not sure is >> something people building the docs normally do. > > Yes it's actually the main method I've seen many use since it i

Re: RTEMS Manuals: Single Page HTML version doesn't work

2020-02-12 Thread Amar Takhar
On 2020-02-13 15:16 +1100, Chris Johns wrote: > It is useful if a user is deploying our documentation. I am not sure is > something people building the docs normally do. Yes it's actually the main method I've seen many use since it inlines all files including images so it's just 1 HTML file per

Re: RTEMS Manuals: Single Page HTML version doesn't work

2020-02-12 Thread Chris Johns
On 12/2/20 7:25 pm, Christian Mauderer wrote: > On 12/02/2020 00:11, Chris Johns wrote: >> On 12/2/20 12:41 am, Christian Mauderer wrote: >>> >>> on docs.rtems.org we have a table with the manuals. There are three >>> views: Online, PDF and Single Page. It seems that Online and PDF work >>> fine. B

[PATCH] objectdata.h, objectimpl.h: Change structure member from free to deallocate

2020-02-12 Thread Joel Sherrill
Without this change, rtems-libbsd does not compile. A macro turns free into bsd_free. Also the use of a standard library element as a program identifier is a violation of a MISRA rule. Turns out that was a good rule. :) --- cpukit/include/rtems/score/objectdata.h | 2 +- cpukit/include/rtems/scor

rtems-libbsd Build Error

2020-02-12 Thread Joel Sherrill
Hi I am trying to build rtems-libbsd for xilinx_zynq_a9_qemu using tools and RTEMS built from their master branches. Both the master and 5-freebsd-12 branch fail to build with this error: In file included from ../../rtemsbsd/rtems/rtems-kernel-thread.c:56:0: /home/joel/rtems-class/tools/5/bsp-ins

Re: Tool Roadmap for the RTEMS Pre-Qualification

2020-02-12 Thread Gedare Bloom
On Tue, Feb 11, 2020 at 3:29 AM Sebastian Huber wrote: > > Hello, > > this email tries to give an overview of the tool roadmap for the RTEMS > pre-qualification activity and things to decide for the RTEMS Project. > > The tools used for the RTEMS pre-qualification will be command line > tools only

Re: [PATCH 00/21] Support statically allocated threads

2020-02-12 Thread Sebastian Huber
On 04/02/2020 11:35, Sebastian Huber wrote: Hello, any objects to push this patch set with the additional _Objects_Allocate_with_extend()? https://lists.rtems.org/pipermail/devel/2020-January/056724.html I will work on a documentation update afterwards. I checked in the patch set. The next

[PATCH] drvmgr: Fix determination of prefix in grlib uart driver

2020-02-12 Thread Jan Sommer
From: Dennis Pfau drvmgr_get_dev_prefix returns 0 if a prefix was found. Therefore the if condition needs to check for 0, i.e. DRVMGR_OK. --- bsps/shared/grlib/uart/apbuart_cons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsps/shared/grlib/uart/apbuart_cons.c b/bsps/sh

AW: AW: [PATCH v3 2/3] amd64: Add to build

2020-02-12 Thread Jan.Sommer
> -Ursprüngliche Nachricht- > Von: Chris Johns [mailto:chr...@rtems.org] > Gesendet: Mittwoch, 12. Februar 2020 00:36 > An: Sommer, Jan; sebastian.hu...@embedded-brains.de; devel@rtems.org > Betreff: Re: AW: [PATCH v3 2/3] amd64: Add to build > > On 12/2/20 12:21 am, jan.som...@dlr.de wr

Re: RTEMS Manuals: Single Page HTML version doesn't work

2020-02-12 Thread Christian Mauderer
On 12/02/2020 00:11, Chris Johns wrote: > On 12/2/20 12:41 am, Christian Mauderer wrote: >> >> on docs.rtems.org we have a table with the manuals. There are three >> views: Online, PDF and Single Page. It seems that Online and PDF work >> fine. But Single Page doesn't work at all. Only a blank page