Re: Fwd: Re: [GSOC] rtems GPIO API

2014-05-28 Thread Alan Cudmore
Andre, If you have not seen this library, please check this out: http://wiringpi.com It looks like a good resource programming the Raspberry Pi GPIO. It may give you some insight and ideas about the GPIO API. The code appears to be LGPL. Alan On Sat, May 24, 2014 at 8:37 PM, Gedare Bloom

Re: Fwd: Re: [GSOC] rtems GPIO API

2014-05-28 Thread Alan Cudmore
OK, that's good to know. But it could at least help shape the RTEMS GPIO API. Alan On Wed, May 28, 2014 at 3:08 PM, Gedare Bloom ged...@rtems.org wrote: On Wed, May 28, 2014 at 11:56 AM, Alan Cudmore alan.cudm...@gmail.com wrote: Andre, If you have not seen this library, please check

Re: Fwd: Re: [GSOC] rtems GPIO API

2014-05-24 Thread Andre Marques
On 05/23/14 17:57, Chris Nott wrote: My two cents: On 22/05/2014 3:30 PM, Andre Marques wrote: Hello, I will start my GSOC project with a GPIO driver for the RPi BSP, and part of the GPIO driver code will not be specific to the RPi but to any board with a GPIO interface. With code reuse in