Re: [PATCH] Add Strong APA 2nd test

2020-09-01 Thread Sebastian Huber
On 01/09/2020 20:55, Gedare Bloom wrote: Is the original test that this patch replaces not good? Or should you provide an additional smpstrongapa02 instead? I would prefer to add new test cases to smpstrongapa01 and keep the previous tests if they pass. I am not sure if two CPUs are enough to

Re: Error in RTEMS (Master)

2020-09-01 Thread Sebastian Huber
On 02/09/2020 02:12, Joel Sherrill wrote: On Tue, Sep 1, 2020, 5:53 PM Chris Johns > wrote: On 2/9/20 7:37 am, Eshan Dhawan wrote: > Hello everyone, > I was building rtems for arm-rtems6 using RSB(master) for BSP xilinx_zynq_a9_qemu > and receiv

Re: Error in RTEMS (Master)

2020-09-01 Thread Joel Sherrill
On Tue, Sep 1, 2020, 5:53 PM Chris Johns wrote: > On 2/9/20 7:37 am, Eshan Dhawan wrote: > > Hello everyone, > > I was building rtems for arm-rtems6 using RSB(master) for BSP > xilinx_zynq_a9_qemu > > and received this error while making rtems. > > I built the rtems.git master for this BSP the ot

Re: [PATCH v2] user: Mention file descriptor changes

2020-09-01 Thread Chris Johns
Hi, Thank you for the update. I am not sure which branch this is for but it is OK for the 5 branch. Thanks Chris On 1/9/20 4:57 pm, Sebastian Huber wrote: > --- > user/migration/v4_11-to-v5.rst | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/user/migration/v4_11-to-

Re: Error in RTEMS (Master)

2020-09-01 Thread Chris Johns
On 2/9/20 7:37 am, Eshan Dhawan wrote: > Hello everyone, > I was building rtems for arm-rtems6 using RSB(master) for BSP > xilinx_zynq_a9_qemu > and received this error while making rtems. I built the rtems.git master for this BSP the other day and it was OK. I wonder if https://git.rtems.o

AArch64 support and sharing of various drivers

2020-09-01 Thread Kinsey Moore
Hi, I've been working on proper AArch64 support for RTEMS (versus running 32-bit ARM RTEMS behind a bootloader or JTAG device that switches the CPU to AArch32 mode) and while the vast majority of the architecture support code is new, lives in its own aarch64 directories, and is unrelated to RTEM

Error in RTEMS (Master)

2020-09-01 Thread Eshan Dhawan
Hello everyone, I was building rtems for arm-rtems6 using RSB(master) for BSP xilinx_zynq_a9_qemu and received this error while making rtems. Error : arm-rtems6-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mtune=cortex-a9 -O0 -g -ffunction-sections -fdata-sections -Wall -Wmissing-protot

Re: [PATCH] Add Strong APA 2nd test

2020-09-01 Thread Gedare Bloom
Hi Richi, Is the original test that this patch replaces not good? Or should you provide an additional smpstrongapa02 instead? Simulating a WCET is challenging, but you can get an overestimate by spinning over a running timer until the timeout you want is reached. There will be error in both the s

Re: [PATCH 00/16] c-user: Split up chapter files

2020-09-01 Thread Gedare Bloom
On Tue, Sep 1, 2020 at 11:55 AM Sebastian Huber wrote: > > On 31/08/2020 08:55, Sebastian Huber wrote: > > > On 30/08/2020 18:41, Gedare Bloom wrote: > > > >> On Sun, Aug 30, 2020 at 10:15 AM Joel Sherrill wrote: > >>> > >>> On Sun, Aug 30, 2020, 11:02 AM Joel > >>> Sherrill wrote: > >

Re: [PATCH 00/16] c-user: Split up chapter files

2020-09-01 Thread Sebastian Huber
On 31/08/2020 08:55, Sebastian Huber wrote: On 30/08/2020 18:41, Gedare Bloom wrote: On Sun, Aug 30, 2020 at 10:15 AM Joel Sherrill  wrote: On Sun, Aug 30, 2020, 11:02 AM Joel Sherrill  wrote: On Sun, Aug 30, 2020, 10:22 AM Gedare Bloom  wrote: this is fairly mechanical. My only question

Re: [EXTERNAL] Re: select call on a UDP socket with BSD library?

2020-09-01 Thread Cudmore, Alan P. (GSFC-5820)
The FD_SETSIZE limit was my problem. I defined FD_SETSIZE=256 on the command line and the select call worked. On the SPARC/LEON3 with the legacy network stack, the file descriptor was 42 so it did not reach the limit of 64. Thank you for the quick help and the documentation updates. I was unawar

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-09-01 Thread Sebastian Huber
On 31/08/2020 23:15, Joel Sherrill wrote: On Fri, Aug 21, 2020 at 6:51 AM Sebastian Huber > wrote: In contrast to rtems_task_create() this function creates a task with a user-provided task storage area. And all the creation parameters are

Re: [PATCH] eng: Update the python template, add a shell template

2020-09-01 Thread Chris Johns
On 1/9/20 5:01 pm, Sebastian Huber wrote: > On 01/09/2020 08:48, Chris Johns wrote: >> On 1/9/20 4:44 pm, Sebastian Huber wrote: >>> On 01/09/2020 08:15, Chris Johns wrote: On 1/9/20 2:45 pm, Sebastian Huber wrote: > All the examples in PEP 257 use """ strings. I used this style for all >

Re: [PATCH v2] eng: Update the python template, add a shell template

2020-09-01 Thread Sebastian Huber
On 01/09/2020 08:27, chr...@rtems.org wrote: From: Chris Johns --- eng/coding-file-hdr.rst | 65 ++--- 1 file changed, 61 insertions(+), 4 deletions(-) Thanks, looks good. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchhei

Re: [PATCH] eng: Update the python template, add a shell template

2020-09-01 Thread Sebastian Huber
On 01/09/2020 08:48, Chris Johns wrote: On 1/9/20 4:44 pm, Sebastian Huber wrote: On 01/09/2020 08:15, Chris Johns wrote: On 1/9/20 2:45 pm, Sebastian Huber wrote: All the examples in PEP 257 use """ strings. I used this style for all the new Python code in rtems-central. Could we use """ inst