zephyr/drivers/serial
Steven Chang 9f22c8951b drivers: uart: initial device driver for ENE KB1200
Add uart driver for ENE KB1200

Signed-off-by: Steven Chang <steven@ene.com.tw>
2024-03-15 09:39:48 +00:00
..
CMakeLists.txt drivers: uart: initial device driver for ENE KB1200 2024-03-15 09:39:48 +00:00
Kconfig drivers: uart: initial device driver for ENE KB1200 2024-03-15 09:39:48 +00: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
Kconfig.ene drivers: uart: initial device driver for ENE KB1200 2024-03-15 09:39:48 +00:00
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
Kconfig.hostlink
Kconfig.ifx_cat1
Kconfig.imx
Kconfig.intel_lw
Kconfig.it8xxx2
Kconfig.leuart_gecko
Kconfig.litex drivers: serial: liteuart: Enable interrupt driven mode 2024-02-15 09:19:57 +01:00
Kconfig.lpc11u6x
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.mcux_iuart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart drivers: uart: Use the NXP Flexcomm driver to interrupt handling 2024-03-13 22:38:46 +00:00
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix
Kconfig.native_tty uart_native_tty: Emulate an interrupt driven uart 2024-02-27 14:49:02 +01:00
Kconfig.neorv32
Kconfig.npcx
Kconfig.nrfx drivers: serial: nrfx: Allow new UARTE instances to be used 2024-02-02 16:40:11 +01:00
Kconfig.nrfx_uart_instance drivers: serial: Kconfig.nrfx: Filter out options unsupported on nRF54H20 2024-02-02 16:40:11 +01:00
Kconfig.ns16550
Kconfig.numaker
Kconfig.numicro
Kconfig.nxp_s32
Kconfig.opentitan
Kconfig.pl011
Kconfig.psoc6
Kconfig.ql_usbserialport_s3b
Kconfig.rcar drivers: serial: add support of hscif driver for RCar boards 2024-02-26 11:34:16 +00:00
Kconfig.renesas_ra drivers: serial: Rename renesas ra driver 2024-01-29 11:32:46 +01:00
Kconfig.rpi_pico
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.rzt2m
Kconfig.sam0
Kconfig.sedi
Kconfig.sifive
Kconfig.smartbond
Kconfig.stellaris
Kconfig.stm32
Kconfig.test
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xec
Kconfig.xen drivers: serial: add missed binding for xen dom0 consoleio driver 2024-01-30 18:52:13 -05:00
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
uart_async_to_irq.c drivers: serial: Fix async to interrupt driven adaptation layer 2024-02-06 09:54:34 +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 fifo_read() respect size 2024-02-07 12:52:43 -06:00
uart_ene_kb1200.c drivers: uart: initial device driver for ENE KB1200 2024-03-15 09:39:48 +00:00
uart_esp32.c driver: uart: esp32: get port number from reg address 2024-03-12 09:48:36 +00:00
uart_gecko.c
uart_handlers.c
uart_hostlink.c
uart_hvc_xen.c
uart_hvc_xen_consoleio.c drivers: serial: add missed binding for xen dom0 consoleio driver 2024-01-30 18:52:13 -05:00
uart_ifx_cat1.c
uart_imx.c
uart_intel_lw.c
uart_ite_it8xxx2.c
uart_liteuart.c drivers: serial: liteuart: add missing include 2024-01-19 15:13:53 +00:00
uart_lpc11u6x.c
uart_lpc11u6x.h
uart_mchp_xec.c
uart_mcux.c
uart_mcux_flexcomm.c hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
uart_mcux_iuart.c
uart_mcux_lpsci.c
uart_mcux_lpuart.c drivers: uart: Use the register define instead of enum define 2024-03-13 22:38:46 +00:00
uart_miv.c soc: riscv: microchip_miv: miv: move MIV_UART_0_LINECFG to driver 2024-01-19 15:13:53 +00:00
uart_msp432p4xx.c
uart_native_ptty.c
uart_native_ptty_bottom.c drivers uart_native_ptty: Set standard source macro appropriately 2024-01-26 07:48:55 -05:00
uart_native_ptty_bottom.h
uart_native_tty.c uart_native_tty: Emulate an interrupt driven uart 2024-02-27 14:49:02 +01:00
uart_native_tty_bottom.c uart_native_tty: Emulate an interrupt driven uart 2024-02-27 14:49:02 +01:00
uart_native_tty_bottom.h uart_native_tty: Emulate an interrupt driven uart 2024-02-27 14:49:02 +01:00
uart_neorv32.c drivers: serial: neorv32: add missing include 2024-01-19 15:13:53 +00:00
uart_npcx.c
uart_nrfx_uart.c
uart_nrfx_uarte.c drivers: serial: nrfx_uarte: Fix misbehavior due to preemption 2024-02-12 12:52:32 +01:00
uart_nrfx_uarte2.c drivers: serial: nrfx_uarte2: drop soc.h 2024-02-02 16:40:11 +01:00
uart_ns16550.c
uart_ns16550.h
uart_numaker.c
uart_numicro.c
uart_nxp_s32_linflexd.c
uart_nxp_s32_linflexd.h
uart_opentitan.c drivers: serial: opentitan: remove redundant include 2024-01-19 15:13:53 +00:00
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_rcar.c drivers: serial: add support of hscif driver for RCar boards 2024-02-26 11:34:16 +00:00
uart_renesas_ra.c drivers: serial: ra: reduce uart baud rate error 2024-02-04 19:55:45 -06:00
uart_rpi_pico.c
uart_rpi_pico_pio.c
uart_rtt.c
uart_rv32m1_lpuart.c
uart_rzt2m.c
uart_rzt2m.h
uart_sam.c drivers: serial: sam u(s)art: correct interpretation of RXRDY flag 2024-01-16 10:01:17 +01:00
uart_sam0.c drivers: use DT_INST_PROP over DT_INST_PROP_OR if possible 2024-01-30 00:26:58 +00:00
uart_sedi.c
uart_sifive.c
uart_smartbond.c
uart_stellaris.c
uart_stm32.c drivers: serial: uart_stm32: fix for async_rx_buf_rsp 2024-02-26 14:30:27 +01:00
uart_stm32.h
uart_xlnx_ps.c
uart_xlnx_uartlite.c
uart_xmc4xxx.c
usart_gd32.c
usart_sam.c drivers: serial: sam u(s)art: correct interpretation of RXRDY flag 2024-01-16 10:01:17 +01:00