commit | f10b77364a3eac1f95803b4d1bb745b071f2a632 | [log] [tgz] |
---|---|---|
author | Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl> | Tue Aug 22 15:15:31 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun May 12 17:03:17 2024 -0400 |
tree | 8787b69fd04144931b80aba5da106c4e3ca28006 | |
parent | e24c6ce721966cd8f792cfd2fea593b3d5540262 [diff] |
drivers: serial: Smartbond: add support RX line wakeup This change allows to wake up UART from sleep mode when low level on inactive UART is detected during platform sleep. Timeout can be specified for each UART separately in device tree. If one of the UARTs is selected as console sleep timeout is taken from Kconfig same way other platform configure same functionality using CONFIG_UART_CONSOLE_INPUT_EXPIRED_TIMEOUT Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>