Re: [PATCH] eng: Add register block specification types

2021-09-14 Thread Sebastian Huber
On 15/09/2021 00:48, Chris Johns wrote: On 14/9/21 8:08 pm, Sebastian Huber wrote: On 10/09/2021 16:41, Sebastian Huber wrote: A register block may be used to specify the memory-mapped interface to the hardware.  Register blocks consist of register block members. Register block members are

Re: RSB

2021-09-14 Thread Chris Johns
On 15/9/21 4:49 am, Joel Sherrill wrote: > On Mon, Sep 13, 2021, 7:02 PM Joel Sherrill > wrote: > On Mon, Sep 13, 2021 at 6:54 PM Chris Johns > wrote: > > On 13/9/21 11:20 pm, Joel Sherrill wrote: > > > Hi > > > > > > If

Re: [PATCH] eng: Add register block specification types

2021-09-14 Thread Chris Johns
On 14/9/21 8:08 pm, Sebastian Huber wrote: > On 10/09/2021 16:41, Sebastian Huber wrote: >> A register block may be used to specify the memory-mapped interface to >> the hardware.  Register blocks consist of register block members. >> Register block members are either instances of registers or

Re: [PATCH rtems-tools] check.py: Fix incorrect use of os.linesep

2021-09-14 Thread Chris Johns
OK and thanks Chris On 15/9/21 1:29 am, Ryan Long wrote: > Replaced a couple of calls to os.linesep() with os.linesep because > os.linesep() does not exist. > --- > tester/rt/check.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tester/rt/check.py

Re: RSB

2021-09-14 Thread Joel Sherrill
On Mon, Sep 13, 2021, 7:02 PM Joel Sherrill wrote: > On Mon, Sep 13, 2021 at 6:54 PM Chris Johns wrote: > > > > On 13/9/21 11:20 pm, Joel Sherrill wrote: > > > Hi > > > > > > If building a bset tar file, does it matter if the installation prefix > > > is writable? > > > > > >

[PATCH] c-user: Clarify task priorities

2021-09-14 Thread Sebastian Huber
--- c-user/scheduling-concepts/background.rst | 5 + c-user/scheduling-concepts/smp-schedulers.rst | 9 + c-user/task/background.rst| 14 ++ 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/c-user/scheduling-concepts/background.rst

[PATCH v2] c-user: Define lower and higher priority

2021-09-14 Thread Sebastian Huber
--- c-user/glossary.rst | 37 - 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/c-user/glossary.rst b/c-user/glossary.rst index 16a8b8d..94bf773 100644 --- a/c-user/glossary.rst +++ b/c-user/glossary.rst @@ -398,6 +398,10 @@ Glossary

[PATCH] c-user: Fix message manager documentation

2021-09-14 Thread Sebastian Huber
Remove bogus return status from rtems_message_queue_receive(). Clarify rtems_message_queue_flush(). Close #4508. --- c-user/message/directives.rst | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/c-user/message/directives.rst

[PATCH rtems-tools] check.py: Fix incorrect use of os.linesep

2021-09-14 Thread Ryan Long
Replaced a couple of calls to os.linesep() with os.linesep because os.linesep() does not exist. --- tester/rt/check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tester/rt/check.py b/tester/rt/check.py index 95fa47e..c01c25d 100755 --- a/tester/rt/check.py +++

Re: [PATCH] c-user: Define lower and higher priority

2021-09-14 Thread Joel Sherrill
The text looks ok. But there is duplication. Could the discussion of classic vs posix priorities be in the definition of priority? And referenced? I assume it formats ok On Tue, Sep 14, 2021, 9:04 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > --- > c-user/glossary.rst | 22

[PATCH] c-user: Define lower and higher priority

2021-09-14 Thread Sebastian Huber
--- c-user/glossary.rst | 22 ++ 1 file changed, 22 insertions(+) diff --git a/c-user/glossary.rst b/c-user/glossary.rst index 16a8b8d..b0cf7df 100644 --- a/c-user/glossary.rst +++ b/c-user/glossary.rst @@ -398,6 +398,17 @@ Glossary heterogeneous A

Re: [PATCH] eng: Add register block specification types

2021-09-14 Thread Sebastian Huber
On 10/09/2021 16:41, Sebastian Huber wrote: A register block may be used to specify the memory-mapped interface to the hardware. Register blocks consist of register block members. Register block members are either instances of registers or instances of other register blocks. Registers consists

Re: [PATCH] c-user: Add "Cache Manager" chapter

2021-09-14 Thread Chris Johns
On 14/9/21 3:57 pm, Sebastian Huber wrote: > On 10/09/2021 10:49, Sebastian Huber wrote: >> The Cache Manager directives are available via .  Document most >> of them in the Classic API Guide. >> >> Not documented are the following directive since the API is not yet >> stable: >> >> *

[PATCH 2/2] tester/tftp: Fxi recovery of timed out TFTP sessions

2021-09-14 Thread chrisj
From: Chris Johns - Add support to retry the tftp session if the target has not started - Add target handlers for the test directives to allow recovery on error --- tester/rt/config.py | 21 - tester/rt/exe.py| 12 +++ tester/rt/gdb.py| 12

[PATCH 1/2] tester: Simplify the console data handling

2021-09-14 Thread chrisj
From: Chris Johns --- tester/rt/console.py | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tester/rt/console.py b/tester/rt/console.py index 7e09bb9..13300da 100644 --- a/tester/rt/console.py +++ b/tester/rt/console.py @@ -109,7 +109,6 @@ class tty(console):