Commit 6cf2fdc5 authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Anas Nashif
Browse files

samples/driver: watchdog: wwdg sample should run with west



A different configuration is applied when running this test
using west or using twister.
Both will use the disco_l475_iot1 overlay, but the extra config
for clock bus tunning is applied only when using twister and
samples is failed when run with west.
Move this extra config from sample.yaml to board .conf file so
it is applied in both cases.

Fixes #32376

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 343a26d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
CONFIG_CLOCK_STM32_APB1_PRESCALER=16
+0 −2
Original line number Diff line number Diff line
@@ -28,5 +28,3 @@ tests:
    tags: drivers watchdog
    filter: dt_compat_enabled("st,stm32-window-watchdog")
    depends_on: watchdog
    extra_configs:
      - CONFIG_CLOCK_STM32_APB1_PRESCALER=16