On 26/09/2014 7:40 pm, Sebastian Huber wrote:
On 18/09/14 00:58, Chris Johns wrote:
On 17/09/2014 6:49 pm, Sebastian Huber wrote:
currently the RTEMS sources contain no reference to the intended tool
chain versions (Binutils, Newlib, GCC, GDB) and patches for the tools.
This is specified elsew
Hi,
This patch is needed for capture, pppd and any other tests that prompt
users to input data interactively.
Regards,
Hesham
On Fri, Sep 19, 2014 at 9:20 PM, Hesham ALMatary
wrote:
> Implement uart_read_polled which is needed for any application that
> reads input from users. It works fine wi
Hi,
Please do not miss this patch, it fixes a critical bug in the new or1k port.
Regards,
Hesham
On Fri, Sep 19, 2014 at 4:55 PM, Hesham ALMatary
wrote:
> Since or1k architecture stack grows down, threads should be initialized
> with high stack addresses instead of lower ones. This is done in
Have you tried:
qemu-system-i386 -serial file:/tmp/1.txt -serial file:/tmp/2.txt -kernel
...
Or open ttyS1 instead?
--Wendell.
2014-09-28 4:52 GMT-03:00 Олег Мороз :
> Hello everyone, i'm trying to develop RTEMS app using QEMU VM. How can i
> use virtual serial device for two side data excha
Hello everyone, i'm trying to develop RTEMS app using QEMU VM. How can i
use virtual serial device for two side data exchange between VM and host
machine. I'm trying to use it in that way:
#include /* for device driver prototypes */
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
#defin