Skip to content

Commit e34610f

Browse files
committed
tests: drivers: gpio: gpio_more_loops: Enable test on 54L* cpuflpr
Add overlay files required to run the test on the FLPR core of nRF54L15, nRF54L09, nRF54L20. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
1 parent 0011ff5 commit e34610f

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed
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: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
#include "nrf54l09pdk_nrf54l09_cpuapp.overlay"
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: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
#include "nrf54l15dk_nrf54l15_cpuapp.overlay"
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: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
#include "nrf54l20pdk_nrf54l20_cpuapp.overlay"

tests/drivers/gpio/gpio_more_loops/testcase.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ tests:
1313
drivers.gpio.gpio_more_loops:
1414
platform_allow:
1515
- nrf54l15dk/nrf54l15/cpuapp
16-
- nrf54l20pdk/nrf54l20/cpuapp
16+
- nrf54l15dk/nrf54l15/cpuflpr
1717
- nrf54l09pdk/nrf54l09/cpuapp
18+
- nrf54l09pdk/nrf54l09/cpuflpr
19+
- nrf54l20pdk/nrf54l20/cpuapp
20+
- nrf54l20pdk/nrf54l20/cpuflpr
1821
- nrf54h20dk/nrf54h20/cpuapp
1922
integration_platforms:
2023
- nrf54l15dk/nrf54l15/cpuapp

0 commit comments

Comments
 (0)