Re: Custom Driver on Zynq

2019-08-19 Thread Joel Sherrill
On Mon, Aug 19, 2019 at 9:45 AM Andy James wrote: > > I’m attempting to add a custom driver to RTEMS for a simple GPIO peripheral, > for a Zynq BSP. I have added my gpio.c file to Makefile.am and the include > files > > To headers.am, and also ran ./bootstrap –H ; however when I run ‘make all’

Custom Driver on Zynq

2019-08-19 Thread Andy James
I'm attempting to add a custom driver to RTEMS for a simple GPIO peripheral, for a Zynq BSP. I have added my gpio.c file to Makefile.am and the include files To headers.am, and also ran ./bootstrap -H ; however when I run 'make all' these files do not get compiled, and there are no error messa