mirror of https://github.com/ARMmbed/mbed-os.git
Documentation update for tools/psa
Signed-off-by: Vikas Katariya <Vikas.Katariya@arm.com>pull/11685/head
parent
dae119e7ea
commit
cdb5ebdd6b
|
@ -57,7 +57,8 @@ optional arguments:
|
||||||
* When `MCU ` is not specified, the script compiles all the images for all the targets.
|
* When `MCU ` is not specified, the script compiles all the images for all the targets.
|
||||||
* When `-t/--tc` is not specified, the script compiles with the default_toolchain speciified in targets.json.
|
* When `-t/--tc` is not specified, the script compiles with the default_toolchain speciified in targets.json.
|
||||||
* When `-d/--debug` is not specified, the script compiles the images using the release profile.
|
* When `-d/--debug` is not specified, the script compiles the images using the release profile.
|
||||||
* When `--commit` is not specified, the script will not commit the images to git.
|
* When `--commit` is not specified, the script will not commit the images to git and
|
||||||
|
any auto-generated PSA related components and services.
|
||||||
* A user can specify additional commands that will be passed on to the build commands (Ex. -D for compilation defines).
|
* A user can specify additional commands that will be passed on to the build commands (Ex. -D for compilation defines).
|
||||||
|
|
||||||
This script should be run in following scenarios:
|
This script should be run in following scenarios:
|
||||||
|
|
Loading…
Reference in New Issue