Skip to content

Commit db1d0fd

Browse files
committed
[nrf fromtree] tests: boards: nrf: i2c: i2c_slave: Run test on nrf54l15 NS
Enable i2c_slave test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 55f9d2c)
1 parent 6b57824 commit db1d0fd

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_NRFX_TWIS22=y
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf54l15dk_nrf54l15_cpuapp.overlay"

tests/boards/nrf/i2c/i2c_slave/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tests:
1515
- nrf54h20dk/nrf54h20/cpuapp
1616
- nrf54h20dk/nrf54h20/cpuppr
1717
- nrf54l15dk/nrf54l15/cpuapp
18+
- nrf54l15dk/nrf54l15/cpuapp/ns
1819
- nrf54lm20dk/nrf54lm20a/cpuapp
1920
integration_platforms:
2021
- nrf52840dk/nrf52840
@@ -30,6 +31,7 @@ tests:
3031
- nrf54h20dk/nrf54h20/cpuapp
3132
- nrf54h20dk/nrf54h20/cpuppr
3233
- nrf54l15dk/nrf54l15/cpuapp
34+
- nrf54l15dk/nrf54l15/cpuapp/ns
3335
- nrf54lm20dk/nrf54lm20a/cpuapp
3436
integration_platforms:
3537
- nrf52840dk/nrf52840

0 commit comments

Comments
 (0)