Skip to content

Commit d1e1e52

Browse files
committed
manifest: Update mcuboot
Pull change from mcuboot to set a custom BOOT_MAX_ALIGN value. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 1bc914a commit d1e1e52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

west.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: mcuboot
27+
url-base: https://github.com/mcu-tools
2628

2729
group-filter: [-babblesim, -optional]
2830

@@ -316,7 +318,8 @@ manifest:
316318
groups:
317319
- crypto
318320
- name: mcuboot
319-
revision: aa4fa2b6e17361dd3ce16a60883059778fd147a9
321+
revision: pull/2453/head
322+
remote: mcuboot
320323
path: bootloader/mcuboot
321324
groups:
322325
- bootloader

0 commit comments

Comments
 (0)