[rtems-docs commit] bsp-howto: Warn about TERMIOS_TASK_DRIVEN

Sebastian Huber sebh at rtems.org
Thu Jun 8 07:42:01 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    f7a2dcf1cc4c6ff21fe58bb77832794cb8b17b3f
Changeset: http://git.rtems.org/rtems-docs/commit/?id=f7a2dcf1cc4c6ff21fe58bb77832794cb8b17b3f

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jun  8 09:38:26 2017 +0200

bsp-howto: Warn about TERMIOS_TASK_DRIVEN

Update #2935.

---

 bsp-howto/console.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsp-howto/console.rst b/bsp-howto/console.rst
index 46ffb0a..2bdb3c8 100644
--- a/bsp-howto/console.rst
+++ b/bsp-howto/console.rst
@@ -152,6 +152,8 @@ Interrupt Server Driven Mode (`TERMIOS_IRQ_SERVER_DRIVEN`)
 Task Driven Mode (`TERMIOS_TASK_DRIVEN`)
     The task driven mode is similar to interrupt driven mode, but the actual
     data processing is done in dedicated tasks instead of interrupt routines.
+    This mode is not available in SMP configurations.  It has some
+    implementation flaws and it is not well tested.
 
 Polled Mode
 ===========



More information about the vc mailing list