Skip to content

Commit 5eaf95c

Browse files
west.yml: Add initial west.yml with mcuboot v1.7.0-rc1
Pointing to Zephyr's mcuboot fork. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent 0eaa935 commit 5eaf95c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

west.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# The west manifest file (west.yml) for the Zephyr Trusted Firmware-M module.
2+
#
3+
# This file specifies dependencies of TF-M, as can also be found referenced in
4+
# the trusted-firmware-m build system.
5+
6+
manifest:
7+
projects:
8+
- name: tfm-mcuboot
9+
url: https://github.com/zephyrproject-rtos/mcuboot
10+
path: modules/tee/tfm-mcuboot
11+
revision: 1.7.0-rc1

0 commit comments

Comments
 (0)