Commit 4b90dfcf authored by Fabio Utzig's avatar Fabio Utzig Committed by Andrzej Puzdrowski
Browse files

zephyr: ci: enable testing more watchdog paths



Enable tests to be run on frdm_k64f and disco_l475_iot1. The l475 uses
the STM32 IWDG by default, and the k64f can be used for the generic
watchdog path. Both boards also received a config to enable the
watchdog.

Signed-off-by: default avatarFabio Utzig <utzig@apache.org>
parent 4030aac5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
CONFIG_BOOT_MAX_IMG_SECTORS=256
CONFIG_WATCHDOG=y
+1 −0
Original line number Diff line number Diff line
CONFIG_WATCHDOG=y
+2 −1
Original line number Diff line number Diff line
@@ -5,9 +5,10 @@ sample:
tests:
  sample.bootloader.mcuboot:
    tags: bootloader_mcuboot
    platform_allow: nrf52840dk_nrf52840 frdm_k64f
    integration_platforms:
      - nrf52840dk_nrf52840
      - frdm_k64f
      - disco_l475_iot1
  sample.bootloader.mcuboot.serial_recovery:
    extra_args: OVERLAY_CONFIG=serial_recovery.conf
    platform_allow:  nrf52840dk_nrf52840