Skip to content

Commit 889a21d

Browse files
Phi Tranjhedberg
authored andcommitted
drivers: serial: Add DTC support for serial driver and implement Async API
Update serial driver support for RX MCU: - Add DTC support for SCI UART driver. - Implementation Async APIs for serial driver. Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
1 parent 58dac19 commit 889a21d

4 files changed

Lines changed: 566 additions & 28 deletions

File tree

drivers/serial/Kconfig.renesas_rx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Renesas Electronics Corporation
1+
# Copyright (c) 2024-2025 Renesas Electronics Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
config UART_RENESAS_RX
@@ -7,7 +7,9 @@ config UART_RENESAS_RX
77
depends on DT_HAS_RENESAS_RX_UART_SCI_ENABLED
88
select SERIAL_HAS_DRIVER
99
select SERIAL_SUPPORT_INTERRUPT
10+
select SERIAL_SUPPORT_ASYNC
1011
select USE_RX_RDP_SCI_UART
12+
select RENESAS_RX_DTC if UART_ASYNC_API
1113
select PINCTRL
1214
help
1315
Enable Renesas RX series UART driver.

0 commit comments

Comments
 (0)