Skip to content

Commit 4b90dfc

Browse files
utzignvlsianpu
authored andcommitted
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: Fabio Utzig <[email protected]>
1 parent 4030aac commit 4b90dfc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CONFIG_BOOT_MAX_IMG_SECTORS=256
2-
2+
CONFIG_WATCHDOG=y

boot/zephyr/boards/frdm_k64f.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_WATCHDOG=y

boot/zephyr/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ sample:
55
tests:
66
sample.bootloader.mcuboot:
77
tags: bootloader_mcuboot
8-
platform_allow: nrf52840dk_nrf52840 frdm_k64f
98
integration_platforms:
109
- nrf52840dk_nrf52840
10+
- frdm_k64f
11+
- disco_l475_iot1
1112
sample.bootloader.mcuboot.serial_recovery:
1213
extra_args: OVERLAY_CONFIG=serial_recovery.conf
1314
platform_allow: nrf52840dk_nrf52840

0 commit comments

Comments
 (0)