Skip to content

Commit 5700ffe

Browse files
samples: mgmt: hawkbit: force BOOT_MAX_IMG_SECTORS for stm32h573i_dk
The stm32h573i_dk target had the default value of BOOT_MAX_IMG_SECTORS raised in efdd2a8 (west.yml: MCUboot synchronization from upstream). This currently causes a build failure on some samples running with mcuboot because the platform has not been moved to use external flash (which was the reason for increasing BOOT_MAX_IMG_SECTORS) To workaround this, force the value of BOOT_MAX_IMG_SECTORS for failing tests. Signed-off-by: Daniel DeGrasse <ddegrasse@tenstorrent.com>
1 parent e3ed029 commit 5700ffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/subsys/mgmt/hawkbit/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ tests:
1717
sample.net.hawkbit.default: {}
1818
sample.net.hawkbit.sysbuild:
1919
sysbuild: true
20+
extra_args:
21+
- platform:stm32h573i_dk/stm32h573xx:mcuboot_CONFIG_BOOT_MAX_IMG_SECTORS=128
2022
sample.net.hawkbit.manual:
2123
extra_configs:
2224
- CONFIG_HAWKBIT_MANUAL=y

0 commit comments

Comments
 (0)