Skip to content

Commit aa21d36

Browse files
author
Oren Cohen
committed
Docs update
1 parent 6548824 commit aa21d36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/psa/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ Each implementation requires a set of autogenerated files describing the secure
3434
`release.py` is the script assigned with compiling the secure images:
3535

3636
```
37-
usage: release.py [-h] [-m MCU] [-d] [--commit]
37+
usage: release.py [-h] [-m MCU] [-d] [-q] [--commit] [--skip-tests]
3838
3939
optional arguments:
4040
-h, --help show this help message and exit
4141
-m MCU, --mcu MCU build for the given MCU
4242
-d, --debug set build profile to debug
43+
-q, --quiet No Build log will be printed
4344
--commit create a git commit for each platform
45+
--skip-tests skip the test build phase
4446
```
4547

4648
* When `MCU ` is not specified, the script compiles all the images for all the targets.

0 commit comments

Comments
 (0)