rsb to build 4.10 tools with modern compilers (ie under MSYS2)

2016-05-27 Thread Worth Burruss
Attached are 3 patches I needed to build 4.10 tools for coldfire processors (m68k) under windows (7 and 10) using MSYS2. I have been meaning to send them for awhile. The primary patch is for GCC and is needed to build older GCC with newer GCC. I found this patch on the GCC mailing list and

Re: Request for GPIO Examples

2016-03-23 Thread Worth Burruss
On 23 Mar 2016 at 0:57, punit vara wrote: > Hi Worth Burruss, > > This year I proposed a plan (https://goo.gl/cGCXbS) to develop Beagle > bone black BSP which includes PWM drivers as well as I2C driver. Could > you please suggest me testing methods to test PWM on BBB ? >

Re: Request for GPIO Examples

2016-03-21 Thread Worth Burruss
On 16 Mar 2016 at 2:30, punit vara wrote: > > Hi > > > > Are there any example programs for the GPIO? I realize they would be > > specific to the BBB or Pi but would appreciate getting some code. > > > > Thanks. > > > > --joel > I tested GPIO APIs in Beaglebone black with LED blinking. You can