..
CMakeLists.txt
drivers: serial: Add NXP IUART driver
2020-08-14 14:51:50 -05:00
Kconfig
drivers: serial: Add NXP IUART driver
2020-08-14 14:51:50 -05:00
Kconfig.altera_jtag
kconfig: Turn pointless/confusing 'menuconfig's into 'config's
2019-10-22 13:53:06 -05:00
Kconfig.cc13xx_cc26xx
drivers: cc13xx_cc26xx: use DT_INST_FOREACH to reduce code duplication
2020-04-23 17:29:53 -05:00
Kconfig.cc32xx
kconfig: Turn pointless/confusing 'menuconfig's into 'config's
2019-10-22 13:53:06 -05:00
Kconfig.cmsdk_apb
kconfig: Clean up header comments and make them consistent
2019-11-04 17:31:27 -05:00
Kconfig.esp32
kconfig: Turn pointless/confusing 'menuconfig's into 'config's
2019-10-22 13:53:06 -05:00
Kconfig.gecko
kconfig: Clean up header comments and make them consistent
2019-11-04 17:31:27 -05:00
Kconfig.imx
drivers: serial: uart_imx: Convert driver to new DT_INST macros
2020-04-04 09:34:00 -05:00
Kconfig.leuart_gecko
kconfig: Clean up header comments and make them consistent
2019-11-04 17:31:27 -05:00
Kconfig.litex
kconfig: Clean up header comments and make them consistent
2019-11-04 17:31:27 -05:00
Kconfig.lpc11u6x
drivers: serial: Add support for LPC11U6X UART controllers
2020-07-29 20:12:24 +02:00
Kconfig.mcux
drivers: serial: uart_mcux: Convert to DT_INST
2020-04-14 17:52:31 -05:00
Kconfig.mcux_flexcomm
drivers: uart: mcux_flexcomm: Convert to DT_INST
2020-04-28 16:54:30 -05:00
Kconfig.mcux_iuart
drivers: serial: Add NXP IUART driver
2020-08-14 14:51:50 -05:00
Kconfig.mcux_lpsci
drivers: uart: mcux_lpsci: Convert to DT_INST
2020-04-28 16:54:30 -05:00
Kconfig.mcux_lpuart
drivers: uart: mcux_lpuart: Convert to DT_INST
2020-04-20 15:50:45 -05:00
Kconfig.miv
drivers: uart: miv: convert to DT_INST defines
2020-03-11 16:37:22 -06:00
Kconfig.msp432p4xx
kconfig: Turn pointless/confusing 'menuconfig's into 'config's
2019-10-22 13:53:06 -05:00
Kconfig.native_posix
drivers: serial: native_posix: Add example using gnome-terminal
2020-08-12 17:12:31 +02:00
Kconfig.npcx
driver: serial: Add UART support in NPCX series.
2020-08-13 16:42:20 +02:00
Kconfig.nrfx
drivers: serial: nrf: Remove flow control configuration from kconfig
2020-06-09 19:06:16 +02:00
Kconfig.ns16550
driver: uart: ns16550: convert to DT_INST_*
2020-03-14 02:22:05 +02:00
Kconfig.nuvoton
drivers: serial: add support for Nuvoton series UART
2020-07-01 21:09:25 +02:00
Kconfig.pl011
drivers: serial: uart_pl011: remove shared irq support
2020-03-25 08:34:40 -05:00
Kconfig.psoc6
kconfig: Clean up header comments and make them consistent
2019-11-04 17:31:27 -05:00
Kconfig.rtt
drivers: serial: uart_rtt converted to devicetree
2020-09-03 21:51:28 +02:00
Kconfig.rv32m1_lpuart
kconfig: Clean up header comments and make them consistent
2019-11-04 17:31:27 -05:00
Kconfig.sam0
kconfig: Clean up header comments and make them consistent
2019-11-04 17:31:27 -05:00
Kconfig.sifive
uart: sifive: fix interrupt-driven transmission
2020-03-24 13:28:58 -04:00
Kconfig.stellaris
arm: Removed support for CC2650
2020-01-18 09:27:55 -06:00
Kconfig.stm32
boards: stm32: Use dt API for serial peripheral configuration
2020-04-20 15:27:56 -05:00
Kconfig.uart_sam
drivers: serial: uart_sam: rework device tree support
2020-04-18 17:04:08 -05:00
Kconfig.usart_sam
drivers: serial: usart_sam: rework device tree support
2020-04-18 17:04:08 -05:00
Kconfig.xlnx
drivers: serial: add driver for the Xilinx UART Lite IP
2020-08-14 13:35:39 -05:00
Kconfig.xmc4xxx
drivers: serial: add XMC seris UART support
2020-05-09 14:21:44 +02:00
leuart_gecko.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_altera_jtag_hal.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
uart_cc13xx_cc26xx.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_cc32xx.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_cmsdk_apb.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_esp32.c
drivers: Manual const-ification of device driver instance
2020-09-02 13:48:13 +02:00
uart_gecko.c
drivers: Manual const-ification of device driver instance
2020-09-02 13:48:13 +02:00
uart_handlers.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
uart_imx.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_liteuart.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_lpc11u6x.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_lpc11u6x.h
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
uart_mcux.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_mcux_flexcomm.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_mcux_iuart.c
drivers: Manual const-ification of device driver instance
2020-09-02 13:48:13 +02:00
uart_mcux_lpsci.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_mcux_lpuart.c
drivers: serial: uart_mcux_lpuart: Add configure functions
2020-09-29 13:42:39 -05:00
uart_miv.c
drivers: serial: Fix device instance const qualifier loss
2020-09-02 13:48:13 +02:00
uart_msp432p4xx.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_native_posix.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
uart_npcx.c
drivers: npcx: Add const modifier for hal instances and so on.
2020-10-06 18:16:02 -05:00
uart_nrfx_uart.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_nrfx_uarte.c
drivers: serial: nrf_uarte: Reset rx byte counters
2020-09-28 12:15:52 +02:00
uart_ns16550.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_ns16550.h
drivers: serial: ns16550: move header from /include/
2019-06-25 15:27:00 -04:00
uart_ns16550_port_x.h
drivers: Manual const-ification of device driver instance
2020-09-02 13:48:13 +02:00
uart_nuvoton.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
uart_pl011.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_psoc6.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
uart_rtt.c
drivers: serial: uart_rtt async support
2020-09-03 21:51:28 +02:00
uart_rv32m1_lpuart.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_sam.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_sam0.c
drivers: Manual const-ification of device driver instance
2020-09-02 13:48:13 +02:00
uart_sifive.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_stellaris.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
uart_stm32.c
soc/arm: stm32: swap argument order in ST_STM32 PINCTRL macros
2020-10-09 11:52:59 +02:00
uart_stm32.h
drivers/serial: stm32: Enable use of dt pinctrl as serial signals
2020-10-01 11:08:42 -05:00
uart_xlnx_ps.c
drivers: Manual const-ification of device driver instance
2020-09-02 13:48:13 +02:00
uart_xlnx_uartlite.c
drivers: Manual const-ification of device driver instance
2020-09-02 13:48:13 +02:00
uart_xmc4xxx.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
usart_sam.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00