Re: docs not building to PDF

2022-10-12 Thread Frank Kühndel
Hello Chris, On 10/11/22 23:47, Chris Johns wrote: On 11/10/2022 7:12 pm, Frank Kühndel wrote: Hello Chris, On 10/11/22 03:09, Chris Johns wrote: On 10/10/2022 9:22 pm, Frank Kühndel wrote: images/filesystem/tftpfs_usage.png: https://share.embedded-brains.de/index.php/s/fQ4WrLrqmBjcbwC I ha

[PATCH] bsp-howto: Specify name of clock driver init func

2022-10-12 Thread Matthew Joyce
From: Matt Joyce --- bsp-howto/clock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp-howto/clock.rst b/bsp-howto/clock.rst index f3d30ce..b03f5ce 100644 --- a/bsp-howto/clock.rst +++ b/bsp-howto/clock.rst @@ -65,7 +65,7 @@ Clock Tick Only Initialization

Visibility of RISCV_BOOT_HARTID

2022-10-12 Thread Joel Sherrill
Hi I was looking at the bsp default settings for sparc/leon3 to show someone and noticed this which is out of place. # boot hartid (processor number) of risc-v cpu (default 0) RISCV_BOOT_HARTID = 0 I looked around and see it is an architecture specific ini setting but placed in a directory with

RE: Visibility of RISCV_BOOT_HARTID

2022-10-12 Thread Alan Cudmore
Hi Joel,This is relevant to my interests since I am working on a RISC-V BSP variant and I am adding a few options in the spec/build/bsps/riscv/riscv directory.Could this instance be fixed by moving it to the spec/build/bsps/riscv directory?Regards,AlanFrom: Joel SherrillSent: Wednesday, October 12,

Re: docs not building to PDF

2022-10-12 Thread Chris Johns
On 12/10/2022 8:56 pm, Frank Kühndel wrote: > Hello Chris, > On 10/11/22 23:47, Chris Johns wrote: >> On 11/10/2022 7:12 pm, Frank Kühndel wrote: >>> Hello Chris, >>> >>> On 10/11/22 03:09, Chris Johns wrote: On 10/10/2022 9:22 pm, Frank Kühndel wrote: > images/filesystem/tftpfs_usage.pn

Re: Cygwin tools failure

2022-10-12 Thread Chris Johns
On 12/10/2022 3:24 pm, Chris Johns wrote: > Consider a patch to add the piece removed at the end of this patch as > approved. I see the patch was pushed, thanks. The RSB hash will need to be updated so users pick it up. Thanks Chris ___ devel mailing l

[PATCH] README: Add a note about image tools

2022-10-12 Thread chrisj
From: Chris Johns --- README.txt | 15 +++ 1 file changed, 15 insertions(+) diff --git a/README.txt b/README.txt index 07bae0d..e9bf966 100644 --- a/README.txt +++ b/README.txt @@ -90,6 +90,21 @@ You do not need PlantUML or Ditaa installed to build our documentation. The online re

Re: docs not building to PDF

2022-10-12 Thread Sam Price
Have you guys looked at mermaidjs for simplistic diagrams? https://mermaid-js.github.io/mermaid/#/flowchart You can embed it in markdown. pandoc will convert it to images for html. it works on gitlab wiki, and prob others. On Wed, Oct 12, 2022 at 8:31 PM Chris Johns wrote: > > > On 12/10/2022 8

Re: docs not building to PDF

2022-10-12 Thread Chris Johns
On 13/10/2022 2:01 pm, Sam Price wrote: > Have you guys looked at mermaidjs for simplistic diagrams? > https://mermaid-js.github.io/mermaid/#/flowchart > No I have not. > You can embed it in markdown. pandoc will convert it to images for html. >

Re: docs not building to PDF

2022-10-12 Thread Sam Price
Yes https://github.com/mermaid-js/mermaid-cli There are command line tools so it can be integrated into pipelines. Convert Mermaid mmd Diagram File To SVG mmdc -i input.mmd -o output.svg Create A

Re: docs not building to PDF

2022-10-12 Thread Chris Johns
On 13/10/2022 3:15 pm, Sam Price wrote: > Yes > https://github.com/mermaid-js/mermaid-cli > > > There are command line tools so it can be integrated into pipelines. > > > Convert Mermaid mmd Diagram File To SVG > > mmdc -i input.mmd -o output.sv

Re: Visibility of RISCV_BOOT_HARTID

2022-10-12 Thread Sebastian Huber
On 12/10/2022 16:36, Joel Sherrill wrote: Hi I was looking at the bsp default settings for sparc/leon3 to show someone and noticed this which is out of place. # boot hartid (processor number) of risc-v cpu (default 0) RISCV_BOOT_HARTID = 0 I looked around and see it is an architecture specif

Re: docs not building to PDF

2022-10-12 Thread Sam Price
example https://mermaid.live/edit#pako:eNqFVG1vmzAQ_iuWP6UVaZM0DQGlkSYlnSJ1bUUyddmYkAlmYQEbGVP6sv732cdrtSrj0z0v9p19h1_xjgcU2ziTRNJFRH4JkvQfRy5zWcQi6WeBjVYqiEgcvVAUR76iSu2WyoKLwzu94lyWHBaRsNGOs0yi3Z4IdJrwnEkv5RGT6Aq5-FyGMnXxzBfnc0GzPNZ0cggi0UMdr4HW3sp5-PYV_amiz010dwKrdbWwAnK2e2mqh8CC9OdiFxsN7OZoSGe

Re: docs not building to PDF

2022-10-12 Thread Chris Johns
On 13/10/2022 4:06 pm, Sam Price wrote: > example > > https://mermaid.live/edit#pako:eNqFVG1vmzAQ_iuWP6UVaZM0DQGlkSYlnSJ1bUUyddmYkAlmYQEbGVP6sv732cdrtSrj0z0v9p19h1_xjgcU2ziTRNJFRH4JkvQfRy5zWcQi6WeBjVYqiEgcvVAUR76iSu2WyoKLwzu94lyWHBaRsNGOs0yi3Z4IdJrwnEkv5RGT6Aq5-FyGMnXxzBfnc0GzPNZ0cggi0UMdr4HW3sp5-

Re: docs not building to PDF

2022-10-12 Thread Sam Price
I forgot the loop backs. from close back to open. On Thu, Oct 13, 2022 at 1:12 AM Chris Johns wrote: > On 13/10/2022 4:06 pm, Sam Price wrote: > > example > > > > > https://mermaid.live/edit#pako:eNqFVG1vmzAQ_iuWP6UVaZM0DQGlkSYlnSJ1bUUyddmYkAlmYQEbGVP6sv732cdrtSrj0z0v9p19h1_xjgcU2ziTRNJFRH4JkvQf