Skip to content

Commit 3d5ff98

Browse files
committed
drivers: uart: microchip/g1: add more functionality
Add more functionality in uart driver. Implement interrupt API. Signed-off-by: Sunil Abraham <[email protected]>
1 parent 0ecb07e commit 3d5ff98

File tree

2 files changed

+992
-90
lines changed

2 files changed

+992
-90
lines changed

drivers/serial/Kconfig.mchp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config UART_MCHP_SERCOM_G1
66
default y
77
depends on DT_HAS_MICROCHIP_SERCOM_G1_UART_ENABLED
88
select SERIAL_HAS_DRIVER
9+
select SERIAL_SUPPORT_INTERRUPT
910
select PINCTRL
1011
help
1112
This option enables UART driver for group (g1) of SERCOM peripherals.

0 commit comments

Comments
 (0)