[Xenomai] Driver Specific Options for analogy_s526

2017-08-15 Thread Ashwin Narayan
Hi all, This is a follow up to my previous mail about the analogy driver for the Sensoray model 526 DAQ board. I have the board installed and I'm able to use inw/outw to verify that the board is working and is detected by the OS. However, the board has to be at a non-standard address (0xd00)

Re: [Xenomai] rt_pipe_* - must link xenomai and flush the pipe

2017-08-15 Thread C Smith
Today I tried to make a minimal example, but the example did not behave as I described above. However it did give an (important?) clue. In the non-realtime process, I had write(pipe_fd, "Hello", sizeof("Hello")); write(pipe_fd, "World", sizeof("World")); When I linked the user program

[Xenomai] [I-PIPE] ipipe-core-4.9.38-blackfin-1 released

2017-08-15 Thread xenomai
Download: https://xenomai.org/downloads/ipipe/v4.x/blackfin/ipipe-core-4.9.38-blackfin-1.patch ___ Xenomai mailing list Xenomai@xenomai.org https://xenomai.org/mailman/listinfo/xenomai

[Xenomai] [I-PIPE] ipipe-core-4.9.38-x86-3 released

2017-08-15 Thread xenomai
Download: https://xenomai.org/downloads/ipipe/v4.x/x86/ipipe-core-4.9.38-x86-3.patch ___ Xenomai mailing list Xenomai@xenomai.org https://xenomai.org/mailman/listinfo/xenomai

[Xenomai] [I-PIPE] ipipe-core-4.4.71-x86-9 released

2017-08-15 Thread xenomai
Download: https://xenomai.org/downloads/ipipe/v4.x/x86/ipipe-core-4.4.71-x86-9.patch ___ Xenomai mailing list Xenomai@xenomai.org https://xenomai.org/mailman/listinfo/xenomai

[Xenomai] [I-PIPE] ipipe-core-4.9.38-arm64-2 released

2017-08-15 Thread xenomai
Download: https://xenomai.org/downloads/ipipe/v4.x/arm64/ipipe-core-4.9.38-arm64-2.patch ___ Xenomai mailing list Xenomai@xenomai.org https://xenomai.org/mailman/listinfo/xenomai

[Xenomai] [I-PIPE] ipipe-core-4.9.38-powerpc-1 released

2017-08-15 Thread xenomai
Download: https://xenomai.org/downloads/ipipe/v4.x/powerpc/ipipe-core-4.9.38-powerpc-1.patch ___ Xenomai mailing list Xenomai@xenomai.org https://xenomai.org/mailman/listinfo/xenomai

[Xenomai] [I-PIPE] ipipe-core-4.9.38-arm-2 released

2017-08-15 Thread xenomai
Download: https://xenomai.org/downloads/ipipe/v4.x/arm/ipipe-core-4.9.38-arm-2.patch ___ Xenomai mailing list Xenomai@xenomai.org https://xenomai.org/mailman/listinfo/xenomai

Re: [Xenomai] Trouble with ipipe/linux >= 4.4.43 on x86/64 system

2017-08-15 Thread Philippe Gerum
On 08/02/2017 10:55 PM, Jeff Webb wrote: > On 08/02/2017 01:51 PM, Philippe Gerum wrote: >> On 08/02/2017 08:28 PM, Jeff Webb wrote: >>> On 08/02/2017 12:04 PM, Philippe Gerum wrote: On 08/02/2017 06:43 PM, Jeff Webb wrote: > I am attempting to upgrade our x86/64 PC systems running >

[Xenomai] Setting up the Sensoray Model 526 with Xenomai 3.0.4

2017-08-15 Thread Ashwin Narayan
Hi everyone, I'm trying to setup the Sensoray Model 526 (which is an ISA bus device) with Xenomai 3.0.4 on a PCM3365 (a PC/104 form factor computer). The PC/104 has a bridge from the PCI bus to the ISA bus. First of all, the device is not automatically detected by the driver. There are no

Re: [Xenomai] [PATCH v2] doc: fix README typo

2017-08-15 Thread Philippe Gerum
On 08/09/2017 01:28 PM, Gernot Hillier wrote: > Signed-off-by: Gernot Hillier > --- > README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README b/README > index f0be8a75d..313d8adc1 100644 > --- a/README > +++ b/README > @@ -45,7 +45,7 @@

[Xenomai-git] Philippe Gerum : cobalt/timer: fix handling of timer migration over the handler [steely]

2017-08-15 Thread git repository hosting
Module: xenomai-3 Branch: stable-3.0.x Commit: 96a188d5a2048941e3bc7673df03234d644229df URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=96a188d5a2048941e3bc7673df03234d644229df Author: Philippe Gerum Date: Tue Aug 1 18:14:41 2017 +0200 cobalt/timer: fix handling

[Xenomai-git] Gernot Hillier : doc: fix README typo

2017-08-15 Thread git repository hosting
Module: xenomai-3 Branch: stable-3.0.x Commit: 22c328f032eb32f085e956542ca7abf9a94e58be URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=22c328f032eb32f085e956542ca7abf9a94e58be Author: Gernot Hillier Date: Wed Aug 9 13:28:00 2017 +0200 doc: fix README