summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-08 09:38:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-08 09:41:33 +0200
commitf7a2dcf1cc4c6ff21fe58bb77832794cb8b17b3f (patch)
treed92d96ccbee2be30d057a479d1c3a68082efd5b5
parentrsb: Mention Ada language option (diff)
downloadrtems-docs-f7a2dcf1cc4c6ff21fe58bb77832794cb8b17b3f.tar.bz2
bsp-howto: Warn about TERMIOS_TASK_DRIVEN
Update #2935.
-rw-r--r--bsp-howto/console.rst2
1 files changed, 2 insertions, 0 deletions
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
===========