Skip to content

Commit a1867d0

Browse files
committed
tests: zephyr: drivers: gpio: Enable test on cpuflpr on L09 and L20
Add overlays required to run the test on cpuflpr core on nRF54L09 and nRF54L20. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
1 parent e2b9396 commit a1867d0

5 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SKIP_PULL_TEST=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "nrf54l09pdk_nrf54l09_cpuapp.overlay"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SKIP_PULL_TEST=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "nrf54l20pdk_nrf54l20_cpuapp.overlay"

tests/zephyr/drivers/gpio/gpio_basic_api/testcase.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ tests:
1515
- nrf54l20pdk/nrf54l20/cpuapp
1616
platform_allow:
1717
- nrf54l09pdk/nrf54l09/cpuapp
18+
- nrf54l09pdk/nrf54l09/cpuflpr
1819
- nrf54l20pdk/nrf54l20/cpuapp
20+
- nrf54l20pdk/nrf54l20/cpuflpr

0 commit comments

Comments
 (0)