Re: Glossary of Terms

2020-01-07 Thread Sebastian Huber
On 07/01/2020 17:21, Gedare Bloom wrote: On Tue, Jan 7, 2020 at 2:09 AM Sebastian Huber wrote: On 03/01/2020 18:16, Joel Sherrill wrote: On Fri, Jan 3, 2020, 10:22 AM Gedare Bloom mailto:ged...@rtems.org>> wrote: [...] I prefer we use a centralized glossary/document to generate indi

Re: [PATCH] tester: Prefer '_' as test state separator char

2020-01-07 Thread Sebastian Huber
On 08/01/2020 00:02, Chris Johns wrote: On 18/12/19 7:28 pm, Sebastian Huber wrote: if this change is all right for you I would push it and update the RSB to pick up the recent fixes in the tools. It is fine. Thanks for having a look at it. I pushed the change and updated the RSB. -- Sebast

Re: Raspberry Pi test report

2020-01-07 Thread Christian Mauderer
On 08/01/2020 00:24, Joel Sherrill wrote: > > > On Tue, Jan 7, 2020 at 12:42 PM Christian Mauderer > wrote: > > Hello Alan, > > I pushed the patches mentioned further below. So the raspberry BSP > should now work again for all raspberry 1 and 2 on the off

Re: Raspberry Pi test report

2020-01-07 Thread Joel Sherrill
On Tue, Jan 7, 2020 at 12:42 PM Christian Mauderer wrote: > Hello Alan, > > I pushed the patches mentioned further below. So the raspberry BSP > should now work again for all raspberry 1 and 2 on the official master > branch. Note that the > > kernel_address=0x20 > > is still necessary. >

Re: [PATCH] tester: Prefer '_' as test state separator char

2020-01-07 Thread Chris Johns
On 18/12/19 7:28 pm, Sebastian Huber wrote: > if this change is all right for you I would push it and update the RSB to pick > up the recent fixes in the tools. It is fine. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/list

RE: [PATCH] tester: Prefer '_' as test state separator char

2020-01-07 Thread Lou Woods
To add some test data to this topic, I applied this patch to rtems-tools and ran the testsuite on the BeagleBone Black. See the results below. The testsuite completed without error. Passed:578 Failed: 13 User Input: 6 Expected Fail: 0 Indeterminate: 0 Benchmark: 3

Re: [EXTERNAL] Re: Raspberry Pi test report

2020-01-07 Thread Cudmore, Alan P. (GSFC-5820)
Thank you for the updates, I will try out the latest on my collection of Raspberry Pis and report back. Alan On 1/7/20, 1:47 PM, "devel on behalf of Christian Mauderer" wrote: Hello Alan, I pushed the patches mentioned further below. So the raspberry BSP should now work again

