Re: [PATCH] powerpc: Add support for VRSAVE

2022-09-05 Thread Chris Johns
On 6/9/2022 3:38 pm, Sebastian Huber wrote: > On 06/09/2022 07:29, Chris Johns wrote: >> On 5/9/2022 4:36 pm, Sebastian Huber wrote: >>> On 03/09/2022 01:17, Chris Johns wrote: On 2/9/2022 2:27 pm, Sebastian Huber wrote: > On 02.09.22 06:22, Sebastian Huber wrote: >> On 02.09.22 04:22,

Re: [PATCH] powerpc: Add support for VRSAVE

2022-09-05 Thread Sebastian Huber
On 06/09/2022 07:29, Chris Johns wrote: On 5/9/2022 4:36 pm, Sebastian Huber wrote: On 03/09/2022 01:17, Chris Johns wrote: On 2/9/2022 2:27 pm, Sebastian Huber wrote: On 02.09.22 06:22, Sebastian Huber wrote: On 02.09.22 04:22, Chris Johns wrote: On 1/9/2022 6:26 pm, Sebastian Huber wrote

Re: [PATCH] powerpc: Add support for VRSAVE

2022-09-05 Thread Chris Johns
On 5/9/2022 4:36 pm, Sebastian Huber wrote: > On 03/09/2022 01:17, Chris Johns wrote: >> On 2/9/2022 2:27 pm, Sebastian Huber wrote: >>> On 02.09.22 06:22, Sebastian Huber wrote: On 02.09.22 04:22, Chris Johns wrote: > On 1/9/2022 6:26 pm, Sebastian Huber wrote: >> The VRSAVE feature o

[PATCH v4] cpukit/dev/can: Added CAN support

2022-09-05 Thread Prashanth S
--- cpukit/dev/can/can-queue.h | 230 +++ cpukit/dev/can/can.c | 503 +++ cpukit/include/dev/can/can-msg.h | 105 + cpukit/include/dev/can/can.h | 282 + spec/build/cpukit/librtemscpu.yml| 5

Re: [rtems-central] Add POSIX Timer FACE Behavior Configuration

2022-09-05 Thread Sebastian Huber
On 05/09/2022 15:12, Joel Sherrill wrote: On Mon, Sep 5, 2022, 2:04 AM Sebastian Huber > wrote: Hello Joel, On 02/09/2022 18:25, Joel Sherrill wrote: > Updates #4691. > --- >   config.yml                                 |  2 +

Re: [PATCH] config: Add SMP scheduler configuration errors

2022-09-05 Thread Joel Sherrill
This looks good. On Mon, Sep 5, 2022, 7:19 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Issue an error message if a SMP-specific scheduler is used and RTEMS_SMP > is disabled. This might be a more informative compared to compiler or > linker errors. > --- > cpukit/include/r

Re: For GSoC: RTEMS release notes new generator

2022-09-05 Thread Mahmoud Abumandour
Bump. Please consider reviewing as the final submissions open today. Thanks, Mahmoud On Wed, Aug 31, 2022 at 8:43 PM Mahmoud Abumandour wrote: > Hello all, > > Here, I present the current output of the new release notes generator that > will be used in the release generation process. Currently,

Re: [rtems-central] Add POSIX Timer FACE Behavior Configuration

2022-09-05 Thread Joel Sherrill
On Mon, Sep 5, 2022, 2:04 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Joel, > > On 02/09/2022 18:25, Joel Sherrill wrote: > > Updates #4691. > > --- > > config.yml | 2 ++ > > spec/acfg/if/group-face.yml| 30 >

[PATCH] config: Add SMP scheduler configuration errors

2022-09-05 Thread Sebastian Huber
Issue an error message if a SMP-specific scheduler is used and RTEMS_SMP is disabled. This might be a more informative compared to compiler or linker errors. --- cpukit/include/rtems/scheduler.h | 20 1 file changed, 20 insertions(+) diff --git a/cpukit/include/rtems/schedul

Re: [rtems-central] Add POSIX Timer FACE Behavior Configuration

2022-09-05 Thread Sebastian Huber
Hello Joel, On 02/09/2022 18:25, Joel Sherrill wrote: Updates #4691. --- config.yml | 2 ++ spec/acfg/if/group-face.yml| 30 ++ spec/acfg/if/posix-timer-face-behavior.yml | 23 +++ 3 files chang