[Xenomai] i210 porting

2015-09-09 Thread Stéphane ANCELOT
Hi, People interested in porting and testing i210 rtnet driver, contact me please. Regards, S.Ancelot ___ Xenomai mailing list Xenomai@xenomai.org http://xenomai.org/mailman/listinfo/xenomai

Re: [Xenomai] i210 porting

2015-09-09 Thread Gilles Chanteperdrix
On Wed, Sep 09, 2015 at 08:54:57AM +0200, Stéphane ANCELOT wrote: > Hi, > > People interested in porting and testing i210 rtnet driver, contact me > please. I have a working RTnet for i210. But that is the old version, for Xenomai 2.x. I intend to merge this work with Xenomai 3. Regards. --

Re: [Xenomai] i210 porting

2015-09-09 Thread Stéphane ANCELOT
On 09/09/2015 09:21, Gilles Chanteperdrix wrote: On Wed, Sep 09, 2015 at 08:54:57AM +0200, Stéphane ANCELOT wrote: Hi, People interested in porting and testing i210 rtnet driver, contact me please. I have a working RTnet for i210. But that is the old version, for Xenomai 2.x. I intend to

Re: [Xenomai] i210 porting

2015-09-09 Thread Gilles Chanteperdrix
On Wed, Sep 09, 2015 at 09:45:03AM +0200, Stéphane ANCELOT wrote: > On 09/09/2015 09:21, Gilles Chanteperdrix wrote: > >On Wed, Sep 09, 2015 at 08:54:57AM +0200, Stéphane ANCELOT wrote: > >>Hi, > >> > >>People interested in porting and testing i210 rtnet driver, contact me > >>please. > >I have a

Re: [Xenomai] i210 porting

2015-09-09 Thread Stéphane ANCELOT
On 09/09/2015 09:48, Gilles Chanteperdrix wrote: On Wed, Sep 09, 2015 at 09:45:03AM +0200, Stéphane ANCELOT wrote: On 09/09/2015 09:21, Gilles Chanteperdrix wrote: On Wed, Sep 09, 2015 at 08:54:57AM +0200, Stéphane ANCELOT wrote: Hi, People interested in porting and testing i210 rtnet

[Xenomai] 4.x merge

2015-09-09 Thread Henning Schild
Hi, i am about to merge ipipe into a more recent kernel and would like to discuss the approach with you guys. As far as i have seen and been told i should merge and not rebase. My current plan: 1 choose release (4.1 since its LTS) 2 merge it into ipipe 3 resolve obvious conflicts 4 commit broken

Re: [Xenomai] timer_create( ) example in Xenomai-3

2015-09-09 Thread Konstantinos Chalas
For future reference, this is what a working POSIX timer in Xenomai looks like: #include #include #include #include #include #include #include void* print_time (void*); timer_t timer1; pthread_t thread; int main (int argc, char **argv) { pthread_create(, NULL, print_time, NULL);

Re: [Xenomai] i210 porting

2015-09-09 Thread Gilles Chanteperdrix
On Wed, Sep 09, 2015 at 10:55:10AM +0200, Stéphane ANCELOT wrote: > On 09/09/2015 09:48, Gilles Chanteperdrix wrote: > >On Wed, Sep 09, 2015 at 09:45:03AM +0200, Stéphane ANCELOT wrote: > >>On 09/09/2015 09:21, Gilles Chanteperdrix wrote: > >>>On Wed, Sep 09, 2015 at 08:54:57AM +0200, Stéphane

Re: [Xenomai] timer_create( ) example in Xenomai-3

