Re: RTEMS Printer Changes

2016-06-21 Thread Chris Johns
On 21/06/2016 23:57, Sebastian Huber wrote: The goal of this patch set is to avoid visiblity of RTEMS printer implementation details via . Additionally, a specialized printer is added to output via a dedicated task with a defined priority, see sptests/sp20. Really nice change. This is turning

RTEMS Printer Changes

2016-06-21 Thread Sebastian Huber
The goal of this patch set is to avoid visiblity of RTEMS printer implementation details via . Additionally, a specialized printer is added to output via a dedicated task with a defined priority, see sptests/sp20. ___ devel mailing list devel@rtems.org

[PATCH] bsps/powerpc: Update to RTEMS printer changes

2016-06-08 Thread Sebastian Huber
--- c/src/lib/libbsp/powerpc/shared/console/polled_io.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/shared/console/polled_io.c b/c/src/lib/libbsp/powerpc/shared/console/polled_io.c index 76367a1..2ec68d0 100644 --- a/c/src/lib/libb