From f7a2dcf1cc4c6ff21fe58bb77832794cb8b17b3f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Jun 2017 09:38:26 +0200 Subject: bsp-howto: Warn about TERMIOS_TASK_DRIVEN Update #2935. --- bsp-howto/console.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bsp-howto') 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 =========== -- cgit v1.2.3