Re: [Xenomai] [PATCH] psos: add interface to configure region 0

2016-12-01 Thread Ronny Meeus
On Thu, Dec 1, 2016 at 6:44 PM, Philippe Gerum wrote: > On 11/30/2016 10:42 AM, Ronny Meeus wrote: >> In the pSOS interface region 0 can be used by applications to allocate >> memory from. It contains 'system' memory and is created by default during >> system init. Region 0 is currently not suppor

Re: [Xenomai] Migrating device drivers from RTLinux to Xenomai/Analogy

2016-12-01 Thread andrija
Hi Paul and Jorge, Thanks for your input, it's much appreciated. Regards, Andrija ___ Xenomai mailing list Xenomai@xenomai.org https://xenomai.org/mailman/listinfo/xenomai

Re: [Xenomai] [PATCH] psos: add interface to configure region 0

2016-12-01 Thread Philippe Gerum
On 11/30/2016 10:42 AM, Ronny Meeus wrote: > In the pSOS interface region 0 can be used by applications to allocate > memory from. It contains 'system' memory and is created by default during > system init. Region 0 is currently not supported by the xenomai psos skin. > > This patch adds functiona

[Xenomai] [PATCH] x86/ipipe: Skip lockdep check for vector_lock under I-pipe

2016-12-01 Thread Jan Kiszka
The lock becomes an __ipipe_spinlock_t in that case, and that's out of scope for lockdep. Signed-off-by: Jan Kiszka --- arch/x86/kernel/apic/vector.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c index 17a4a98..244801f 100644

[Xenomai] Fwd: rt,Heap segfault with unittest

2016-12-01 Thread Benjamin ROUZAUD
Hello, We made a new 32 bits system with xeno v3.0.3 . first question, do we need to switch to git/next branch or keep it ? During the execution of program using the library xenomai, we met a problem about allocation memory between two process. Indeed, with a same session, one program create the

[Xenomai] Unable to mount shared folder from the host.

2016-12-01 Thread Jayadev Kumaran
Hello , I'm very new to Xenomai and currently trying to mount a shared folder from my host onto Xenomai running on qemu emulator (arm64 platform). 1. I have verified that 9P options are enabled in the kernel configuration. 2. I'm running the qemu emulator with the below command; *qemu-system-aarc

Re: [Xenomai] Migrating device drivers from RTLinux to Xenomai/Analogy

2016-12-01 Thread Jorge Ramirez
On 11/28/2016 09:04 PM, Paul wrote: On Mon, 28 Nov 2016 14:34:03 -0500 andr...@stupar.com wrote: Thanks for your reply. I have posted the driver on github: https://github.com/AndrijaPFC/RTDAQDriver/blob/master/acromag.c Had a quick scan of the code, and have a couple of observations. The Linu