Re: [PATCH 2/7] bsp/tms570: Pinmux support and EMAC pin definition added

2015-11-15 Thread Gedare Bloom
On Thu, Nov 12, 2015 at 5:11 PM, Pavel Pisa wrote: > From: Premysl Houdek > > Signed-off-by: Premysl Houdek > --- > c/src/lib/libbsp/arm/tms570/Makefile.am| 3 +- > .../lib/libbsp/arm/tms570/include/tms570-pinmux.h | 122 > + > c/src/lib/libbsp/arm/tms570/pin

Re: [PATCH 3/7] bsp/tms570: fixed sci driver freeze when closing terminal bug

2015-11-15 Thread Gedare Bloom
On Thu, Nov 12, 2015 at 5:11 PM, Pavel Pisa wrote: > From: Premysl Houdek > > tms570_sci_interrupt_last_close: do not wait for old data transmit. > > Signed-off-by: Premysl Houdek > --- > c/src/lib/libbsp/arm/tms570/console/tms570-sci.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletio

Re: BBB GPIO pullpup/pulldown patch

2015-11-15 Thread Gedare Bloom
The code looks fine, if someone cares to verify they ran it On Fri, Nov 13, 2015 at 8:49 AM, Federico Garcia Cruz < federico.garciac...@tallertechnologies.com> wrote: > Hi everyone, > we're working with the latest RTEMS in the Beaglebone and we're using the > GPIO api. We've added the code for co