Re: [PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-07 Thread Christian Mauderer
On 07/01/2020 18:45, Niteesh wrote: > You said that the FB was not working, was it because of this bug? > or else I want to take a look at it. No, that is a different problem. So if you want feel free to take a look. The first thing I noted is that the command line is not parsed correctly. The cu

Re: Raspberry Pi test report

2020-01-07 Thread Christian Mauderer
Hello Alan, I pushed the patches mentioned further below. So the raspberry BSP should now work again for all raspberry 1 and 2 on the official master branch. Note that the kernel_address=0x20 is still necessary. Best regards Christian On 06/01/2020 11:10, Christian Mauderer wrote: > H

Re: [PATCH] Updated docs to use the standalone SIS simulator, instead of GDB inbuilt SIS for the erc32 BSP.

2020-01-07 Thread Christian Mauderer
Pushed. Thanks. On 27/12/2019 13:01, G S Niteesh wrote: > --- > user/start/bsp-test.rst | 4 +- > user/tools/tester.rst | 144 > 2 files changed, 132 insertions(+), 16 deletions(-) > > diff --git a/user/start/bsp-test.rst b/user/start/bsp-test.rst > i

Re: [PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-07 Thread Niteesh
You said that the FB was not working, was it because of this bug? or else I want to take a look at it. On Tue, Jan 7, 2020 at 11:03 PM Niteesh wrote: > Great, thank you it wouldn't have been possible without your help and > support. > And thanks for patiently answering my questions :) > > On Tue

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

2020-01-07 Thread Niteesh
I didn't use the QEMU build from RSB, I built it from the source directly for another project I'll try QEMU from RSB, and will also add instructions for it in a couple of days. On Tue, Jan 7, 2020 at 1:00 AM Gedare Bloom wrote: > On Mon, Jan 6, 2020 at 11:25 AM Niteesh wrote: > > > > Do you wan

Re: [PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-07 Thread Niteesh
Great, thank you it wouldn't have been possible without your help and support. And thanks for patiently answering my questions :) On Tue, Jan 7, 2020 at 10:58 PM Christian Mauderer wrote: > Pushed with a minor modification: Due to the header reorder it was > necessary to include one extra header

Re: [PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-07 Thread Christian Mauderer
Pushed with a minor modification: Due to the header reorder it was necessary to include one extra header in bsp/fbcons.h. But that has been a hidden bug anyway. On 04/01/2020 20:50, G S Niteesh wrote: > Replaces the legacy termios API with new termios API (#3034) > Replaces the custom PL011 serial

Re: [PATCH] bsp/raspberrypi: Enable FDT support.

2020-01-07 Thread Christian Mauderer
Pushed. Thanks. On 03/01/2020 04:26, G S Niteesh wrote: > This commit adds FDT support to the BSP. > --- > bsps/arm/raspberrypi/include/bsp.h| 4 > c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 1 + > c/src/lib/libbsp/arm/raspberrypi/configure.ac | 13 + > 3 files

Re: Glossary of Terms

2020-01-07 Thread Gedare Bloom
On Tue, Jan 7, 2020 at 2:09 AM Sebastian Huber wrote: > > On 03/01/2020 18:16, Joel Sherrill wrote: > > > > > > On Fri, Jan 3, 2020, 10:22 AM Gedare Bloom > > wrote: > [...] > > I prefer we use a centralized glossary/document to generate individual > > glossaries

[PATCH 3/4] c-user: Add glossary entries for "eng"

2020-01-07 Thread Sebastian Huber
Update #3715. --- c-user/glossary.rst | 40 1 file changed, 40 insertions(+) diff --git a/c-user/glossary.rst b/c-user/glossary.rst index 5a2e6db..2720b21 100644 --- a/c-user/glossary.rst +++ b/c-user/glossary.rst @@ -6,6 +6,9 @@ Glossary .. glossary::

[PATCH 1/4] common: Add waf regenerate target

2020-01-07 Thread Sebastian Huber
Update #3853. --- bsp-howto/wscript| 1 + c-user/wscript | 1 + common/waf.py| 8 cpu-supplement/wscript | 1 + develenv/wscript | 1 + eclipse/wscript | 1 + eng/wscript | 1 + filesystem/wscript | 1 + networking/wscrip

[PATCH 2/4] common: Add script to generate glossary

2020-01-07 Thread Sebastian Huber
Update #3853. --- common/glossary.py | 121 + 1 file changed, 121 insertions(+) create mode 100755 common/glossary.py diff --git a/common/glossary.py b/common/glossary.py new file mode 100755 index 000..1353853 --- /dev/null +++ b/common/gl

[PATCH 0/4] Add support for document-specific glossaries

2020-01-07 Thread Sebastian Huber
Sebastian Huber (4): common: Add waf regenerate target common: Add script to generate glossary c-user: Add glossary entries for "eng" eng: Add glossary bsp-howto/wscript| 1 + c-user/glossary.rst | 40 c-user/wscript | 1 + common/glossary.py

[PATCH 4/4] eng: Add glossary

2020-01-07 Thread Sebastian Huber
Generated by "./waf regenerate". Update #3715. --- eng/glossary.rst | 39 +++ eng/index.rst| 1 + eng/wscript | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 eng/glossary.rst diff --git a/eng/glossary.rst b/eng/glossary.

Re: [PATCH v3] eng: Add Software Requirements Engineering chapter

2020-01-07 Thread Sebastian Huber
Hello, I checked in now the first version of this new chapter. -- 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 r

Re: Glossary of Terms

2020-01-07 Thread Sebastian Huber
On 03/01/2020 18:16, Joel Sherrill wrote: On Fri, Jan 3, 2020, 10:22 AM Gedare Bloom > wrote: [...] I prefer we use a centralized glossary/document to generate individual glossaries (via scripting or improving Sphinx). This will be a lot easier to maintain