summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
===========