Skip to content

Commit a2ac28d

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 a2ac28d

27 files changed

Lines changed: 103 additions & 0 deletions
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:

samples/zephyr/subsys/ipc/ipc_service/icmsg/Kconfig.sysbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ config REMOTE_BOARD
88
string
99
default "$(BOARD)/nrf54lv10a/cpuflpr" if SOC_NRF54LV10A_CPUAPP
1010
default "$(BOARD)/nrf54lm20a/cpuflpr" if SOC_NRF54LM20A_CPUAPP
11+
default "$(BOARD)/nrf54lm20b/cpuflpr" if SOC_NRF54LM20B_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: 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"
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_cpuflpr.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_cpuflpr_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

0 commit comments

Comments
 (0)