-
Notifications
You must be signed in to change notification settings - Fork 3k
PSA tools docs #9963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSA tools docs #9963
Conversation
@orenc17, thank you for your changes. |
tools/psa/README.md
Outdated
|
||
`release.py` is the script assigned with compiling the secure images. | ||
|
||
```python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this code block contains python
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, removed that
tools/psa/README.md
Outdated
each implementation requires a set of auto generated files describing the secure partitions. | ||
|
||
* `generate_partition_code.py` - Generate files for both implementations. | ||
* `generate_mbed_spm_partition_code.py` - Generate files for BMED_SPM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to know what BMED_SPM
is 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tools/psa/README.md
Outdated
each implementation requires a set of auto generated files describing the secure partitions. | ||
|
||
* `generate_partition_code.py` - Generate files for both implementations. | ||
* `generate_mbed_spm_partition_code.py` - Generate files for BMED_SPM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A question about the script name.
Is there a reason it's named generate_mbed_spm_partition_code.py
instead of generate_spm_partition_code.py
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Branding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo needs fixing.
Edit file for minor grammar and style tweaks, mostly for consistent capitalization and tense across docs.
@AnotherButler thanks |
CI started |
@NirSonnenschein If you want to take a look at this, or press the green button yourself 😁 |
Thanks @cmonr merged |
Description
Create documentation for all the PSA python tools & scripts.
This PR depends on:
Do not run CI untill all of the above are merged
Pull request type
Reviewers
@mikisch81 @ARMmbed/mbed-os-maintainers
Release Notes