Skip to content

Commit 5c06558

Browse files
Vge0rgekartben
authored andcommitted
samples: tests: Exclude nRF54L10 NS for unsupported tests/samples
The ADC and watchdog samples are not currently supported for the non secure target of the nRF54L10 DK. Add exclusions for these until they are supported. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 6432b0d commit 5c06558

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
@@ -26,6 +26,7 @@ tests:
2626
- panb511evb/nrf54l15/cpuflpr
2727
- panb511evb/nrf54l15/cpuflpr/xip
2828
- nrf54l15dk/nrf54l15/cpuapp/ns
29+
- nrf54l15dk/nrf54l10/cpuapp/ns
2930
sample.drivers.watchdog.stm32_wwdg:
3031
extra_args: DTC_OVERLAY_FILE=boards/stm32_wwdg.overlay
3132
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
@@ -11,6 +11,7 @@ tests:
1111
- nucleo_u031r8
1212
- panb511evb/nrf54l15/cpuapp
1313
- nrf54l15dk/nrf54l15/cpuapp/ns
14+
- nrf54l15dk/nrf54l10/cpuapp/ns
1415
drivers.adc.b_u585i_iot02a_adc4:
1516
extra_args:
1617
- 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
@@ -26,6 +26,7 @@ tests:
2626
- panb511evb/nrf54l15/cpuflpr/xip
2727
- mimxrt700_evk/mimxrt798s/cm33_cpu1
2828
- nrf54l15dk/nrf54l15/cpuapp/ns
29+
- nrf54l15dk/nrf54l10/cpuapp/ns
2930
drivers.watchdog.stm32wwdg:
3031
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
3132
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg.overlay"

0 commit comments

Comments
 (0)