Re: [Xenomai] RTDM rework (2)

2014-05-05 Thread Jan Kiszka
On 2014-05-05 22:48, Gilles Chanteperdrix wrote: > On 04/29/2014 05:39 PM, Jan Kiszka wrote: >> On 2014-04-25 14:00, Gilles Chanteperdrix wrote: >>> On 04/25/2014 12:40 PM, Jan Kiszka wrote: On 2014-04-05 14:14, Gilles Chanteperdrix wrote: > On 03/07/2014 09:19 PM, Gilles Chanteperdrix wro

Re: [Xenomai] OMAP L138

2014-05-05 Thread Peter Howard
On Sun, 2014-05-04 at 21:25 +0200, Gilles Chanteperdrix wrote: > On 04/29/2014 03:46 AM, Peter Howard wrote: > > On Thu, 2014-04-24 at 23:30 +0200, Gilles Chanteperdrix wrote: > >> On 04/23/2014 03:45 AM, Peter Howard wrote: > >>> On Wed, 2014-04-23 at 01:02 +0200, Gilles Chanteperdrix wrote: > >>>

Re: [Xenomai] RTDM rework (2)

2014-05-05 Thread Gilles Chanteperdrix
On 04/29/2014 05:39 PM, Jan Kiszka wrote: > On 2014-04-25 14:00, Gilles Chanteperdrix wrote: >> On 04/25/2014 12:40 PM, Jan Kiszka wrote: >>> On 2014-04-05 14:14, Gilles Chanteperdrix wrote: On 03/07/2014 09:19 PM, Gilles Chanteperdrix wrote: > > Hi, > > here comes a second att

Re: [Xenomai] Raspberry Pi UART and SPI RTDM drivers

2014-05-05 Thread Adam Vaughan
I don't think anyone has written RTDM drivers for the SPI and UART peripherals yet. On Mon, May 5, 2014 at 4:21 AM, Massimo Savina wrote: > 2014-04-29 17:07 GMT+02:00 Massimo Savina : > > > Hi guys, > > I started to develop an application based on the Raspberry Pi, which > makes > > use of SPI a

Re: [Xenomai] FreeRTOS skin

2014-05-05 Thread Philippe Gerum
On 05/05/2014 04:03 PM, Gilles Chanteperdrix wrote: On 05/05/2014 12:33 PM, Philippe Gerum wrote: - vTaskSuspendAll()/vTaskResumeAll() maintain useless status flags. Copperplate provides __THREAD_S_SUSPENDED in the core status of threads for the very same purpose. I believe in FreeRTOS vTaskSu

Re: [Xenomai] FreeRTOS skin

2014-05-05 Thread Gilles Chanteperdrix
On 05/05/2014 12:33 PM, Philippe Gerum wrote: - vTaskSuspendAll()/vTaskResumeAll() maintain useless status flags. Copperplate provides __THREAD_S_SUSPENDED in the core status of threads for the very same purpose. I believe in FreeRTOS vTaskSuspendAll/vTaskResumeAll is more like a task lock mec

Re: [Xenomai] FreeRTOS skin

2014-05-05 Thread Philippe Gerum
On 05/05/2014 12:33 PM, Philippe Gerum wrote: On 05/04/2014 06:59 PM, Matthias Schneider wrote: Hi all, please find enclosed a patch with a FreeRTOS skin for xenomai-forge I have been working on for some time. I would like to get some feedback and advice what still needs to be done to get it a

Re: [Xenomai] Testing on Freescale i.MX6

2014-05-05 Thread Gilles Chanteperdrix
On 05/05/2014 01:28 PM, Ralf Roesch wrote: On Mon May 05 2014 12:51:00 GMT+0200, Gilles Chanteperdrix wrote: On 05/05/2014 09:45 AM, Ralf Roesch wrote: On Sun May 04 2014 17:57:55 GMT+0200 (CEST), Gilles Chanteperdrix wrote: On 05/04/2014 12:40 PM, Ralf Roesch wrote: Hi, based on your su

Re: [Xenomai] Testing on Freescale i.MX6

2014-05-05 Thread Ralf Roesch
On Mon May 05 2014 12:51:00 GMT+0200, Gilles Chanteperdrix wrote: On 05/05/2014 09:45 AM, Ralf Roesch wrote: On Sun May 04 2014 17:57:55 GMT+0200 (CEST), Gilles Chanteperdrix wrote: On 05/04/2014 12:40 PM, Ralf Roesch wrote: Hi, based on your suggestions from thread "[Xenomai] ipipe-core-

