mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 00:09:25 +08:00
Add a new interrupt server driven Termios mode (TERMIOS_IRQ_DRIVEN). This mode is identical to the interrupt driven mode except that a mutex is used for device level locking. The intended use case for this mode are device drivers that use the interrupt server, e.g. SPI or I2C connected devices. Update #2839.