zephyr/drivers/serial
Daniel Leung c615ae56cb serial: nsim: add dummy poll_in function
Both poll_in and poll_out are supposed to be implemented
in each driver, as these are basic function.

Change-Id: If1b6b11834f57934fe7e776bfcf818e088abdd0a
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:27 -05:00
..
Kconfig Remove serial options dependency on X86_32 2016-02-05 20:15:36 -05:00
Makefile serial: converting to new driver initialization model 2016-02-05 20:15:25 -05:00
k20UartDrv.c serial: k20: cosmetic changes to comments 2016-02-05 20:15:26 -05:00
k20UartDrv.h serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
ns16550.c x86: Add an option for legacy IO ports 2016-02-05 20:24:19 -05:00
ns16550.h serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
nsim_uart.c serial: nsim: add dummy poll_in function 2016-02-05 20:24:27 -05:00
nsim_uart.h serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
serial.c serial: converting to new driver initialization model 2016-02-05 20:15:25 -05:00
stellarisUartDrv.c serial: stellaris: cosmetic changes to comments 2016-02-05 20:15:26 -05:00
stellarisUartDrv.h serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00