We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaa935 commit 7412780Copy full SHA for 7412780
west.yml
@@ -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