Skip to content

Commit d81f77a

Browse files
committed
boot: zephyr: boards config of the stm32h7s3l8 nucleo
Define the stm32 nucleo board configuration to set the STM32 XIP mode that will enable the MemoryMapped mode. See Kconfig of the stm32 soc. There is app.overlay to Choose the mcu_boot partition where to build ../bootloader/mcuboot/boot/zephyr Signed-off-by: Francois Ramu <[email protected]>
1 parent 2559a02 commit d81f77a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boot/zephyr/boards/nucleo_h7s3l8.conf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_BOOT_DIRECT_XIP=y
2+
CONFIG_STM32_MEMMAP=y
3+
CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n

0 commit comments

Comments
 (0)