Re: [Xenomai] Current status of Xilinx Zynq Support

2014-08-11 Thread Gilles Chanteperdrix
On 08/11/2014 07:43 AM, Peter Smith wrote: > Can someone please summarise the current status of Xilnx Zynq support. In > particular what Xilinx (or petalinux) kernel versions do I need and can V2 > or V3 of Xenomai be used and so on, thanks in advance... See: http://www.wiki.xilinx.com/Xenomai+for

[Xenomai] question about i-pipe trace

2014-08-11 Thread ali hagigat
Congratulate for the Xenomai new site! How I can use xntrace_user_start, xntrace_user_stop and xntrace_user_freeze. What is the difference between freeze and stop? What are the meaning of the parameters of v and once? I wonder if you could complete the site with some examples. or please attach so

[Xenomai] C++ std::thread and xenomai pthread

2014-08-11 Thread Matthew Lindner
Has anyone experimented with using std::thread from the C++ STL library? I am curious if it automatically incorporates the xenomai pthread API layer or whether it bypasses that and accesses the linux pthread library. Matthew ___ Xenomai mailing list Xeno

[Xenomai] RTCan Initialization patch

2014-08-11 Thread Matthew Lindner
What was wrong with this patch? It never got applied. http://www.xenomai.org/pipermail/xenomai/2014-March/030379.html Matthew ___ Xenomai mailing list Xenomai@xenomai.org http://www.xenomai.org/mailman/listinfo/xenomai

Re: [Xenomai] real-time guarantee issues on xenomai 2.6.2.1

2014-08-11 Thread Paul Janzen
Gilles Chanteperdrix writes: > Without this one-liner, does one of the following patches help? > > diff --git a/ksrc/nucleus/vfile.c b/ksrc/nucleus/vfile.c > index c8e0363..ff99536 100644 > --- a/ksrc/nucleus/vfile.c > +++ b/ksrc/nucleus/vfile.c > @@ -278,7 +278,8 @@ redo: > if (ret

Re: [Xenomai] real-time guarantee issues on xenomai 2.6.2.1

2014-08-11 Thread Gilles Chanteperdrix
On 08/11/2014 06:54 PM, Paul Janzen wrote: > Gilles Chanteperdrix writes: > >> Without this one-liner, does one of the following patches help? >> >> diff --git a/ksrc/nucleus/vfile.c b/ksrc/nucleus/vfile.c >> index c8e0363..ff99536 100644 >> --- a/ksrc/nucleus/vfile.c >> +++ b/ksrc/nucleus/vfile.

Re: [Xenomai] real-time guarantee issues on xenomai 2.6.2.1

2014-08-11 Thread Paul Janzen
Gilles Chanteperdrix writes: > What about combining the 2, like: > > } else { > xnarch_memory_barrier(); > cpu_relax(); > } No, this does not help either. -- Paul ___ Xenomai mailing list Xenomai@xenomai.org ht

Re: [Xenomai] RTCan Initialization patch

2014-08-11 Thread Gilles Chanteperdrix
On 08/11/2014 05:37 PM, Matthew Lindner wrote: > What was wrong with this patch? It never got applied. > > http://www.xenomai.org/pipermail/xenomai/2014-March/030379.html The patch was probably simply forgotten, Please submit it with a proper commit message with git format-patch and git send-ema

Re: [Xenomai] C++ std::thread and xenomai pthread

2014-08-11 Thread Gilles Chanteperdrix
On 08/11/2014 05:33 PM, Matthew Lindner wrote: > Has anyone experimented with using std::thread from the C++ STL library? I > am curious if it automatically incorporates the xenomai pthread API layer > or whether it bypasses that and accesses the linux pthread library. If the call to pthread_creat

Re: [Xenomai] C++ std::thread and xenomai pthread

2014-08-11 Thread Jeff Webb
On 08/11/2014 10:33 AM, Matthew Lindner wrote: Has anyone experimented with using std::thread from the C++ STL library? I am curious if it automatically incorporates the xenomai pthread API layer or whether it bypasses that and accesses the linux pthread library. Yes, I've tried this and it has

Re: [Xenomai] real-time guarantee issues on xenomai 2.6.2.1

2014-08-11 Thread Ludovic Righetti
> Ok, instead of this patch, please disable CONFIG_CONTEXT_TRACKING_FORCE > from your Kconfig, the issue should go away. Since 3.14 we switch this > option off automatically, as it is incompatible with interrupt > pipelining in many cases, and solely useful for debugging a very > specific portion

Re: [Xenomai] sensoray 626 patch [Re: Xenomai Digest, Vol 27, Issue 12]

2014-08-11 Thread Jorge Ramirez Ortiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/05/2014 06:01 AM, Wojciech Domski wrote: > Ok, there was a problem with closing the descriptor on the side of API (new > file in attachment). I have resolved it but now I have problem with IRQ. > Here is what dmesg says: > > [ 103.942431] Analo