zephyr/tests/drivers/uart
Krzysztof Chruściński cbe0abfd00 tests: drivers: uart: uart_pm: Disable PM_DEVICE_SYSTEM_MANAGED
When PM_DEVICE_SYSTEM_MANAGED is enabled (and that's the default) all
devices are suspended when device go to idle state (through pm
subsystem and not through just cpu_idle). In this test we are manually
controlling PM of the DUT so we don't want that.

Additionally, suspend action is taking a semaphore and it is illegal
in idle thread (where system managment operates) which causes assert
in kernel scheduler.

Removed for nrf54h20 as it applies only there.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-10-04 10:48:57 +01:00
..
uart_async_api tests: drivers: uart_async_api: fix userspace fault 2024-09-30 17:00:17 -05:00
uart_async_rx
uart_basic_api tests: drivers: uart: uart_basic_api: add configuration for frdm_ke17z512 2024-08-02 03:31:38 -04:00
uart_elementary samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
uart_emul
uart_errors samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
uart_mix_fifo_poll samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
uart_pm tests: drivers: uart: uart_pm: Disable PM_DEVICE_SYSTEM_MANAGED 2024-10-04 10:48:57 +01:00