Skip to content

Commit

Permalink
boot: zephyr: boards config of the stm32h7s3l8 nucleo
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
FRASTM committed Jan 23, 2025
1 parent 0e335dd commit 500f4bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boot/zephyr/boards/nucleo_h7s3l8.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_BOOT_DIRECT_XIP=y
CONFIG_STM32_MEMMAP=y
CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n

0 comments on commit 500f4bd

Please sign in to comment.