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] 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. >

[Xenomai] Raspberry Pi UART and SPI RTDM drivers

2014-04-29 Thread 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. 1) Can I use the current 16550A-Compatible UART driver o