zephyr/drivers/serial
Peter Mitsis 5c39418ae8 k20uart: Fix check for Rx/Tx irq
Due to a quirk of the k20 UART, when checking if either a Tx or Rx
irq is ready, one must first check whether the UART has enabled the
Tx and/or Rx interrupts.  If this is not done, then all one is doing
is testing the UART to determine if it is ready to Tx and/or Rx.

Change-Id: I08a8280ed9fb0faef586f3c7d7befb3bfdec1e2d
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:47 -05:00
..
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile serial: converting to new driver initialization model 2016-02-05 20:15:25 -05:00
k20UartDrv.c k20uart: Fix check for Rx/Tx irq 2016-02-05 20:24:47 -05:00
k20UartDrv.h uart: Move generic API to root directory of include 2016-02-05 20:24:32 -05:00
ns16550.c checkpatch: warning - new_typedefs 2016-02-05 20:24:41 -05:00
ns16550.h uart: Move generic API to root directory of include 2016-02-05 20:24:32 -05:00
nsim_uart.c checkpatch: warning - new_typedefs 2016-02-05 20:24:41 -05:00
nsim_uart.h uart: Move generic API to root directory of include 2016-02-05 20:24:32 -05:00
serial.c checkpatch: warning - new_typedefs 2016-02-05 20:24:41 -05:00
stellarisUartDrv.c checkpatch: warning - new_typedefs 2016-02-05 20:24:41 -05:00
stellarisUartDrv.h uart: Move generic API to root directory of include 2016-02-05 20:24:32 -05:00