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 6548824 commit aa21d36Copy full SHA for aa21d36
tools/psa/README.md
@@ -34,13 +34,15 @@ Each implementation requires a set of autogenerated files describing the secure
34
`release.py` is the script assigned with compiling the secure images:
35
36
```
37
-usage: release.py [-h] [-m MCU] [-d] [--commit]
+usage: release.py [-h] [-m MCU] [-d] [-q] [--commit] [--skip-tests]
38
39
optional arguments:
40
-h, --help show this help message and exit
41
-m MCU, --mcu MCU build for the given MCU
42
-d, --debug set build profile to debug
43
+ -q, --quiet No Build log will be printed
44
--commit create a git commit for each platform
45
+ --skip-tests skip the test build phase
46
47
48
* When `MCU ` is not specified, the script compiles all the images for all the targets.
0 commit comments