Skip to content

Commit 5df59bd

Browse files
manifest: update mcuboot revision for ramload support
Update mcuboot revision to include ramload support. This commit can be dropped once ramload support is present within Zephyr's revision of MCUBoot. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 63893d4 commit 5df59bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

west.yml

+4-1
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

@@ -303,7 +305,8 @@ manifest:
303305
groups:
304306
- crypto
305307
- name: mcuboot
306-
revision: pull/123/head
308+
revision: pull/2197/head
309+
remote: mcuboot
307310
path: bootloader/mcuboot
308311
groups:
309312
- bootloader

0 commit comments

Comments
 (0)