Re: [Xenomai] Testing on Freescale i.MX6

2014-05-05 Thread Gilles Chanteperdrix
On 05/05/2014 09:45 AM, Ralf Roesch wrote: > On Sun May 04 2014 17:57:55 GMT+0200 (CEST), Gilles Chanteperdrix > wrote: >> On 05/04/2014 12:40 PM, Ralf Roesch wrote: >>> Hi, >>> >>> based on your suggestions from thread "[Xenomai] ipipe-core-3.10 patch >>> for arm" >>> I started testing Xenomai on

Re: [Xenomai] problem with Task management services: Synchronous message passing

2014-05-05 Thread Gilles Chanteperdrix
On 05/05/2014 11:01 AM, mobin Motallebizadeh wrote: > > >> Date: Sun, 6 Apr 2014 18:34:14 +0200 >> From: gilles.chanteperd...@xenomai.org >> To: mobin.se...@live.com >> CC: xenomai@xenomai.org >> Subject: Re: [Xenomai] problem with Task management services: Synchronous >> message passing >> >> O

Re: [Xenomai] Round-robin "unknown error -3"

2014-05-05 Thread Philippe Gerum
On 05/05/2014 12:04 PM, mobin Motallebizadeh wrote: I used the "round-robin-example.c" and got the "round-robin-example-output".the first task returns 0 (success) and works correctlyothers return -3.what am I doing wrong.thanks in advance -ESRCH, unknown task

Re: [Xenomai] Round-robin "unknown error -3"

2014-05-05 Thread Gilles Chanteperdrix
On 05/05/2014 12:04 PM, mobin Motallebizadeh wrote: > I used the "round-robin-example.c" and got the > "round-robin-example-output".the first task returns 0 (success) and > works correctlyothers return -3.what am I doing wrong.thanks in > advance rt_task_slice return value is 0 if successful and a

Re: [Xenomai] FreeRTOS skin

2014-05-05 Thread Philippe Gerum
On 05/04/2014 06:59 PM, Matthias Schneider wrote: Hi all, please find enclosed a patch with a FreeRTOS skin for xenomai-forge I have been working on for some time. I would like to get some feedback and advice what still needs to be done to get it accepted in Xenomai. There is a set of unit test

[Xenomai] Round-robin "unknown error -3"

2014-05-05 Thread mobin Motallebizadeh
embedded and charset-unspecified text was scrubbed... Name: round-robin-example-output.txt URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20140505/9b3cd629/attachment.txt> -- next part -- An embedded and charset-unspecified text was scrubbed... Name: round-robin

Re: [Xenomai] problem with Task management services: Synchronous message passing

2014-05-05 Thread mobin Motallebizadeh
-- next part -- An embedded and charset-unspecified text was scrubbed... Name: netconsole-log.txt URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20140505/c167af7c/attachment.txt> ___ Xenoma

Re: [Xenomai] Raspberry Pi UART and SPI RTDM drivers

2014-05-05 Thread Massimo Savina
2014-04-29 17:07 GMT+02:00 Massimo Savina : > Hi guys, > I started to develop an application based on the Raspberry Pi, which makes > use of SPI and UART peripherals, to talk with realtime hardware (1ms loop > on SPI, 10ms loop on UART). > So I need of realtime drivers for the SPI and UART port. >

Re: [Xenomai] Testing on Freescale i.MX6

2014-05-05 Thread Ralf Roesch
On Sun May 04 2014 17:57:55 GMT+0200 (CEST), Gilles Chanteperdrix wrote: > On 05/04/2014 12:40 PM, Ralf Roesch wrote: >> Hi, >> >> based on your suggestions from thread "[Xenomai] ipipe-core-3.10 patch >> for arm" >> I started testing Xenomai on an i.MX6 board [1]. >> >> * checked out branch imx

Re: [Xenomai] FreeRTOS skin

2014-05-05 Thread Philippe Gerum
On 05/04/2014 11:22 PM, Matthias Schneider wrote: > - Original Message - > >> From: Gilles Chanteperdrix >> To: Matthias Schneider ; "xenomai@xenomai.org" >> >> Cc: >> Sent: Sunday, May 4, 2014 8:42 PM >> Subject: Re: [Xenomai] FreeRTOS skin >> >> On 05/04/2014 06:59 PM, Matthias Sch