Replies: 1 comment
-
How did you run your twister? This is what I see with the current
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For the purpose of the #45693
The tescase.yaml in the tests/drivers/watchdog/wdt_basic_api/ has a filter on
filter: dt_compat_enabled("st,stm32-window-watchdog")
which is supposed to build only for board with st,stm32-window-watchdog : STM32 soc
For a strange reason, some boards which are not stm32 are still building and, of course, failing. For example :
frdm_k22f tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.stm32wwdg FAILED Cmake build failure (build)
It is like the
filter: CONFIG_SOC_FAMILY_STM32
is ignored once there is aextra_args: DTC_OVERLAY_FILE=
Beta Was this translation helpful? Give feedback.
All reactions