Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-27 Thread Joel Sherrill
I wanted to ping this. Did you figure out a pacman (right packager?) command to get pax? It would be great to see the Arch/Linux documentation correct. If your patch is complete, just let us know. Thanks. --joel On Thu, Feb 21, 2019 at 8:25 AM Vaibhav Gupta wrote: > BSP Build fails if I

Re: [PATCH] Update User Documentation for Host setup for Linux

2019-02-27 Thread Chris Johns
Pushed with the following minor changes. - the git commit message was wrapped to 80 columns - a `the` was added. Thank you for this patch. The online docs have been updated. :) Chris On 27/2/19 9:07 am, Vaibhav Gupta wrote: > Mention the requirement of 'pax' package for building BSP if RTEMS

Re: hello all, I want to participate Release Notes Generator project GSOC 2019

2019-02-27 Thread Joel Sherrill
On Wed, Feb 27, 2019 at 4:14 PM Victor Kukshiev wrote: > hello all, I want to participate Release Notes Generator project GSOC 2019 > i select this (https://devel.rtems.org/ticket/3314) when I known python > language and web technologies... > This project was part of two tasks that were

Fwd: hello all, I want to participate Release Notes Generator project GSOC 2019

2019-02-27 Thread Victor Kukshiev
hello all, I want to participate Release Notes Generator project GSOC 2019 i select this (https://devel.rtems.org/ticket/3314) when I known python language and web technologies... why is need to build RTEMS, write app and run it...? ___ devel mailing

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

2019-02-27 Thread Chris Johns
On 25/2/19 6:57 am, Vijay Kumar Banerjee wrote: > In an attempt to read all the files, I wrote a parser to try to put them > all in one place. Great. > I'm attaching the parser, the generated data and the list of files that > could not be parsed because they use `defines`. Yes this is where

Re: [PATCH 1/2] bsps: Adjust architecture Doxygen groups

2019-02-27 Thread Chris Johns
On 28/2/19 6:37 am, Sebastian Huber wrote: > - Am 27. Feb 2019 um 15:56 schrieb joel j...@rtems.org: > >> What's the rationale for changing the group names and is this described in >> the software engineering guide? > > We will add each of the about 5000 code files to at least one group, so

Re: [PATCH] bsp/lpc1768_mbed: Disable unsupported tests

2019-02-27 Thread Chris Johns
On 26/2/19 5:50 pm, Sebastian Huber wrote: > Yes, moving the test suite specific OPERATION_COUNT from the bsp.h to the > *.tcfg > would be good. However, I would like to resolve the build errors as soon as > possible. So, change the patch to define OPERATION_COUNT to 10 and adjust the > *.tcfg

[PATCH v2 7/8] Add commands and output to the README.

2019-02-27 Thread chrisj
From: Chris Johns --- README.txt | 28 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index e002f60..3679d1d 100644 --- a/README.txt +++ b/README.txt @@ -415,14 +415,34 @@ existing documentation for an example and if unsure

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

2019-02-27 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 ++-

[PATCH v2 8/8] User: Change output block to type none.

2019-02-27 Thread chrisj
From: Chris Johns --- user/bsps/bsps-powerpc.rst| 4 ++-- user/bsps/bsps-x86_64.rst | 10 - user/bsps/index.rst | 2 +- user/exe/initialization.rst | 2 +- user/exe/loader.rst | 6 +++--- user/hardware/architectures.rst | 4 ++--

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

2019-02-27 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 v2 3/8] waf: Change --sphinx-verbose to --sphinx-options, add --sphinx-nit-pick

2019-02-27 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

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

2019-02-27 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 +

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

2019-02-27 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

Re: [PATCH 1/2] bsps: Adjust architecture Doxygen groups

2019-02-27 Thread Sebastian Huber
- Am 27. Feb 2019 um 15:56 schrieb joel j...@rtems.org: > What's the rationale for changing the group names and is this described in > the software engineering guide? We will add each of the about 5000 code files to at least one group, so this requires some common pattern. Use of CamelCase

Re: Requirements Format

2019-02-27 Thread Joel Sherrill
Thanks for the tool tip Jan. Does this import into Doors? Is there a converter to ReqIF for importing to other tools? Would you be willing to submit the scripts and tools you have around it? Any horrible gotchas? On Wed, Feb 27, 2019, 4:59 AM wrote: > In one project we use Doorstop ( >

Re: [PATCH 1/2] bsps: Adjust architecture Doxygen groups

2019-02-27 Thread Joel Sherrill
What's the rationale for changing the group names and is this described in the software engineering guide? On Wed, Feb 27, 2019 at 3:05 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Update #3706. > --- > bsps/arm/beagle/include/bsp.h | 2 +- >

AW: Requirements Format

2019-02-27 Thread Jan.Sommer
In one project we use Doorstop (https://doorstop.readthedocs.io/en/latest/reference/items/) due to a lack of an actual DOORS license for every partner. For software developers it is quite easy to handle as it has a CLI and can be easily integrated with git as everything is a text file. However,

[PATCH] Remove explicit file names from @file

2019-02-27 Thread Sebastian Huber
This makes the @file documentation independent of the actual file name. Update #3707. --- bsps/arm/include/bsp/arm-errata.h| 2 +- bsps/arm/include/bsp/arm-release-id.h| 2 +- bsps/arm/include/cmsis_gcc.h | 2 +-

[PATCH 2/2] bsp/altera-cyclone-v: Adjust Doxygen groups

2019-02-27 Thread Sebastian Huber
Update #3706 --- bsps/arm/altera-cyclone-v/include/bsp.h| 26 +- bsps/arm/altera-cyclone-v/include/bsp/hwlib.h | 10 -- bsps/arm/altera-cyclone-v/include/bsp/i2cdrv.h | 2 +- bsps/arm/altera-cyclone-v/include/bsp/irq.h| 2 +-

[PATCH 1/2] bsps: Adjust architecture Doxygen groups

2019-02-27 Thread Sebastian Huber
Update #3706. --- bsps/arm/beagle/include/bsp.h | 2 +- bsps/arm/csb336/include/bsp.h | 2 +- bsps/arm/csb337/include/bsp.h | 2 +- bsps/arm/csb337/umon/doxygen.h | 4 +--- bsps/arm/edb7312/include/bsp.h | 2 +- bsps/arm/gdbarmsim/include/bsp.h

Re: Issue with sis and Leon3

2019-02-27 Thread Jiri Gaisler
On 2/26/19 11:04 PM, Joel Sherrill wrote: > > > On Tue, Feb 26, 2019 at 2:06 PM Jiri Gaisler > wrote: > > > On 2/26/19 8:49 PM, Joel Sherrill wrote: >> >> >> On Tue, Feb 26, 2019 at 1:28 PM Jiri Gaisler > > wrote: >> >> >> On

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

2019-02-27 Thread Chris Johns
On 27/2/19 6:51 pm, Sebastian Huber wrote: > On 27/02/2019 07:47, Chris Johns wrote: >> On 27/2/19 5:42 pm, Sebastian Huber wrote: >>> On 27/02/2019 07:30, Chris Johns wrote: diff --git a/README.txt b/README.txt index e002f60..115d08d 100644 --- a/README.txt +++ b/README.txt