Re: serial 16550A rx_timeout

2022-05-05 Thread C Smith via Xenomai
On Wed, May 4, 2022 at 11:31 PM Richard Weinberger wrote: > > On Thu, May 5, 2022 at 7:47 AM C Smith via Xenomai > wrote: > > > > In my serial_config which I pass to the ioctl() that sets up my > > 16550A.ko serial port > > I have set .rx_timeout = 50 > > and I am doing non-blocking

Re: [PATCH 1/2] debian: Remove --enable-smp

2022-05-05 Thread Richard Weinberger via Xenomai
ping? :-) On Wed, Apr 13, 2022 at 2:05 PM Richard Weinberger via Xenomai wrote: > > SMP is now enabled by default for all architectures. > No need to use --enable-smp anymore. > > Signed-off-by: Richard Weinberger > --- > debian/rules | 1 - > 1 file changed, 1 deletion(-) > > diff --git

Re: Can't compile userspace application with compiler switch -std=c++11 and Xenomai 3.2

2022-05-05 Thread Richard Weinberger via Xenomai
On Thu, May 5, 2022 at 4:56 PM Grau, Gunter via Xenomai wrote: > > > Hi, > > We are trying to port our application to Xenomai 3.2. > The source is c++ and we use in some parts C++11 elements. Therefore the > compile switch is set to -std=c++11. Since Xenomai uses GNU extensions you need to use

Re: Can't compile userspace application with compiler switch -std=c++11 and Xenomai 3.2

2022-05-05 Thread Jan Kiszka via Xenomai
On 05.05.22 16:56, Grau, Gunter via Xenomai wrote: > > Hi, > > We are trying to port our application to Xenomai 3.2. > The source is c++ and we use in some parts C++11 elements. Therefore the > compile switch is set to -std=c++11. > When now compiling with this option we see following output

RE: Can't compile userspace application with compiler switch -std=c++11 and Xenomai 3.2

2022-05-05 Thread Grau, Gunter via Xenomai
> -Original Message- > From: Xenomai On Behalf Of Grau, > Gunter via Xenomai > Sent: Donnerstag, 5. Mai 2022 16:57 > To: xenomai@xenomai.org > Subject: Can't compile userspace application with compiler switch -std=c++11 > and Xenomai 3.2 > > Caution: This e-mail originated from outside of

Re: [PATCH v2] utils/net/rtnet.in: fixes after shellcheck inspection

2022-05-05 Thread Mauro S. via Xenomai
Il 05/05/22 17:25, Jan Kiszka ha scritto: On 05.05.22 17:12, Mauro S. wrote: Signed-off-by: Mauro Salvini ---  utils/net/rtnet.in | 76 +++---  1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/utils/net/rtnet.in b/utils/net/rtnet.in index

Re: [PATCH v2] utils/net/rtnet.in: fixes after shellcheck inspection

2022-05-05 Thread Jan Kiszka via Xenomai
On 05.05.22 17:12, Mauro S. wrote: > Signed-off-by: Mauro Salvini > --- >  utils/net/rtnet.in | 76 +++--- >  1 file changed, 38 insertions(+), 38 deletions(-) > > diff --git a/utils/net/rtnet.in b/utils/net/rtnet.in > index f81a7bb0a..9f136b804 100644 >

[PATCH v2] utils/net/rtnet.in: fixes after shellcheck inspection

2022-05-05 Thread Mauro S. via Xenomai
Signed-off-by: Mauro Salvini --- utils/net/rtnet.in | 76 +++--- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/utils/net/rtnet.in b/utils/net/rtnet.in index f81a7bb0a..9f136b804 100644 --- a/utils/net/rtnet.in +++ b/utils/net/rtnet.in @@

Re: RTNet: sendto(): EAGAIN error

2022-05-05 Thread Mauro S. via Xenomai
Il 05/05/22 15:05, Jan Kiszka ha scritto: On 03.05.22 17:18, Mauro S. via Xenomai wrote: Hi all, I'm trying to use RTNet with TDMA. I succesfully set up my bus: - 1GBps speed - 3 devices - cycle time 1ms - timeslots with 200us offset I wrote a simple application that in parallel receives

Can't compile userspace application with compiler switch -std=c++11 and Xenomai 3.2

2022-05-05 Thread Grau, Gunter via Xenomai
Hi, We are trying to port our application to Xenomai 3.2. The source is c++ and we use in some parts C++11 elements. Therefore the compile switch is set to -std=c++11. When now compiling with this option we see following output when using Xenomai 3.2: In file included from

Re: RTNet: sendto(): EAGAIN error

2022-05-05 Thread Jan Kiszka via Xenomai
On 03.05.22 17:18, Mauro S. via Xenomai wrote: > Hi all, > > I'm trying to use RTNet with TDMA. > > I succesfully set up my bus: > > - 1GBps speed > - 3 devices > - cycle time 1ms > - timeslots with 200us offset > > I wrote a simple application that in parallel receives and sends UDP > packets

Re: [PATCH] utils/net/rtnet.in: fixes after shellcheck inspection

2022-05-05 Thread Jan Kiszka via Xenomai
On 03.05.22 10:22, Mauro S. via Xenomai wrote: > Signed-off-by: Mauro Salvini > --- >  utils/net/rtnet.in | 76 +++--- >  1 file changed, 38 insertions(+), 38 deletions(-) > > diff --git a/utils/net/rtnet.in b/utils/net/rtnet.in > index f81a7bb0a..06e796cd2

Re: [PATCH] doc: Fix coreclk typo

2022-05-05 Thread Jan Kiszka via Xenomai
On 29.04.22 21:14, Richard Weinberger via Xenomai wrote: > It's coreclk not coreclck. > > Signed-off-by: Richard Weinberger > --- > doc/asciidoc/MIGRATION.adoc | 6 +++--- > doc/asciidoc/man1/autotune.adoc | 8 > 2 files changed, 7 insertions(+), 7 deletions(-) > > diff --git

Re: serial 16550A rx_timeout

2022-05-05 Thread Richard Weinberger via Xenomai
On Thu, May 5, 2022 at 7:47 AM C Smith via Xenomai wrote: > > In my serial_config which I pass to the ioctl() that sets up my > 16550A.ko serial port > I have set .rx_timeout = 50 > and I am doing non-blocking reads. > > This indeed results in a 500us delay when reading a serial port with

Xenomai Community Call Minutes - May 04, 2022

2022-05-05 Thread Chen, Hongzhan via Xenomai
Attendees: Jan Kiszka, Rick Wang, Richard Weinberger, Johannes Kirchmair, Florian Bezdeka, Hongzhan Chen *Community update: Register (or stack) corruption issue discussion: Need to check if related to kconfig /sched switch/ memory alloc and further debug