Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-18 Thread Cedric Berger
Hello, On 18.12.2023 07:05, Chris Johns wrote: On 16/12/2023 2:04 am, Cedric Berger wrote: Hello Heinz, On 15.12.2023 10:44, Heinz Junkes wrote: HI, I can follow Cedric's reasoning. Even if I was the initiator of this discussion. I use RTEMS in my lectures/exercises, among other things, and

Re: [rtems-docs PATCH] sphinx/style: Fix building with the latest sphinx

2023-12-18 Thread Sebastian Huber
On 19.12.23 02:34, chr...@rtems.org wrote: From: Chris Johns Tested on sphinx 7.2, 6.1.3 AND 5.3.0 Closes #4980 Thanks, it is a really nice improvement to be able to use newer Sphinx versions. -- embedded brains GmbH & Co. KG Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany

Re: [PATCH] ftpd: Make socket timeout optional

2023-12-18 Thread Chris Johns
On 6/12/2023 11:10 pm, Sebastian Huber wrote: > This feature is not supported by lwIP. > --- > cpukit/ftpd/ftpd.c | 13 - > 1 file changed, 4 insertions(+), 9 deletions(-) > > diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c > index ceb5c5d5b9..fe5f190242 100644 > ---

[rtems-docs PATCH] user: Automatic version number fixes

2023-12-18 Thread chrisj
From: Chris Johns Updates #4695 --- user/exe/initialization.rst| 3 +-- user/tracing/captureengine.rst | 20 ++-- user/tracing/examples.rst | 12 ++-- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/user/exe/initialization.rst

[rtems-docs PATCH] sphinx/style: Fix building with the latest sphinx

2023-12-18 Thread chrisj
From: Chris Johns Tested on sphinx 7.2, 6.1.3 AND 5.3.0 Closes #4980 --- common/sphinx_rtd_theme_rtems/layout.html | 6 +- common/waf.py | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/common/sphinx_rtd_theme_rtems/layout.html

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-18 Thread Chris Johns
On 18/12/2023 8:50 pm, Karel Gardas wrote: > On 12/18/23 07:05, Chris Johns wrote: >>> Mac with M1/M2/M3 work fine with the latest tooling. >> >> I think there is a middle ground here and that means some investigation is >> needed to determine what works and what is at issue then deciding how much

Re: [PATCH rtems-central v2] spec: Add JFFS2 delayed write task priority

2023-12-18 Thread Kinsey Moore
On Mon, Dec 18, 2023 at 9:21 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 18.12.23 15:59, Kinsey Moore wrote: > > This adds the configuration option used to select the JFFS2 delayed > > write task priority to be used when operating on NAND flash. > > Thanks, looks good.

Re: [PATCH rtems-central v2] spec: Add JFFS2 delayed write task priority

2023-12-18 Thread Sebastian Huber
On 18.12.23 15:59, Kinsey Moore wrote: This adds the configuration option used to select the JFFS2 delayed write task priority to be used when operating on NAND flash. Thanks, looks good. Should I check it in and update the generated documentation? -- embedded brains GmbH & Co. KG Herr

[PATCH rtems-central v2] spec: Add JFFS2 delayed write task priority

2023-12-18 Thread Kinsey Moore
This adds the configuration option used to select the JFFS2 delayed write task priority to be used when operating on NAND flash. Updates #4961 --- .../if/jffs2-delayed-write-task-priority.yml | 22 +++ 1 file changed, 22 insertions(+) create mode 100644

[PATCH 2/2] tm27: Add TM27_INTERRUPT_VECTOR_ALTERNATIVE

2023-12-18 Thread Sebastian Huber
The TM27 support may define TM27_INTERRUPT_VECTOR_ALTERNATIVE to provide an alternative software generated interrupt request which is raised by _TM27_Raise_alternative() and cleared by _TM27_Clear_alternative(). Both functions shall return an RTEMS status code. This interrupt vector may be used

[PATCH 1/2] tm27: Add optional TM27_INTERRUPT_VECTOR_DEFAULT

2023-12-18 Thread Sebastian Huber
Let the BSP define TM27_INTERRUPT_VECTOR_DEFAULT to more efficiently and reliably get the TM27 default interrupt vector. --- bsps/include/dev/irq/arm-gic-tm27.h| 2 ++ bsps/sparc/leon3/include/tm27.h| 1 + cpukit/doxygen.h | 18 +-

[PATCH 1/2] libtest: Change verbosity to normal

2023-12-18 Thread Sebastian Huber
A verbose verbosity is not required for normal test suite runs. It may be used to debug test cases. --- cpukit/libtest/testrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libtest/testrun.c b/cpukit/libtest/testrun.c index 5b2eb61596..e7be6e91a7 100644 ---

[PATCH 2/2] fstests/tftpfs: Use rtems_test_run()

2023-12-18 Thread Sebastian Huber
--- testsuites/fstests/tftpfs/init.c | 58 ++-- 1 file changed, 2 insertions(+), 56 deletions(-) diff --git a/testsuites/fstests/tftpfs/init.c b/testsuites/fstests/tftpfs/init.c index 74d1d5d311..38e429f11e 100644 --- a/testsuites/fstests/tftpfs/init.c +++

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-18 Thread Karel Gardas
On 12/18/23 07:05, Chris Johns wrote: Mac with M1/M2/M3 work fine with the latest tooling. I think there is a middle ground here and that means some investigation is needed to determine what works and what is at issue then deciding how much further work is done. I have done some of this. The