Skip to content

Commit ce4240f

Browse files
Vge0rgekartben
authored andcommitted
samples: tests: Exclude nRF54L15 NS for unsupported tests/samples
The ADC and watchdog samples are not currently supported for the non secure target of the nRF54L15 DK. Add exclusions for these until they are supported. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
1 parent 85f2810 commit ce4240f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

samples/drivers/watchdog/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tests:
2525
- panb511evb/nrf54l15/cpuapp
2626
- panb511evb/nrf54l15/cpuflpr
2727
- panb511evb/nrf54l15/cpuflpr/xip
28+
- nrf54l15dk/nrf54l15/cpuapp/ns
2829
sample.drivers.watchdog.stm32_wwdg:
2930
extra_args: DTC_OVERLAY_FILE=boards/stm32_wwdg.overlay
3031
filter: dt_compat_enabled("st,stm32-window-watchdog")

tests/drivers/adc/adc_api/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tests:
1010
platform_exclude:
1111
- nucleo_u031r8
1212
- panb511evb/nrf54l15/cpuapp
13+
- nrf54l15dk/nrf54l15/cpuapp/ns
1314
drivers.adc.b_u585i_iot02a_adc4:
1415
extra_args:
1516
- DTC_OVERLAY_FILE="boards/b_u585i_iot02a_adc4.overlay"

tests/drivers/watchdog/wdt_basic_api/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tests:
2424
- panb511evb/nrf54l15/cpuflpr
2525
- panb511evb/nrf54l15/cpuflpr/xip
2626
- mimxrt700_evk/mimxrt798s/cm33_cpu1
27+
- nrf54l15dk/nrf54l15/cpuapp/ns
2728
drivers.watchdog.stm32wwdg:
2829
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
2930
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg.overlay"

0 commit comments

Comments
 (0)