On Wed, Mar 25, 2020, 8:06 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:

> Hello Michele,
>
> I am not sure if the RTEMS 4.11 test suite works with an interrupt
> driven console driver. I would use the RTEMS master for new BSPs anyway.
>

You should use polled or the buffered test IO option. By using an interrupt
driven console, you are introducing more scheduling points than the test
was designed for.

FWIW I have never seen mass failures like yours from an interrupt driven
console. It is usually just a few oddities in output order. Maybe the M3 is
slow enough that things are skewed even versus the boards I remember from
the early 90s.

But switching to the master is always good advice for new BSPs

--joel

>
> _______________________________________________
> users mailing list
> users@rtems.org
> http://lists.rtems.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to