[docs] c-user: Clarify BSP related configuration settings

2022-08-11 Thread Sebastian Huber
--- c-user/config/device-driver.rst | 7 ++-- c-user/config/general.rst | 60 ++--- c-user/config/idle-task.rst | 18 -- 3 files changed, 76 insertions(+), 9 deletions(-) diff --git a/c-user/config/device-driver.rst b/c-user/config/device-driver.rst

Re: rtems-central: spec2module fails with no changes to repos

2022-08-11 Thread Sebastian Huber
On 10.08.22 23:11, Joel Sherrill wrote: It looks like the rtems-central repo fails when spec2modules is run on it currently with no local changes. Sorry, I forgot to update the Git submodules. It should work now. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany

[rtems-tools PATCH] linkers: Update rtems-score-thread.ini

2022-08-11 Thread Duc Doan
The signature for _Thread_Close() was different in rtems-score-thread.ini and in cpukit/include/rtems/score/threadimpl.h. This changes _Thread_Close() in the .ini file to comply with the new function prototype in threadimpl.h. --- linkers/rtems-score-thread.ini | 2 +- 1 file changed, 1 insertion(

Re: How to automate finding comments in copyright/license block

2022-08-11 Thread Frank Kühndel
Hi Joel, it of course depends what exactly you are looking for, what you expect as output and what patterns to match. May be this is an idea but it still contains a few false positives in its output: $ cd rtems $ fgrep -rn -C 3 'COPYRIGHT' cpukit/ | fgrep -C 3 'P1003' Relicensing is a formidable

Re: Binary CPU / Thread information.

2022-08-11 Thread Sebastian Huber
Hello Sam, On 10.08.22 17:03, Sam Price wrote: I saw that there was a console command to see cpu usage information. https://docs.rtems.org/branches/master/c-user/cpu_usage_statistics.html Is there a binary api to get th

Re: [PATCH] 6: Enable some libstdc++ features

2022-08-11 Thread Sebastian Huber
Hello Chris, On 08.08.22 13:46, Sebastian Huber wrote: Enable TLS support for all RTEMS targets except bfin, lm32, m68k, mips, moxie, or1k, and v850. For all RTEMS targets, define HAVE_ALIGNED_ALLOC, HAVE_AT_QUICK_EXIT, HAVE_LINK, HAVE_QUICK_EXIT, HAVE_READLINK, HAVE_SETENV, HAVE_SLEEP, HAVE_ST

[rtems-tools 5 PATCH] Python 3.8 warning about "is" vs "==" in comparisons of literals

2022-08-11 Thread Ryan Long
From: Konrad Schwarz Signed-off-by: Konrad Schwarz Closes #4692 --- rtemstoolkit/config.py | 2 +- rtemstoolkit/macros.py | 58 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/rtemstoolkit/config.py b/rtemstoolkit/config.py i

[rtems-tools PATCH] rtemstoolkit: Fix conditions using "is" with literals

2022-08-11 Thread Ryan Long
Fix warnings that come from python 3.8 about using the "is" operator with string literals. Closes #4700 --- rtemstoolkit/config.py | 2 +- rtemstoolkit/macros.py | 58 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/rtemstoolkit

rtems-docs fail to build

2022-08-11 Thread Joel Sherrill
Hi Subject says it. This is the error and a git bisect which points to Chris updating the arm section of the user guide. I don't see the issue looking at the patch. >From f028448e5f21f4317a0a7b9b336d7e492ebea6c7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 3 Aug 2022 14:20:52 +1000 Subj

Re: [PATCH] 6: Enable some libstdc++ features

2022-08-11 Thread Chris Johns
On 12/8/2022 12:48 am, Sebastian Huber wrote: > Hello Chris, > > On 08.08.22 13:46, Sebastian Huber wrote: >> Enable TLS support for all RTEMS targets except bfin, lm32, m68k, mips, >> moxie, >> or1k, and v850.  For all RTEMS targets, define HAVE_ALIGNED_ALLOC, >> HAVE_AT_QUICK_EXIT, HAVE_LINK, H

Re: [rtems-tools 5 PATCH] Python 3.8 warning about "is" vs "==" in comparisons of literals

2022-08-11 Thread Chris Johns
OK and thanks Chris On 12/8/2022 5:25 am, Ryan Long wrote: > From: Konrad Schwarz > > Signed-off-by: Konrad Schwarz > > Closes #4692 > --- > rtemstoolkit/config.py | 2 +- > rtemstoolkit/macros.py | 58 > +- > 2 files changed, 30 insertions(+

Re: [rtems-tools PATCH] rtemstoolkit: Fix conditions using "is" with literals

2022-08-11 Thread Chris Johns
OK and thanks Chris On 12/8/2022 5:26 am, Ryan Long wrote: > Fix warnings that come from python 3.8 about using the "is" operator with > string literals. > > Closes #4700 > --- > rtemstoolkit/config.py | 2 +- > rtemstoolkit/macros.py | 58 > +-

Re: rtems-docs fail to build

2022-08-11 Thread Chris Johns
On 12/8/2022 6:10 am, Joel Sherrill wrote: > > Subject says it. This is the error and a git bisect which points to Chris > updating the arm section of the user guide. I don't see the issue looking at > the > patch. > > From f028448e5f21f4317a0a7b9b336d7e492ebea6c7 Mon Sep 17 00:00:00 2001 > From