commit | 2313be11a7fc6e09af935de712bc634b31c19250 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> | Mon Nov 18 09:33:30 2024 +0100 |
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | Mon Jan 27 09:08:20 2025 +0000 |
tree | 6ac85c9e886d904460ac124003614de5985c2424 | |
parent | 2f0e67fee81dde9926e0ee47cbf21947dbea6e59 [diff] |
drivers: serial: nrfx_uarte: Fix runtime PM for interrupt driven API TX part of interrupt driven API was not calling PM device runtime API. Additionally, when txstopped occurred after poll out it was not handled correctly. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit 13ed9e4210aeed179e9f302bb7fdb7c93af00c0d)