zephyr/drivers/serial
Shawn Nematbakhsh 1d3fb5490f drivers: serial: Add support for OpenTitan serial UART
UART output confirmed to work in simulation.

Signed-off-by: Shawn Nematbakhsh <shawn@rivosinc.com>
2023-01-27 19:25:26 +09:00
..
CMakeLists.txt drivers: serial: Add support for OpenTitan serial UART 2023-01-27 19:25:26 +09:00
Kconfig drivers: serial: Add support for OpenTitan serial UART 2023-01-27 19:25:26 +09:00
Kconfig.altera_jtag
Kconfig.apbuart
Kconfig.b91
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cdns drivers: serial: Add Driver for CDNS UART IP6528 2022-12-12 12:19:35 -05:00
Kconfig.cmsdk_apb
Kconfig.esp32 drivers: uart: esp32c3: Add async support 2023-01-12 19:09:01 +01:00
Kconfig.gd32
Kconfig.gecko
Kconfig.imx
Kconfig.it8xxx2
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
Kconfig.neorv32
Kconfig.npcx
Kconfig.nrfx
Kconfig.ns16550
Kconfig.numicro
Kconfig.nxp_s32 drivers: serial: rename S32 to NXP S32 2023-01-04 16:51:38 +01:00
Kconfig.opentitan drivers: serial: Add support for OpenTitan serial UART 2023-01-27 19:25:26 +09:00
Kconfig.pl011
Kconfig.psoc6
Kconfig.ql_usbserialport_s3b
Kconfig.rcar
Kconfig.rpi_pico
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.sam0
Kconfig.sifive
Kconfig.smartbond
Kconfig.stellaris
Kconfig.stm32 drivers: serial: Reset UART using RCC before initialization 2022-12-09 09:43:36 -08:00
Kconfig.test
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xec
Kconfig.xen
Kconfig.xlnx
Kconfig.xmc4xxx
leuart_gecko.c soc: arm: silabs: remove soc_gpio_configure wrapper 2022-12-20 22:50:19 +01:00
serial_esp32_usb.c
serial_test.c
uart_altera_jtag.c
uart_apbuart.c
uart_b91.c
uart_cc13xx_cc26xx.c
uart_cc32xx.c
uart_cdns.c drivers: serial: Add Driver for CDNS UART IP6528 2022-12-12 12:19:35 -05:00
uart_cdns.h drivers: serial: Add Driver for CDNS UART IP6528 2022-12-12 12:19:35 -05:00
uart_cmsdk_apb.c
uart_esp32.c drivers: uart: esp32c3: Add async support 2023-01-12 19:09:01 +01:00
uart_gecko.c dts: uart: silabs: make peripheral-id optional 2022-12-20 22:50:19 +01:00
uart_handlers.c
uart_hvc_xen_consoleio.c
uart_hvc_xen.c
uart_imx.c
uart_ite_it8xxx2.c
uart_liteuart.c
uart_lpc11u6x.c
uart_lpc11u6x.h
uart_mchp_xec.c
uart_mcux_flexcomm.c drivers: uart_mcux_flexcomm: Add runtime configure 2022-12-21 09:38:33 -06:00
uart_mcux_iuart.c
uart_mcux_lpsci.c
uart_mcux_lpuart.c drivers: mcux_lpuart: fix compile warning 2022-12-20 09:22:40 +01:00
uart_mcux.c
uart_miv.c
uart_msp432p4xx.c
uart_native_posix.c
uart_neorv32.c
uart_npcx.c Revert "driver: uart: npcx: add missing tx/rx interrupt enabled checks" 2023-01-18 16:08:49 +01:00
uart_nrfx_uart.c drivers: serial: nrfx: ifdef optional baudrates 2022-12-28 10:38:09 +01:00
uart_nrfx_uarte.c drivers: serial: nrfx: ifdef optional baudrates 2022-12-28 10:38:09 +01:00
uart_ns16550.c drivers: uart_ns16550: Convert to use runtime PCIe BDF lookup 2022-11-16 11:18:43 +01:00
uart_ns16550.h uart: ns16550: move command macro to public header 2022-11-10 22:40:21 -05:00
uart_numicro.c drivers: serial: numicro: fix poll_in function 2022-12-08 18:46:33 +01:00
uart_nxp_s32_linflexd.c drivers: serial: rename S32 to NXP S32 2023-01-04 16:51:38 +01:00
uart_nxp_s32_linflexd.h drivers: serial: rename S32 to NXP S32 2023-01-04 16:51:38 +01:00
uart_opentitan.c drivers: serial: Add support for OpenTitan serial UART 2023-01-27 19:25:26 +09:00
uart_pipe.c
uart_pl011.c all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
uart_psoc6.c
uart_ql_usbserialport_s3b.c
uart_ql_usbserialport_s3b.h
uart_rcar.c
uart_rpi_pico.c drivers: serial: convert Zephyr constants to rpi-hal constants 2022-11-19 14:18:00 +09:00
uart_rtt.c
uart_rv32m1_lpuart.c
uart_sam0.c
uart_sam.c
uart_sifive.c
uart_smartbond.c
uart_stellaris.c
uart_stm32.c drivers: exti: stm32: expose STM32_EXTI_LINE_NONE 2023-01-27 01:02:08 +09:00
uart_stm32.h drivers: exti: stm32: expose STM32_EXTI_LINE_NONE 2023-01-27 01:02:08 +09:00
uart_xlnx_ps.c
uart_xlnx_uartlite.c
uart_xmc4xxx.c drivers: serial: uart_xmc4xxx: Fix write to fifo with more than one byte 2022-12-05 11:03:22 +01:00
usart_gd32.c
usart_sam.c