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 <georgios.vasilakis@nordicsemi.no>
This commit is contained in:
parent
6432b0debd
commit
5c06558be2
3 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ tests:
|
|||
- nucleo_u031r8
|
||||
- panb511evb/nrf54l15/cpuapp
|
||||
- nrf54l15dk/nrf54l15/cpuapp/ns
|
||||
- nrf54l15dk/nrf54l10/cpuapp/ns
|
||||
drivers.adc.b_u585i_iot02a_adc4:
|
||||
extra_args:
|
||||
- DTC_OVERLAY_FILE="boards/b_u585i_iot02a_adc4.overlay"
|
||||
|
|
|
@ -26,6 +26,7 @@ tests:
|
|||
- panb511evb/nrf54l15/cpuflpr/xip
|
||||
- mimxrt700_evk/mimxrt798s/cm33_cpu1
|
||||
- nrf54l15dk/nrf54l15/cpuapp/ns
|
||||
- nrf54l15dk/nrf54l10/cpuapp/ns
|
||||
drivers.watchdog.stm32wwdg:
|
||||
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
|
||||
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg.overlay"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue