mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 05:22:32 +08:00
@@ -152,6 +152,8 @@ Interrupt Server Driven Mode (`TERMIOS_IRQ_SERVER_DRIVEN`)
|
|||||||
Task Driven Mode (`TERMIOS_TASK_DRIVEN`)
|
Task Driven Mode (`TERMIOS_TASK_DRIVEN`)
|
||||||
The task driven mode is similar to interrupt driven mode, but the actual
|
The task driven mode is similar to interrupt driven mode, but the actual
|
||||||
data processing is done in dedicated tasks instead of interrupt routines.
|
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
|
Polled Mode
|
||||||
===========
|
===========
|
||||||
|
Reference in New Issue
Block a user