Re: [PATCH 1/1] build/cpukit: Add confdefs/face.h to install rule

2022-08-10 Thread Chris Johns
Looks good and thanks for fixing this. I will push it. Chris On 11/8/2022 3:37 pm, Duc Doan wrote: > Updates #4691 > --- > spec/build/cpukit/librtemscpu.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/spec/build/cpukit/librtemscpu.yml > b/spec/build/cpukit/librtemscpu.yml > index

[PATCH 1/1] build/cpukit: Add confdefs/face.h to install rule

2022-08-10 Thread Duc Doan
Updates #4691 --- spec/build/cpukit/librtemscpu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml index 2b12507bff..1270ca131b 100644 --- a/spec/build/cpukit/librtemscpu.yml +++ b/spec/build/cpukit/librtemscpu.yml @@ -191

[PATCH 0/1] Add confdefs/face.h to install rule

2022-08-10 Thread Duc Doan
Duc Doan (1): build/cpukit: Add confdefs/face.h to install rule spec/build/cpukit/librtemscpu.yml | 1 + 1 file changed, 1 insertion(+) -- 2.37.1 ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: rtems-central: spec2modules crash

2022-08-10 Thread Chris Johns
On 11/8/2022 6:50 am, Joel Sherrill wrote: > I feel like an old man yelling at clouds TikTok? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [rtems-docs PATCH] loader.rst: Add documentation for AArch64 support

2022-08-10 Thread Chris Johns
On 10/8/2022 11:39 pm, Joel Sherrill wrote: > I'm ok with this but would like an ack from someone else. Sorry, I missed this. OK to push :) Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

rtems-central: spec2module fails with no changes to repos

2022-08-10 Thread Joel Sherrill
Hi It looks like the rtems-central repo fails when spec2modules is run on it currently with no local changes. env) [joel@localhost rtems-central]$ ./spec2modules.py Traceback (most recent call last): File "/home/joel/rtems-work/rtems/rtems-central/rtemsspec/validation.py", line 202, in add_test

rtems-central: spec2modules crash

2022-08-10 Thread Joel Sherrill
Hi I think I followed the instructions but spec2modules.py died with this: (env) [joel@localhost rtems-central]$ ./spec2modules.py Traceback (most recent call last): File "./spec2modules.py", line 84, in main() File "./spec2modules.py", line 70, in main item_cache = rtemsspec.items.I

[PATCH rtems-docs] eng/req/howto.rst: Fix ./spec2dmodules.py to ./spec2modules.py typo

2022-08-10 Thread Joel Sherrill
--- eng/req/howto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/req/howto.rst b/eng/req/howto.rst index bd94b77..42c35ac 100644 --- a/eng/req/howto.rst +++ b/eng/req/howto.rst @@ -238,7 +238,7 @@ make sure the Git submodules are up-to-date. .. code-block:: none -

Binary CPU / Thread information.

2022-08-10 Thread Sam Price
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 this, and stack usage? I want to get this info out and send it in binary packets. Is this something that I need to just copy wh

Re: [rtems-docs PATCH] loader.rst: Add documentation for AArch64 support

2022-08-10 Thread Joel Sherrill
I'm ok with this but would like an ack from someone else. --joel On Tue, Aug 9, 2022 at 11:03 AM Ryan Long wrote: > --- > user/exe/loader.rst | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/user/exe/loader.rst b/user/exe/loader.rst > index de77343..2a248b1 100644 > --- a/u

How to automate finding comments in copyright/license block

2022-08-10 Thread Joel Sherrill
Hi I've spotted a few cases like this over the past couple of weeks and wonder how we can automate finding them: /* * 6.7.7 Wait for Asynchronous I/O Request, P1003.1b-1993, p. 164 * * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * The reference to a page i

Re: [PATCH] rtems/malloc.h: Add API level Doxygen group

2022-08-10 Thread Joel Sherrill
This looks good. On Wed, Aug 10, 2022 at 8:24 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > The interfaces in the MallocSupport group belong to the implementation. > They > are used by confdefs.h for example. > --- > cpukit/include/rtems/malloc.h | 60

[PATCH] rtems/malloc.h: Add API level Doxygen group

2022-08-10 Thread Sebastian Huber
The interfaces in the MallocSupport group belong to the implementation. They are used by confdefs.h for example. --- cpukit/include/rtems/malloc.h | 60 --- 1 file changed, 41 insertions(+), 19 deletions(-) diff --git a/cpukit/include/rtems/malloc.h b/cpukit/inclu