#
#  README for test to reproduce potential yield problem
#

In this directory, you will find an RTEMS test and a Makefile.
It can be built by setting the environment variable "RTEMS_MAKEFILE_PATH",
making sure the cross tools are in your PATH, and invoking make.

Here are a couple of example ways to do this using the erc32 BSP:

    RTEMS_MAKEFILE_PATH=/home/joel/gnat-3.10p/sparc-rtems/rtems/erc32 gmake 

The resulting application end up in o-erc32/test.exe.

An alterative way to do this is to set the environment variable separately:

  export RTEMS_MAKEFILE_PATH=/home/joel/gnat-3.10p/sparc-rtems/rtems/erc32
  gmake

================================
From Sergei Organov <osv@Javad.RU>:

I just ran your test case and it works the same (i.e. hangs after
output of approximately 1700 chars at 115200 baud).

