You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf fromlist] drivers: serial: nrfx_uarte: Fix low power mode when RX is disabled
Macros for determining is low power mode shall be used where incorrect.
UARTE_ANY_LOW_POWER was taking into account only instances which had
CONFIG_UART_x_NRF_ASYNC_LOW_POWER enabled. There are also instances
with property which also can use low power mode. Created
IS_LOW_POWER_INST macro which correctly determines if instance is using
low power mode.
Upstream PR #: 85370
Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
0 commit comments