Skip to content

Commit 9b148fd

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 9b148fd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

west.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
# See the west documentation for more information:
7+
#
8+
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/index.html
9+
10+
manifest:
11+
projects:
12+
- name: tfm-mcuboot
13+
url: https://github.com/zephyrproject-rtos/mcuboot
14+
path: modules/tee/tfm/mcuboot
15+
revision: 1.7.0-rc1

0 commit comments

Comments
 (0)