[PATCH] psxkey07: Fix POSIX key value pair configuration

2023-08-04 Thread Sebastian Huber
Make sure we have enough POSIX key value pairs available. This fixes a test failure on some targets. Make objects and functions static. Initialize variable to get rid of warnings. --- testsuites/psxtests/psxkey07/init.c | 42 ++--- 1 file changed, 20 insertions(+), 22 de

Re: [PATCH 3/3] Force ISR enable before scheduler start

2023-08-04 Thread EYSSARTIER Kevin
Classified as: {OPEN} I don't know how to run the tests. I observe that _Thread_Do_dispatch fails with INTERNAL_ERROR_BAD_THREAD_DISPATCH_ENVIRONMENT because RTEMS_SCORE_ROBUST_THREAD_DISPATCH is activated and the _ISR_Is_enabled returns false. Indeed, the _CPU_Start_multitasking should be cal

Re: [PATCH 3/3] Force ISR enable before scheduler start

2023-08-04 Thread Sebastian Huber
On 04.08.23 12:15, EYSSARTIER Kevin wrote: I agree that my solution is not good but moving _RISCV_Start_multitasking out of the ‘#ifdef RTEMS_SMP’ barrier seems to bring many side effects. You have to provide this function for all configurations, however, with different implementations. --

Re: [PATCH] psxkey07: Fix POSIX key value pair configuration

2023-08-04 Thread Joel Sherrill
On Fri, Aug 4, 2023 at 2:59 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Make sure we have enough POSIX key value pairs available. This fixes a > test > failure on some targets. > > Make objects and functions static. Initialize variable to get rid of > warnings. > --- > tes

Re: [PATCH] psxkey07: Fix POSIX key value pair configuration

2023-08-04 Thread Joel Sherrill
This looks ok to commit. On Fri, Aug 4, 2023 at 2:59 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Make sure we have enough POSIX key value pairs available. This fixes a > test > failure on some targets. > > Make objects and functions static. Initialize variable to get rid o

Re: [PATCH] libdebugger: Restrict ARM architecture support

2023-08-04 Thread Cedric Berger
Hello On 04.08.23 07:07, Sebastian Huber wrote: On 04.08.23 00:43, Chris Johns wrote: On 3/8/2023 10:17 pm, Sebastian Huber wrote: Build the arm libdebugger support only for supported ARM architectures. What ARM archs are not supported? At least ARMv7-M and everything with Thumb 1. Is the

Odd warnings from spstdc17 from isrlock.h and scheduler.h

2023-08-04 Thread Joel Sherrill
Hi Noticed these building RTEMS for powerpc/psim today. SMP is disabled In file included from ../../../cpukit/include/rtems/rtems/intr.h:73, from ../../../cpukit/include/rtems.h:69, from ../../../testsuites/sptests/spstdc17/init.c:32: ../../../cpukit/include/rtem