Skip to content
Draft
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
9 changes: 9 additions & 0 deletions modules/Kconfig.mcuboot
Original file line number Diff line number Diff line change
Expand Up @@ -430,4 +430,13 @@ config MCUBOOT_BOOTUTIL_LIB_FOR_DIRECT_XIP
when bootloader is in DirectXIP-revert mode.
endif

config MCUBOOT_BOOT_MAX_ALIGN
int "Override programmable flash block alignment"
default 0
help
Allow to override the programmable flash block alignment size.
By default it's set to the maximum of the write block size of
the chosen zephyr,flash node and 8.
This option is ignored if set to zero.

endif # MCUBOOT_BOOTUTIL_LIB
5 changes: 4 additions & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ manifest:
url-base: https://github.com/zephyrproject-rtos
- name: babblesim
url-base: https://github.com/BabbleSim
- name: mcuboot
url-base: https://github.com/mcu-tools

group-filter: [-babblesim, -optional]

Expand Down Expand Up @@ -316,7 +318,8 @@ manifest:
groups:
- crypto
- name: mcuboot
revision: aa4fa2b6e17361dd3ce16a60883059778fd147a9
revision: pull/2453/head
remote: mcuboot
path: bootloader/mcuboot
groups:
- bootloader
Expand Down
Loading