Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions boards/st/stm32h573i_dk/Kconfig.sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0

choice BOOTLOADER
default BOOTLOADER_MCUBOOT
endchoice

choice BOOT_SIGNATURE_TYPE
default BOOT_SIGNATURE_TYPE_NONE
endchoice

if BOARD_STM32H573I_DK_STM32H573XX_EXT_FLASH_APP

choice MCUBOOT_MODE
default MCUBOOT_MODE_SWAP_USING_OFFSET
endchoice

endif # BOARD_STM32H573I_DK_STM32H573XX_EXT_FLASH_APP
2 changes: 2 additions & 0 deletions boards/st/stm32h573i_dk/board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ board:
vendor: st
socs:
- name: stm32h573xx
variants:
- name: ext_flash_app
Loading