tests: kernel: Exclude platforms stm32_min_dev_*
Exclude the two variants of smt32_min_dev (stm32_min_dev_black and stm32_min_dev_blue) from kernel tests. Signed-off-by: Siddharth Chandrasekaran <siddharth@embedjournal.com>
This commit is contained in:
parent
35b10fbdcd
commit
b070bbd888
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
arch.interrupt:
|
||||
platform_exclude: nucleo_f103rb olimexino_stm32 stm32_min_dev
|
||||
usb_kw24d512 v2m_beetle
|
||||
platform_exclude: nucleo_f103rb olimexino_stm32 stm32_min_dev_black
|
||||
stm32_min_dev_blue usb_kw24d512 v2m_beetle
|
||||
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
||||
tags: interrupt isr_table
|
||||
|
|
|
@ -2,5 +2,6 @@ tests:
|
|||
arch.interrupt:
|
||||
arch_exclude: nios2 riscv32
|
||||
platform_exclude: hexiwear_kw40z frdm_kw41z frdm_kl25z nucleo_f103rb
|
||||
nucleo_f091rc olimexino_stm32 usb_kw24d512 stm32_min_dev v2m_beetle
|
||||
nucleo_f091rc olimexino_stm32 usb_kw24d512 stm32_min_dev_blue
|
||||
stm32_min_dev_black v2m_beetle
|
||||
tags: interrupt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue