Commit 5700ffe9 authored by Daniel DeGrasse's avatar Daniel DeGrasse Committed by Daniel DeGrasse
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 efdd2a8f (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: default avatarDaniel DeGrasse <ddegrasse@tenstorrent.com>
parent e3ed029b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ tests:
  sample.net.hawkbit.default: {}
  sample.net.hawkbit.sysbuild:
    sysbuild: true
    extra_args:
      - platform:stm32h573i_dk/stm32h573xx:mcuboot_CONFIG_BOOT_MAX_IMG_SECTORS=128
  sample.net.hawkbit.manual:
    extra_configs:
      - CONFIG_HAWKBIT_MANUAL=y