Skip to content

Commit 23794d2

Browse files
committed
tests: Extend tests and samples execution scope for nrf54lm20b
Run more tests and samples on nrf54lm20dk/nrf54lm20b Signed-off-by: Bartosz Miller <bartosz.miller@nordicsemi.no>
1 parent 4fef15d commit 23794d2

30 files changed

Lines changed: 107 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
#include "nrf54lm20dk_nrf54lm20a_cpuapp.overlay"

samples/event_manager_proxy/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ tests:
4848
platform_allow:
4949
- nrf54l15dk/nrf54l15/cpuapp
5050
- nrf54lm20dk/nrf54lm20a/cpuapp
51+
- nrf54lm20dk/nrf54lm20b/cpuapp
5152
- nrf54lv10dk/nrf54lv10a/cpuapp
5253
integration_platforms:
5354
- nrf54l15dk/nrf54l15/cpuapp
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
#include "nrf54lm20dk_nrf54lm20a_cpuapp_hpf_gpio.overlay"

samples/zephyr/basic/blinky/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ tests:
5757
platform_allow:
5858
- nrf54l15dk/nrf54l15/cpuapp
5959
- nrf54lm20dk/nrf54lm20a/cpuapp
60+
- nrf54lm20dk/nrf54lm20b/cpuapp
6061
integration_platforms:
6162
- nrf54l15dk/nrf54l15/cpuapp
6263
extra_args:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf54lm20dk_nrf54lm20a_cpuapp.overlay"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf54lm20dk_nrf54lm20a_cpuapp_icbmsg.overlay"

samples/zephyr/subsys/ipc/ipc_service/icmsg/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ common:
88
sysbuild: true
99
platform_allow:
1010
- nrf54lm20dk/nrf54lm20a/cpuapp
11+
- nrf54lm20dk/nrf54lm20b/cpuapp
1112
- nrf54lv10dk/nrf54lv10a/cpuapp
1213
integration_platforms:
1314
- nrf54lv10dk/nrf54lv10a/cpuapp

tests/benchmarks/current_consumption/beacon_vs_vdd/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tests:
1515
- nrf52840dk/nrf52840
1616
- nrf54l15dk/nrf54l15/cpuapp
1717
- nrf54lm20dk/nrf54lm20a/cpuapp
18+
- nrf54lm20dk/nrf54lm20b/cpuapp
1819
- nrf54ls05dk/nrf54ls05b/cpuapp
1920
- nrf54lv10dk/nrf54lv10a/cpuapp
2021
integration_platforms:
@@ -24,6 +25,7 @@ tests:
2425
platform_allow:
2526
- nrf54l15dk/nrf54l15/cpuapp
2627
- nrf54lm20dk/nrf54lm20a/cpuapp
28+
- nrf54lm20dk/nrf54lm20b/cpuapp
2729
- nrf54ls05dk/nrf54ls05b/cpuapp
2830
- nrf54lv10dk/nrf54lv10a/cpuapp
2931
integration_platforms:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
#include "nrf54lm20dk_nrf54lm20a_cpuapp.overlay"

tests/benchmarks/multicore/idle_usb/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tests:
1212
platform_allow:
1313
- nrf54h20dk/nrf54h20/cpuapp
1414
- nrf54lm20dk/nrf54lm20a/cpuapp
15+
- nrf54lm20dk/nrf54lm20b/cpuapp
1516
integration_platforms:
1617
- nrf54h20dk/nrf54h20/cpuapp
1718
- nrf54lm20dk/nrf54lm20a/cpuapp

0 commit comments

Comments
 (0)