Re: [PATCH 2/6] Add unicode support for commonly used characters like copyright.

2019-02-20 Thread Sebastian Huber
On 21/02/2019 07:24, Chris Johns wrote: On 21/2/19 5:07 pm, Sebastian Huber wrote: On 21/02/2019 03:43, chr...@rtems.org wrote: From: Chris Johns - This change makes the copyright character easier to see on editors    lacking good unicode rendering support, ie terminals. I am not in favour o

Re: [PATCH 2/6] Add unicode support for commonly used characters like copyright.

2019-02-20 Thread Chris Johns
On 21/2/19 5:07 pm, Sebastian Huber wrote: > On 21/02/2019 03:43, chr...@rtems.org wrote: >> From: Chris Johns >> >> - This change makes the copyright character easier to see on editors >>    lacking good unicode rendering support, ie terminals. > > I am not in favour of this change. Unicode suppo

Re: [PATCH] Documentation clean ups.

2019-02-20 Thread Sebastian Huber
On 21/02/2019 07:14, Sebastian Huber wrote: Hello Chris, how can I enable the warnings? Ok, I should to read the README before asking stupid questions. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89

Re: [PATCH] Documentation clean ups.

2019-02-20 Thread Sebastian Huber
Hello Chris, how can I enable the warnings? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nach

Re: [PATCH 6/6] user: Remove nit-picky warnings.

2019-02-20 Thread Sebastian Huber
On 21/02/2019 03:43, chr...@rtems.org wrote: diff --git a/user/bsps/bsps-powerpc.rst b/user/bsps/bsps-powerpc.rst index 0ee51d1..365571f 100644 --- a/user/bsps/bsps-powerpc.rst +++ b/user/bsps/bsps-powerpc.rst @@ -94,7 +94,7 @@ Boot via U-Boot The application executable file (ELF file) must be

Re: [PATCH 2/6] Add unicode support for commonly used characters like copyright.

2019-02-20 Thread Sebastian Huber
On 21/02/2019 03:43, chr...@rtems.org wrote: From: Chris Johns - This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals. I am not in favour of this change. Unicode support should be standard even for terminals for a couple of

[PATCH] dev/sc16is752: Fix parity generation.

2019-02-20 Thread Christian Mauderer
--- cpukit/dev/serial/sc16is752.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/dev/serial/sc16is752.c b/cpukit/dev/serial/sc16is752.c index 068a2d3817..a58b87bfb7 100644 --- a/cpukit/dev/serial/sc16is752.c +++ b/cpukit/dev/serial/sc16is752.c @@ -183,6 +183,7 @@ static bool sc16is752_

[PATCH 5/6] Add a cheetsheet link to the README.txt

2019-02-20 Thread chrisj
From: Chris Johns --- README.txt | 4 1 file changed, 4 insertions(+) diff --git a/README.txt b/README.txt index ed05fb8..e002f60 100644 --- a/README.txt +++ b/README.txt @@ -24,6 +24,10 @@ created is worth it. Images can be created from source using PlantUML and Ditaa. +A Sphinx chec

[PATCH 2/6] Add unicode support for commonly used characters like copyright.

2019-02-20 Thread chrisj
From: Chris Johns - This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals. --- bsp-howto/index.rst| 10 ++ c-user/index.rst | 16 +--- common/unicode.rst | 5 + cpu-supplement/i

[PATCH 4/6] waf: Add support for extra and excluded sources.

2019-02-20 Thread chrisj
From: Chris Johns --- common/waf.py| 46 posix-compliance/wscript | 3 ++- 2 files changed, 34 insertions(+), 15 deletions(-) diff --git a/common/waf.py b/common/waf.py index 949d693..6a65b42 100644 --- a/common/waf.py +++ b/common/waf.py @@

[PATCH] Documentation clean ups.

2019-02-20 Thread chrisj
Hi, These patches clean up outstanding issues in the documentation: - Fix building images in the source directory - Provide a text unicode macro for copyright - Change --sphinx-verbose to --sphinx-options and add --sphinx-nit-pick to make nit-picky checking simpler - Allow extra and exc

[PATCH 3/6] waf: Change --sphinx-verbose to --sphinx-options, add --sphinx-nit-pick

2019-02-20 Thread chrisj
From: Chris Johns Provide options to manage sphinx. Make using the nit-picky mode simpler to access. --- README.txt| 44 common/waf.py | 41 - 2 files changed, 68 insertions(+), 17 deletions(-) diff --git a

[PATCH 6/6] user: Remove nit-picky warnings.

2019-02-20 Thread chrisj
From: Chris Johns --- user/bsps/bsps-powerpc.rst | 4 +- user/bsps/bsps-x86_64.rst | 16 +- user/exe/debugging.rst | 2 +- user/exe/index.rst | 12 +- user/exe/initialization.rst| 4 +- user/exe/loader.rst| 23 ++- use

[PATCH 1/6] waf: Fix building the images in the src path.

2019-02-20 Thread chrisj
From: Chris Johns --- common/waf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/waf.py b/common/waf.py index f859be7..d3bfbbf 100644 --- a/common/waf.py +++ b/common/waf.py @@ -394,7 +394,7 @@ def images_plantuml(ctx, source_dir, conf_dir, ext): return r

Re: Conversion of BSP config files to pkg-config files

2019-02-20 Thread Chris Johns
On 21/2/19 7:29 am, Vijay Kumar Banerjee wrote: > On Tue, 22 Jan 2019 at 06:30, Chris Johns > wrote: > > On 21/1/19 10:46 pm, Vijay Kumar Banerjee wrote: > > > > I want to work on the ticket #3302 > as a > > summer pr

Re: Conversion of BSP config files to pkg-config files

2019-02-20 Thread Vijay Kumar Banerjee
On Tue, 22 Jan 2019 at 06:30, Chris Johns wrote: > On 21/1/19 10:46 pm, Vijay Kumar Banerjee wrote: > > > > I want to work on the ticket #3302 > as a > > summer project. > > Great. > > > The goal of the project is to convert the BSP cfg files from `make` > fo

rtems-test crash

2019-02-20 Thread Joel Sherrill
Hi rtems-test crashes for me on Centos 7. I did check that rtems-tools was up to date. This set of command line arguments has worked in the past. == + /home/joel/rtems-work/rtems-tools//tester/rtems-test --rtems-tools=/home/joel/rtems-work/tools/5 --rtems-bsp=leon3 --log=run.

Fwd: Coverity Scan: Analysis completed for RTEMS

2019-02-20 Thread Joel Sherrill
Hi After building new tools, I did a new Coverity Scan ( https://scan.coverity.com) run. On a positive note, it looks like 7 were eliminated. There are now 143 outstanding. I encourage everyone in the community to take a look and see if there are any issues flagged that they can analyse and elim

Re: GSoC: Basic Support for Trace Compass

2019-02-20 Thread Joel Sherrill
On Wed, Feb 20, 2019 at 6:04 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > I added a potential GSoC project which I would like to mentor: > > https://devel.rtems.org/ticket/3696 Thanks. In my limited knowledge of Eclipse, I think the Target Communications Framework

GSoC: Basic Support for Trace Compass

2019-02-20 Thread Sebastian Huber
Hello, I added a potential GSoC project which I would like to mentor: https://devel.rtems.org/ticket/3696 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-b

Re: Babeltrace conversion Ticket

2019-02-20 Thread Sebastian Huber
On 19/02/2019 15:57, Joel Sherrill wrote: FWIW The keyword should have been SoC not GSoC'18 and the milestone should have been indefinite. I think SoC is a very bad keyword for Summer of Code?. For me this is System on Chip. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4