zephyr/drivers/serial
Lee Jones 49c2858d94 serial: stm32: Give H/W a chance to set the TXE bit on transfer
It is possible to evaluate the TXE bit *before* H/W has had the
opportunity to detect that data is being processed.  Therefore
we should hold off on any evaluation until TXE has initially been
set.

Change-Id: Iff26bfbe3ab419734003bf81a4cb357de83908e7
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2017-03-30 12:59:48 +01:00
..
Kconfig drivers: Add basic Atmel SAM USART driver 2017-02-01 21:01:18 +00:00
Kconfig.altera_jtag
Kconfig.atmel_sam3
Kconfig.cc32xx cc3200: Enable device tree usage for CC3200 2017-02-10 18:14:01 +00:00
Kconfig.cmsdk_apb v2m_beetle: uart: Add DTS support to UART driver 2017-02-10 18:14:04 +00:00
Kconfig.mcux dts: arm: Kinetis: Add base support for Kinetis 2017-02-10 18:13:59 +00:00
Kconfig.mcux_lpuart kw41z: add base DTS support 2017-02-10 18:14:05 +00:00
Kconfig.nrf5 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.ns16550
Kconfig.nsim
Kconfig.qmsi
Kconfig.riscv_qemu license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stellaris
Kconfig.stm32 serial: stm32: Properly put Kconfig options in their own submenu 2017-03-27 09:05:57 -05:00
Kconfig.usart_sam drivers: Add basic Atmel SAM USART driver 2017-02-01 21:01:18 +00:00
Makefile drivers: Add basic Atmel SAM USART driver 2017-02-01 21:01:18 +00:00
uart_altera_jtag.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_atmel_sam3.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_cc32xx.c cc3200: Enable device tree usage for CC3200 2017-02-10 18:14:01 +00:00
uart_cmsdk_apb.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_mcux_lpuart.c serial: Introduce new mcux lpuart shim driver 2017-01-30 11:02:35 -06:00
uart_mcux.c arm: UART driver modifications for MKL25Z soc support 2017-03-27 09:05:57 -05:00
uart_nrf5.c drivers: serial: nrf5: Fix system off pin configuration 2017-02-27 21:02:20 +00:00
uart_ns16550.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_ns16550.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_nsim.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_qmsi.c drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
uart_riscv_qemu.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_stellaris.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_stellaris.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart_stm32.c serial: stm32: Give H/W a chance to set the TXE bit on transfer 2017-03-30 12:59:48 +01:00
uart_stm32.h drivers: stm32: clean up after stm23cube based clock control 2017-02-10 14:47:41 -06:00
usart_sam.c drivers: Add basic Atmel SAM USART driver 2017-02-01 21:01:18 +00:00