Skip to content

Commit 0e45513

Browse files
committed
drivers: serial: Add support for group interrupt in the serial driver
Apply the grp irq support in serial driver for MCB-RX26T Signed-off-by: Quy Tran <[email protected]>
1 parent ea4cbc4 commit 0e45513

File tree

4 files changed

+351
-58
lines changed

4 files changed

+351
-58
lines changed

boards/renesas/mcb_rx26t/mcb_rx26t_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CONFIG_GPIO=y
66

77
# Enable UART driver
88
CONFIG_SERIAL=y
9-
CONFIG_UART_INTERRUPT_DRIVEN=n
9+
CONFIG_UART_INTERRUPT_DRIVEN=y
1010

1111
# Enable console
1212
CONFIG_CONSOLE=y

0 commit comments

Comments
 (0)