zephyr/drivers/serial
Marco Widmer 20979f80a6 drivers: uart: esp32: use config from device tree
The parity, stop bits and data bits config was hard-coded instead of
taken from the device tree.

Signed-off-by: Marco Widmer <marco.widmer@bytesatwork.ch>
2023-11-25 09:04:46 -05:00
..
CMakeLists.txt drivers: serial: add RZT2M uart driver 2023-11-15 11:41:35 +01:00
Kconfig drivers: serial: add RZT2M uart driver 2023-11-15 11:41:35 +01:00
Kconfig.altera
Kconfig.altera_jtag
Kconfig.apbuart
Kconfig.b91
Kconfig.bcm2711
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cdns
Kconfig.cmsdk_apb
Kconfig.efinix_sapphire
Kconfig.emul drivers: serial: emul: Use local work queue 2023-11-03 11:44:12 +01:00
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.hostlink
Kconfig.ifx_cat1
Kconfig.imx
Kconfig.intel_lw
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.native_tty
Kconfig.neorv32
Kconfig.npcx
Kconfig.nrfx drivers: serial: nrfx_uarte: Rework Kconfig to use instance template 2023-11-20 13:18:43 +01:00
Kconfig.nrfx_uart_instance drivers: serial: nrfx_uarte: Rework Kconfig to use instance template 2023-11-20 13:18:43 +01:00
Kconfig.ns16550 drivers: uart: uart_ns16550: Enable Async operations using DMA 2023-11-22 17:31:08 +01:00
Kconfig.numaker
Kconfig.numicro
Kconfig.nxp_s32
Kconfig.opentitan
Kconfig.pl011
Kconfig.psoc6
Kconfig.ql_usbserialport_s3b
Kconfig.ra drivers: serial: Add UART driver for Renesas RA series 2023-11-01 10:56:46 +00:00
Kconfig.rcar
Kconfig.rpi_pico
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.rzt2m drivers: pinctrl: add RZT2M driver 2023-11-15 11:41:35 +01:00
Kconfig.sam0
Kconfig.sedi
Kconfig.sifive
Kconfig.smartbond
Kconfig.stellaris
Kconfig.stm32 driver: serial: stm32u5: DMAT Errata behavior valid only on some SoCs 2023-11-21 15:49:57 +01:00
Kconfig.test
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xec
Kconfig.xen
Kconfig.xlnx
Kconfig.xmc4xxx
leuart_gecko.c
serial_esp32_usb.c
serial_test.c
uart_altera.c
uart_altera_jtag.c
uart_apbuart.c
uart_async_rx.c drivers: serial: Add uart_async_rx module 2023-11-14 09:21:46 +01:00
uart_b91.c
uart_bcm2711.c
uart_cc13xx_cc26xx.c
uart_cc32xx.c
uart_cdns.c
uart_cdns.h
uart_cmsdk_apb.c
uart_efinix_sapphire.c
uart_emul.c drivers: serial: emul: Make UART FIFO size realistic 2023-11-03 11:44:12 +01:00
uart_esp32.c drivers: uart: esp32: use config from device tree 2023-11-25 09:04:46 -05:00
uart_gecko.c
uart_handlers.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
uart_hostlink.c
uart_hvc_xen.c
uart_hvc_xen_consoleio.c
uart_ifx_cat1.c
uart_imx.c
uart_intel_lw.c
uart_ite_it8xxx2.c
uart_liteuart.c drivers: serial: uart_liteuart: fix interrupt-driven mode 2023-11-17 15:29:14 +01:00
uart_lpc11u6x.c
uart_lpc11u6x.h
uart_mchp_xec.c serial: mchp_xec: fix PM dependencies in driver 2023-11-01 11:18:07 +00:00
uart_mcux.c
uart_mcux_flexcomm.c
uart_mcux_iuart.c
uart_mcux_lpsci.c
uart_mcux_lpuart.c
uart_miv.c
uart_msp432p4xx.c
uart_native_ptty.c
uart_native_ptty_bottom.c
uart_native_ptty_bottom.h
uart_native_tty.c
uart_native_tty_bottom.c
uart_native_tty_bottom.h
uart_neorv32.c
uart_npcx.c
uart_nrfx_uart.c
uart_nrfx_uarte.c drivers: serial: nrfx_uarte: Rework Kconfig to use instance template 2023-11-20 13:18:43 +01:00
uart_ns16550.c drivers: serial: ns16550: Condition added for dma_callback 2023-11-24 08:30:04 +01:00
uart_ns16550.h
uart_numaker.c
uart_numicro.c
uart_nxp_s32_linflexd.c drivers: uart_nxp_s32_linflexed: update to RTD 1.0.0 2023-11-16 09:28:16 +01:00
uart_nxp_s32_linflexd.h serial: nxp_s32: use instance-based DT macros 2023-11-08 10:06:46 +01:00
uart_opentitan.c
uart_pipe.c
uart_pl011.c
uart_pl011_ambiq.h
uart_pl011_registers.h
uart_psoc6.c
uart_ql_usbserialport_s3b.c
uart_ql_usbserialport_s3b.h
uart_ra.c drivers: serial: Add UART driver for Renesas RA series 2023-11-01 10:56:46 +00:00
uart_rcar.c
uart_rpi_pico.c
uart_rpi_pico_pio.c
uart_rtt.c
uart_rv32m1_lpuart.c
uart_rzt2m.c drivers: pinctrl: add RZT2M driver 2023-11-15 11:41:35 +01:00
uart_rzt2m.h drivers: serial: add RZT2M uart driver 2023-11-15 11:41:35 +01:00
uart_sam.c
uart_sam0.c
uart_sedi.c
uart_sifive.c
uart_smartbond.c
uart_stellaris.c
uart_stm32.c drivers: serial: stm32u5: Serial wakeup is based on autonomous capability 2023-11-21 16:41:40 +00:00
uart_stm32.h
uart_xlnx_ps.c
uart_xlnx_uartlite.c
uart_xmc4xxx.c
usart_gd32.c
usart_sam.c