zephyr/drivers/serial
Tim-Marek Thomas 5d75940ae3 boards: riscv: neorv32: Updates compatibility to neoverse v1.8.6
With NEORV32 v1.8.2 the UART module was changed to a simpler
implementation. This updates the UART driver for the open-source NEORV32
RISC-V compatible processor system (SOC).

Signed-off-by: Tim-Marek Thomas <thomas@sra.uni-hannover.de>
2023-07-11 18:19:55 +00:00
..
CMakeLists.txt drivers serial native ptty: Split in top and bottom 2023-07-10 09:53:22 +02:00
Kconfig drivers: serial: add uart_efinix_sapphire initial version 2023-06-27 12:09:57 +00:00
Kconfig.altera
Kconfig.altera_jtag
Kconfig.apbuart
Kconfig.b91
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx drivers: serial: cc32xx: add support for pinctrl 2023-06-17 07:55:43 -04:00
Kconfig.cdns
Kconfig.cmsdk_apb
Kconfig.efinix_sapphire drivers: serial: add uart_efinix_sapphire initial version 2023-06-27 12:09:57 +00:00
Kconfig.emul
Kconfig.esp32 drivers: uart: esp32s3: add async support 2023-06-17 08:00:31 -04:00
Kconfig.gd32
Kconfig.gecko
Kconfig.hostlink
Kconfig.ifx_cat1
Kconfig.imx
Kconfig.it8xxx2 drivers: serial: ite_it8xxx2: add a dedicated priority symbol 2023-05-26 13:51:08 -04:00
Kconfig.leuart_gecko
Kconfig.litex
Kconfig.lpc11u6x
Kconfig.mcux drivers: uart_mcux: Do not select async support 2023-05-02 21:02:43 +02:00
Kconfig.mcux_flexcomm drivers: uart_mcux_flexcomm: Merge conditions for enabling ISR 2023-07-06 11:48:49 +02:00
Kconfig.mcux_iuart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart drivers: all: mcux: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
Kconfig.miv drivers: serial: uart_miv: Disable SERIAL_SUPPORT_INTERRUPT 2023-05-08 16:59:21 -04:00
Kconfig.msp432p4xx
Kconfig.native_posix drivers serial native ptty: Split in top and bottom 2023-07-10 09:53:22 +02:00
Kconfig.native_tty drivers: uart: add support for serial ports on native posix 2023-06-21 09:27:22 +02:00
Kconfig.neorv32
Kconfig.npcx
Kconfig.nrfx drivers: uart_nrfx_uarte: Revert workaround for bytes dropping 2023-04-04 13:45:17 +02:00
Kconfig.ns16550 drivers: serial: driver init level based on parent node 2023-07-08 09:00:03 +03:00
Kconfig.numaker drivers: serial: support for Nuvoton numaker series UART 2023-06-21 09:26:00 +00:00
Kconfig.numicro
Kconfig.nxp_s32
Kconfig.opentitan
Kconfig.pl011 driver: uart: pl011_sbsa: refine creating device instance 2023-05-17 09:49:03 +02:00
Kconfig.psoc6
Kconfig.ql_usbserialport_s3b
Kconfig.rcar
Kconfig.rpi_pico drivers: serial: Added rpi_pico driver over PIO 2023-04-25 13:12:02 +02:00
Kconfig.rtt
Kconfig.rv32m1_lpuart drivers: all: rv32m1: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
Kconfig.sam0
Kconfig.sifive
Kconfig.smartbond
Kconfig.stellaris
Kconfig.stm32
Kconfig.test
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xec
Kconfig.xen
Kconfig.xlnx
Kconfig.xmc4xxx
leuart_gecko.c
serial_esp32_usb.c dts: xtensa: espressif: esp32s3: add USB CDC support 2023-07-06 09:46:37 +00:00
serial_test.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
uart_altera_jtag.c
uart_altera.c
uart_apbuart.c
uart_b91.c
uart_cc13xx_cc26xx.c
uart_cc32xx.c drivers: serial: cc32xx: add support for pinctrl 2023-06-17 07:55:43 -04:00
uart_cdns.c
uart_cdns.h
uart_cmsdk_apb.c treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
uart_efinix_sapphire.c drivers: serial: add uart_efinix_sapphire initial version 2023-06-27 12:09:57 +00:00
uart_emul.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
uart_esp32.c drivers: uart: esp32s3: add async support 2023-06-17 08:00:31 -04:00
uart_gecko.c
uart_handlers.c
uart_hostlink.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
uart_hvc_xen_consoleio.c
uart_hvc_xen.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
uart_ifx_cat1.c
uart_imx.c
uart_ite_it8xxx2.c drivers: serial: ite_it8xxx2: add a dedicated priority symbol 2023-05-26 13:51:08 -04:00
uart_liteuart.c
uart_lpc11u6x.c
uart_lpc11u6x.h
uart_mchp_xec.c
uart_mcux_flexcomm.c drivers: uart_mcux_flexcomm: Merge conditions for enabling ISR 2023-07-06 11:48:49 +02:00
uart_mcux_iuart.c
uart_mcux_lpsci.c
uart_mcux_lpuart.c drivers: uart_mcux_lpuart: move critical function call out of assert() 2023-07-06 11:48:22 +02:00
uart_mcux.c drivers: uart_mcux: Do not enable and disable the transmitter 2023-05-16 12:08:32 +02:00
uart_miv.c treewide: rename Microsemi to Microchip 2023-05-04 10:47:07 +02:00
uart_msp432p4xx.c
uart_native_ptty_bottom.c drivers serial native ptty: Split in top and bottom 2023-07-10 09:53:22 +02:00
uart_native_ptty_bottom.h drivers serial native ptty: Split in top and bottom 2023-07-10 09:53:22 +02:00
uart_native_ptty.c drivers serial native ptty: Split in top and bottom 2023-07-10 09:53:22 +02:00
uart_native_tty.c drivers: uart: add support for serial ports on native posix 2023-06-21 09:27:22 +02:00
uart_neorv32.c boards: riscv: neorv32: Updates compatibility to neoverse v1.8.6 2023-07-11 18:19:55 +00:00
uart_npcx.c intc: miwu: npcx: improve interrupt latency of miwu input events 2023-05-17 09:48:54 +02:00
uart_nrfx_uart.c drivers: uart_nrfx_uart: Request next buffer only when needed 2023-06-06 09:34:29 +02:00
uart_nrfx_uarte.c drivers: serial: uart_nrfx_uarte: Align use of TIMER macro in ASYNC API 2023-05-05 11:47:53 +02:00
uart_ns16550.c drivers: serial: driver init level based on parent node 2023-07-08 09:00:03 +03:00
uart_ns16550.h
uart_numaker.c drivers: serial: support for Nuvoton numaker series UART 2023-06-21 09:26:00 +00:00
uart_numicro.c
uart_nxp_s32_linflexd.c
uart_nxp_s32_linflexd.h
uart_opentitan.c
uart_pipe.c
uart_pl011.c barriers: Move __ISB() to the new API 2023-05-24 13:13:57 -04:00
uart_psoc6.c
uart_ql_usbserialport_s3b.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
uart_ql_usbserialport_s3b.h
uart_rcar.c drivers: uart_rcar: do MMIO mapping inside driver 2023-07-11 11:17:41 +02:00
uart_rpi_pico_pio.c drivers: serial: Added rpi_pico driver over PIO 2023-04-25 13:12:02 +02:00
uart_rpi_pico.c driver: uart: Fix Modbus data currupted by DE-RE signal 2023-06-21 09:34:08 +00:00
uart_rtt.c
uart_rv32m1_lpuart.c drivers: all: rv32m1: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
uart_sam.c drivers: uart: atmel_sam: Added reset after error check 2023-06-29 21:07:32 +02:00
uart_sam0.c drivers: serial: uart_sam0: fix uart_sam0_irq_update TXC reset 2023-06-13 15:09:28 -04:00
uart_sifive.c
uart_smartbond.c
uart_stellaris.c
uart_stm32.c drivers: serial: stm32: add support for RS485 configuration 2023-07-07 13:16:27 +02:00
uart_stm32.h drivers: serial: stm32 uart implements driver enable 2023-05-26 14:55:30 -04:00
uart_xlnx_ps.c
uart_xlnx_uartlite.c
uart_xmc4xxx.c drivers: serial: uart_xmc4xxx: Minor cleanups 2023-04-12 08:59:20 +02:00
usart_gd32.c treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
usart_sam.c treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00