Skip to content

Commit

Permalink
[nrf fromtree] tests uart_pm: Enable for nrf54l15bsim
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
aescolar authored and nordicjm committed Dec 18, 2024
1 parent 8bd38a0 commit b1b11f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* SPDX-License-Identifier: Apache-2.0 */

#include "nrf54l15dk_nrf54l15_cpuapp.overlay"
2 changes: 2 additions & 0 deletions tests/drivers/uart/uart_pm/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ common:
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l15bsim/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
- nrf52_bsim
- nrf5340bsim/nrf5340/cpuapp
Expand All @@ -29,6 +30,7 @@ tests:
extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;nrf_rx_disable.overlay"
platform_exclude:
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l15bsim/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp

drivers.uart.pm.enhanced_poll:
Expand Down

0 comments on commit b1b11f3

Please sign in to comment.