commit | 34b53f181f30d9e81b5e426b07abc8f97d6d9a7b | [log] [tgz] |
---|---|---|
author | Qiu Peiyang <peiyangx.qiu@intel.com> | Tue Feb 14 13:36:43 2017 +0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Feb 20 13:42:47 2017 +0000 |
tree | c5ce16cbafaaf02c4849bba1904094d2ade829a4 | |
parent | 4d096a44a141d50a192434cd09dc4973eee36e0e [diff] |
tests: add zephyr uart driver api test case This commit verifies the following uart driver apis: uart_irq_callback_set() uart_irq_rx_enable() uart_irq_rx_disable() uart_irq_rx_ready() uart_irq_tx_enable() uart_irq_tx_disable() uart_irq_tx_ready() uart_fifo_fill() uart_fifo_read() uart_irq_update() uart_poll_in() uart_poll_out() Change-Id: I9be9341aee4357f86a2bc49f19733fb84273e89c Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>