Skip to content

Commit 791aa40

Browse files
committed
[nrf fromtree] tests uart_pm: Enable for nrf54l15bsim
Enable this test in the simulated nrf5340 and provide an appropriate overlay. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 9c386ca) Signed-off-by: Sebastian Głąb <[email protected]>
1 parent b4ad3cf commit 791aa40

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54l15dk_nrf54l15_cpuapp.overlay"

tests/drivers/uart/uart_pm/testcase.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ common:
66
platform_allow:
77
- nrf52840dk/nrf52840
88
- nrf54l15dk/nrf54l15/cpuapp
9+
- nrf54l15bsim/nrf54l15/cpuapp
910
- nrf54h20dk/nrf54h20/cpuapp
1011
- nrf52_bsim
1112
- nrf5340bsim/nrf5340/cpuapp
@@ -29,6 +30,7 @@ tests:
2930
extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;nrf_rx_disable.overlay"
3031
platform_exclude:
3132
- nrf54l15dk/nrf54l15/cpuapp
33+
- nrf54l15bsim/nrf54l15/cpuapp
3234
- nrf54h20dk/nrf54h20/cpuapp
3335

3436
drivers.uart.pm.enhanced_poll:

0 commit comments

Comments
 (0)