commit | fbf3353ec6a564fba25894e8da8c0628b52fcba3 | [log] [tgz] |
---|---|---|
author | Nirav Agrawal <nirav.agrawal@nxp.com> | Thu Feb 20 19:18:58 2025 +0530 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 13 07:40:49 2025 +0100 |
tree | 21acacfadd97cfa198aa7c0516899295e207beef | |
parent | 761c6fbae69abb3bc95e8d3cc29b0ea9f031b4fe [diff] |
drivers: serial: add support for uart_line_ctrl_set() - For MCUX LPUART driver, added support to control RTS line High/Low from other driver/app code. - This control is required to wakeup other device which is in sleep and configured its wakeup-source as UART-CTS line. Signed-off-by: Nirav Agrawal <nirav.agrawal@nxp.com>