[PATCH] rtems: Rework object services API

2021-02-02 Thread Sebastian Huber
Add a "Constraints" paragraph to the documentation. Provide prototypes for programming language bindings. Use the macro implementation to implement the corresponding functions. Update #3993. --- cpukit/include/rtems/rtems/object.h| 137 +++-- cpukit/rtems/src/rtemsbuildi

[PATCH] c-user: Clarify object services

2021-02-02 Thread Sebastian Huber
Add a "Constraints" paragraph to the documentation. Use function prototypes for the directives. Update #3993. --- c-user/object-services/directives.rst | 97 + c-user/object-services/introduction.rst | 2 +- 2 files changed, 66 insertions(+), 33 deletions(-) diff --gi

Flight Software Workshop NEXT Week (free and virtual)

2021-02-02 Thread Joel Sherrill
Hi This year's event is virtual and next week (Feb 8-11). This year the tickets are free and slots are still available. The schedule is online at http://flightsoftware.jhuapl.edu/workshop/FSW2021 and scanning it I recognize at least 10 names that should be familiar from the RTEMS Community. This

[PATCH v2] rtems: Rework object services API

2021-02-02 Thread Sebastian Huber
Add a "Constraints" paragraph to the documentation. Provide prototypes for programming language bindings. Use the macro implementation to implement the corresponding functions. Update #3993. --- v2: Add some more constraints. cpukit/include/rtems/rtems/object.h| 215 +++

[PATCH] c-user: Clarify partition manager documentation

2021-02-02 Thread Sebastian Huber
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993. --- c-user/partition/directives.rst | 167 ++ c-user/partition/introduction.rst | 2 +- 2 files changed, 124 insertions(+), 45 deletions(-) diff --git a/c-user

Re: How to Classify Intermittent Test Failures

2021-02-02 Thread Joel Sherrill
On Mon, Feb 1, 2021 at 6:50 PM Chris Johns wrote: > > > On 2/2/21 9:12 am, Joel Sherrill wrote: > > On Mon, Feb 1, 2021 at 3:50 PM Chris Johns > > wrote: > > On 2/2/21 3:42 am, Joel Sherrill wrote: > > > Hi > > > > > > On the aarch64 qemu testing, we are

[PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Sebastian Huber
Change _Objects_Build_name() so that the result is independent of the signedness of char. Close #4228. --- cpukit/include/rtems/score/object.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cpukit/include/rtems/score/object.h b/cpukit/include/rtems/score/object.h ind

Re: [PATCH] c-user: Clarify object services

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 6:44 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Add a "Constraints" paragraph to the documentation. Use function > prototypes for the directives. > > Update #3993. > --- > c-user/object-services/directives.rst | 97 + > c-us

Re: [PATCH] c-user: Clarify object services

2021-02-02 Thread Sebastian Huber
On 02/02/2021 16:37, Gedare Bloom wrote: -.. rubric:: NOTES: +.. rubric:: CONSTRAINTS: -This directive is strictly local and does not impact task scheduling. I may have missed the discussion, but this note is being removed without being added elsewhere. Is it implied that all f

Re: [PATCH] c-user: Clarify object services

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 8:42 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 02/02/2021 16:37, Gedare Bloom wrote: > > > -.. rubric:: NOTES: > > +.. rubric:: CONSTRAINTS: > > > > -This directive is strictly local and does not impact task > scheduling. > > > > > > I

Re: [PATCH] c-user: Clarify partition manager documentation

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 7:13 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Unify the wording across similar directives of other managers. Add > "CONSTRAINTS" section. > > Update #3993. > --- > c-user/partition/directives.rst | 167 ++ > c-user/par

Re: How to Classify Intermittent Test Failures

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 7:40 AM Joel Sherrill wrote: > > > On Mon, Feb 1, 2021 at 6:50 PM Chris Johns wrote: > >> >> >> On 2/2/21 9:12 am, Joel Sherrill wrote: >> > On Mon, Feb 1, 2021 at 3:50 PM Chris Johns > > > wrote: >> > On 2/2/21 3:42 am, Joel Sherrill wrote: >

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Gedare Bloom
OK. This one surprised me (and I'm sure I'm not the only one.) On Tue, Feb 2, 2021 at 7:42 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Change _Objects_Build_name() so that the result is independent of the > signedness of char. > > Close #4228. > --- > cpukit/include/rtems/s

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Joel Sherrill
On Tue, Feb 2, 2021 at 10:22 AM Gedare Bloom wrote: > OK. This one surprised me (and I'm sure I'm not the only one.) > Agreed. Did this show up as a warning or Coverity issue? > > On Tue, Feb 2, 2021 at 7:42 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> Change _Objects

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Sebastian Huber
On 02/02/2021 17:22, Gedare Bloom wrote: OK. This one surprised me (and I'm sure I'm not the only one.) On Tue, Feb 2, 2021 at 7:42 AM Sebastian Huber > wrote: Change _Objects_Build_name() so that the result is independent of the signedness

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 9:44 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 02/02/2021 17:22, Gedare Bloom wrote: > > > OK. This one surprised me (and I'm sure I'm not the only one.) > > > > On Tue, Feb 2, 2021 at 7:42 AM Sebastian Huber > > >

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 9:57 AM Gedare Bloom wrote: > > > On Tue, Feb 2, 2021 at 9:44 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 02/02/2021 17:22, Gedare Bloom wrote: >> >> > OK. This one surprised me (and I'm sure I'm not the only one.) >> > >> > On Tue, Feb 2, 2021

Help in installing rtems

2021-02-02 Thread Rohan kumar
Hello all. My name is Rohan Kumar. I am very much interested in contributing to RTEMS for this year's GSOC. Actually I am trying to install rtems on my laptop. I am following the document "Quick Start : GSOC" . I completed the step Installing the tool suite but in the next step "Build a BSP" I am

Re: Help in installing rtems

2021-02-02 Thread Gedare Bloom
Hi Rohan, You should not generally post the same thing to both lists, nor should you cross-post (CC both lists). Both users and devel mailing lists are monitored and should get responses sometimes in the same day but within a few days at a minimum. If you don't get a response within a couple days

[PATCH] Basic lwIP for STM32H7 BSP

2021-02-02 Thread Robin Mueller
This patch updates the BSP to have basic lwIP support. This includes a new section in the linker base file in case lwIP is used for the STM32H7 BSP. This is not an ideal solution but I have not found a better one. Other adaptions include a new option to load lwIP and disabling some preprocessor gu

Re: [PATCH] c-user: Clarify partition manager documentation

2021-02-02 Thread Sebastian Huber
On 02/02/2021 17:10, Gedare Bloom wrote: +The partition as the user-defined object name specified in ``name``.  The The "as" is strange although it may be correct if you mean "Use the partition as" but since the language parsing is awkward. Or did you mean "has"? Good catch, I used th

Re: [PATCH] c-user: Clarify object services

2021-02-02 Thread Sebastian Huber
On 02/02/2021 16:56, Gedare Bloom wrote: On Tue, Feb 2, 2021 at 8:42 AM Sebastian Huber > wrote: On 02/02/2021 16:37, Gedare Bloom wrote: >     -.. rubric:: NOTES: >     +.. rubric:: CONSTRAINTS: > >     -This directive is stri

Re: [PATCH] c-user: Clarify object services

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 12:19 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 02/02/2021 16:56, Gedare Bloom wrote: > > > > > > > On Tue, Feb 2, 2021 at 8:42 AM Sebastian Huber > > > > wrote: > > > > On 02/02/2021 16:37, Gedare Bl

Debugging rtems-docs Sphinx issue

2021-02-02 Thread Ryan Long
Hi, I'm working on https://devel.rtems.org/ticket/4229#ticket . The following command is being issued: /home/rlong/nta-workspace/nta-docs/sphinx/bin/sphinx-build -b html -D extensions=sphinxcontrib.bibtex -C . out contents.rst -> If I run this with the "->" at the end, I get "bash: syntax err

Re: How to Classify Intermittent Test Failures

2021-02-02 Thread Chris Johns
On 3/2/21 3:13 am, Gedare Bloom wrote: > On Tue, Feb 2, 2021 at 7:40 AM Joel Sherrill > wrote: > On Mon, Feb 1, 2021 at 6:50 PM Chris Johns > wrote: > On 2/2/21 9:12 am, Joel Sherrill wrote: > >  On Mon, Feb 1, 2021 at 3:50 P

[PATCH] c-user: Clarify timer manager documentation

2021-02-02 Thread Sebastian Huber
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993. --- c-user/timer/directives.rst | 198 ++ c-user/timer/index.rst| 2 + c-user/timer/introduction.rst | 2 +- 3 files changed, 157 insertions(+), 4

[PATCH] c-user: Clarify event manager documentation

2021-02-02 Thread Sebastian Huber
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993. --- c-user/event/directives.rst | 60 +-- c-user/event/introduction.rst | 2 +- 2 files changed, 44 insertions(+), 18 deletions(-) diff --git a/c-user/event