We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f08692 commit 5148a28Copy full SHA for 5148a28
1 file changed
example/dfetch.yaml
@@ -42,3 +42,15 @@ manifest:
42
dst: Tests/cpputest-git-rev-only
43
revision: d14505cc9191fcf17ccbd92af1c3409eb3969890
44
repo-path: cpputest/cpputest.git # Use external git directly
45
+
46
+ - name: TF-PSA-Crypto
47
+ url: https://github.com/Mbed-TLS/TF-PSA-Crypto.git
48
+ tag: v1.0.0
49
+ dst: ext/TF-PSA-Crypto
50
+ ignore:
51
+ - tests
52
+ - scripts
53
+ - programs
54
+ - drivers
55
+ - doxygen
56
+ - docs
0 commit comments