Re: [PATCH 1/6] Add Jetson-TK1 board support

2017-08-04 Thread Sebastian Huber

Hello,

I added a clock driver for the ARMv7-AR Generic Timer for the new i.MX 7 
BSP:


https://git.rtems.org/rtems/tree/c/src/lib/libbsp/arm/shared/arm-generic-timer-clock-config.c

Please try to use this clock driver for your new BSP.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: BSP receiving messages via uart

2017-08-04 Thread Denis Obrezkov
2017-08-02 15:58 GMT+02:00 Gedare Bloom :

> samples/capture uses the shell. I don't know if there is a small shell
> example.
>
> On Wed, Aug 2, 2017 at 5:13 AM, Denis Obrezkov 
> wrote:
> > Hello all,
> >
> > I am developing a small size BSP and want to start receiving messages via
> > uart.
> > What is the best way to do it? Are there any tests for message receiving?
> >
> > --
> > Regards, Denis Obrezkov
> >
> > ___
> > devel mailing list
> > devel@rtems.org
> > http://lists.rtems.org/mailman/listinfo/devel

I was able to utilize printf, but I can't use scanf in the "hello" example.

I found it hard to utilize the samples/capture example because of its
configure options. With the default options
I have a memory allocation error even with -Os flag.

-- 
Regards, Denis Obrezkov
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel