Skip to content

Commit 91dabb5

Browse files
orenc17Oren Cohen
authored andcommitted
Update docs for PSA tools
1 parent 774294d commit 91dabb5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tools/psa/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ 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]
37+
usage: release.py [-h] [-m MCU] [-d]
3838
3939
optional arguments:
4040
-h, --help show this help message and exit
4141
-m MCU, --mcu MCU build for the given MCU
42+
-d, --debug set build profile to debug
4243
```
4344

44-
When `MCU ` is not specified, the script compiles all the images for all the targets.
45+
* When `MCU ` is not specified, the script compiles all the images for all the targets.
46+
* When `-d/--debug` is not specified, the script compiles the images using the release profile.
4547

4648
This script should be run in following scenarios:
4749

tools/psa/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def get_parser():
132132
metavar="MCU")
133133

134134
parser.add_argument("-d", "--debug",
135-
help="build for the given MCU",
135+
help="set build profile to debug",
136136
action="store_true",
137137
default=False)
138138

0 commit comments

Comments
 (0)