2015-09-09 Thread Philippe Gerum
On 09/09/2015 03:29 PM, Konstantinos Chalas wrote: > For future reference, this is what a working POSIX timer in Xenomai > looks like: > Good you got it working. A few additional hints: > void* print_time (void* args) > { > struct timespec tp; > char buffer [80]; > struct itimerspec

Re: [Xenomai] 4.x merge

2015-09-09 Thread Jorge Ramirez Ortiz
On 09/09/2015 05:31 AM, Henning Schild wrote: > Hi, > > i am about to merge ipipe into a more recent kernel and would like to > discuss the approach with you guys. As far as i have seen and been told > i should merge and not rebase. > > My current plan: > 1 choose release (4.1 since its LTS)

Re: [Xenomai] i210 porting

2015-09-09 Thread Lennart Sorensen
On Wed, Sep 09, 2015 at 02:53:49PM +0200, Gilles Chanteperdrix wrote: > Since you are compiling your own kernel to patch it with Xenomai > anyway, you have no reason whatsoever to stick to the EOL version > chosen by Debian. Certainly true. We are using 3.14 at the moment because it works with

Re: [Xenomai] timer_create( ) example in Xenomai-3

2015-09-09 Thread Gilles Chanteperdrix
On Wed, Sep 09, 2015 at 03:29:26PM +0200, Konstantinos Chalas wrote: > For future reference, this is what a working POSIX timer in Xenomai looks Unfortunately, this code is a very bad reference - you ignore some function potential errors - and even in the case you do not ignore them, you do not

Re: [Xenomai] i210 porting

2015-09-09 Thread Lennart Sorensen
On Wed, Sep 09, 2015 at 10:55:10AM +0200, Stéphane ANCELOT wrote: > I agree, but unfortunately, at the moment I have to stick on 3.16 since my > debian jessie is based on itI have to check if they have made > 3.18 kernel available for this release. > I have not checked if there were lot of

[Xenomai-git] Philippe Gerum : drivers/can/raw: fix uninit flags in socket descriptor

2015-09-09 Thread git repository hosting
Module: xenomai-3 Branch: next Commit: 90f48f64ea85b483314affe47b82b77ff26d9863 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=90f48f64ea85b483314affe47b82b77ff26d9863 Author: Philippe Gerum Date: Wed Sep 9 21:06:27 2015 +0200 drivers/can/raw: fix uninit flags

[Xenomai-git] Philippe Gerum : utils/rtcanconfig: fix error message

2015-09-09 Thread git repository hosting
Module: xenomai-3 Branch: next Commit: 2939ed1270056c76df9dabcb47d782722f0e8df9 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=2939ed1270056c76df9dabcb47d782722f0e8df9 Author: Philippe Gerum Date: Tue Sep 8 19:02:33 2015 +0200 utils/rtcanconfig: fix error

[Xenomai-git] Philippe Gerum : drivers/can/raw: force all ioctl handling in secondary mode

2015-09-09 Thread git repository hosting
Module: xenomai-3 Branch: next Commit: f2f8376b082ac73ea96f126daa262b9bdeab9f2e URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=f2f8376b082ac73ea96f126daa262b9bdeab9f2e Author: Philippe Gerum Date: Wed Sep 9 09:27:10 2015 +0200 drivers/can/raw: force all ioctl

[Xenomai-git] Philippe Gerum : drivers/can/raw: use proper mechanism for detection of forced unblock

2015-09-09 Thread git repository hosting
Module: xenomai-3 Branch: next Commit: 2ed10a4e4b0ee8da4290fcb84575a0d5adf55f4a URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=2ed10a4e4b0ee8da4290fcb84575a0d5adf55f4a Author: Philippe Gerum Date: Wed Sep 9 16:17:15 2015 +0200 drivers/can/raw: use proper

[Xenomai-git] Philippe Gerum : drivers/can: merge assorted CAN fixes from 2.6.x

2015-09-09 Thread git repository hosting
Module: xenomai-3 Branch: next Commit: 02bc0b1bc778e6262933ab8377298c3b6d7781ee URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=02bc0b1bc778e6262933ab8377298c3b6d7781ee Author: Philippe Gerum Date: Tue Sep 8 20:42:47 2015 +0200 drivers/can: merge assorted CAN