zephyr/drivers/serial
Kumar Gala 5a9f997a80 drivers: serial: stm32: Fix compile issues
The stm32 uart driver fails to build on certian platforms due to
changes introduced by:

commit 3c18bcbf77
Author: Francois Ramu <francois.ramu@st.com>
Date:   Wed Jan 27 10:27:33 2021 +0100

    drivers: serial: stm32 restore uart after lowpower

Fix this by adding some ifdef's around the code that is specific to the
given platforms that the code works on.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-21 22:28:16 -05:00
..
CMakeLists.txt drivers: serial: ns16550: Remove hard-coded max instance count 2021-01-18 15:45:58 -05:00
Kconfig
Kconfig.altera_jtag
Kconfig.apbuart
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.imx
Kconfig.leuart_gecko
Kconfig.litex
Kconfig.lpc11u6x
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.mcux_iuart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix drivers: serial: native_posix: Convert 2nd UART to be devicetree based 2021-02-18 09:06:21 +01:00
Kconfig.npcx
Kconfig.nrfx
Kconfig.ns16550 drivers: serial: ns16550: Remove hard-coded max instance count 2021-01-18 15:45:58 -05:00
Kconfig.nuvoton
Kconfig.pl011 drivers: pl011: add SBSA mode 2021-01-24 13:59:55 -05:00
Kconfig.psoc6
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.sam0
Kconfig.sifive drivers: serial: sifive: use interrupt-cell to set IRQ priority 2021-01-16 17:22:08 -05:00
Kconfig.stellaris
Kconfig.stm32 drivers: serial: implement stm32 uart async api 2021-01-18 19:07:29 +01:00
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xlnx
Kconfig.xmc4xxx
leuart_gecko.c
uart_altera_jtag_hal.c drivers: serial: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 19:59:21 -05:00
uart_apbuart.c drivers/apbuart: add TX FIFO interrupt support 2021-01-21 15:53:03 -05:00
uart_cc13xx_cc26xx.c power: Rename constraint API 2021-02-15 08:08:36 -05:00
uart_cc32xx.c drivers: uart_cc32xx: use device tree iteration 2021-02-15 08:08:21 -05:00
uart_cmsdk_apb.c drivers: uart: uart_cmsdk_apb: fix interrupt handling 2021-02-15 13:24:05 -05:00
uart_esp32.c device: esp32: Convert clock control to use DEVICE_DT_GET 2021-02-18 12:42:53 -06:00
uart_gecko.c
uart_handlers.c
uart_imx.c
uart_liteuart.c
uart_lpc11u6x.c
uart_lpc11u6x.h
uart_mcux.c drivers: serial: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-18 10:39:07 -06:00
uart_mcux_flexcomm.c drivers: serial: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-18 10:39:07 -06:00
uart_mcux_iuart.c drivers: serial: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-18 10:39:07 -06:00
uart_mcux_lpsci.c drivers: serial: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-18 10:39:07 -06:00
uart_mcux_lpuart.c drivers: serial: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-18 10:39:07 -06:00
uart_miv.c
uart_msp432p4xx.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
uart_native_posix.c drivers: serial: native_posix: Convert 2nd UART to be devicetree based 2021-02-18 09:06:21 +01:00
uart_npcx.c driver: uart_npcx: do not check for irq enable in irq ready functions 2021-02-21 22:27:45 -05:00
uart_nrfx_uart.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
uart_nrfx_uarte.c drivers: serial: nrfx_uarte: Add missing check 2021-02-11 08:52:36 -05:00
uart_ns16550.c drivers: serial: ns16550: Remove hard-coded max instance count 2021-01-18 15:45:58 -05:00
uart_ns16550.h
uart_ns16550_port_x.h drivers: serial: ns16550: Remove hard-coded max instance count 2021-01-18 15:45:58 -05:00
uart_nuvoton.c
uart_pl011.c drivers: pl011: add SBSA mode 2021-01-24 13:59:55 -05:00
uart_psoc6.c
uart_rtt.c
uart_rv32m1_lpuart.c device: rv32m1: Convert clock control to use DEVICE_DT_GET 2021-02-18 09:26:39 -06:00
uart_sam.c
uart_sam0.c
uart_sifive.c drivers: serial: sifive: use interrupt-cell to set IRQ priority 2021-01-16 17:22:08 -05:00
uart_stellaris.c
uart_stm32.c drivers: serial: stm32: Fix compile issues 2021-02-21 22:28:16 -05:00
uart_stm32.h drivers: serial: stm32 restore uart after lowpower 2021-02-19 22:38:50 -05:00
uart_xlnx_ps.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
uart_xlnx_uartlite.c
uart_xmc4xxx.c
usart_sam.c