From ebf9a057b5095df43632752d327e7c297b9fd78b Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 15 Sep 2014 08:50:28 +1000 Subject: libmisc: Add a stdio redirector helper. This module makes it easy to redirect and capture stdout, stderr or any other fd in your application. The captured data can be sent off board, for example using syslog, or buffered and displayed in a web page. --- cpukit/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 2693d46f68..93b07c8a5d 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -175,6 +175,8 @@ include_rtems_HEADERS += libmisc/mouse/serial_mouse.h ## libqos include_rtems_HEADERS += libqos/qreslib.h +## redirector +include_rtems_HEADERS += libmisc/redirector/stdio-redirect.h ## shell if LIBSHELL include_rtems_HEADERS += libmisc/shell/shell.h -- cgit v1.2.3