-
Notifications
You must be signed in to change notification settings - Fork 3k
PSA-SPM documentation follow-up #8873
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
Conversation
CAn you review this job? Looks like it makes travis to fail |
Creating a separate PR for that in a minute #8889 |
* It basically generates and exposes a unique handle identifier [handle] per | ||
* handle memory [handle_mem] it receives from the user. | ||
/* | ||
* It generates and exposes a unique handle identifier (handle) per |
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.
The Handle Manager module generates and exposes a unique...
* Handles generation is done exclusively. | ||
* Once we got a handle, removing a handle or getting its memory can be | ||
* Handle generation is done exclusively. | ||
* Once you got a handle, removing a handle or getting its memory can be |
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.
Once you have a handle, you can remove or get its memory non-exclusively.
* @param[in] handle_mem A pointer to a pre-allocated handle memory to get a handle identifier for | ||
* @param[in] friend_pid The partition id which is allowed to get_mem() and destroy() in addition to the handle owner. | ||
* @param[in] friend_pid The partition id which is allowed to `get_mem()` and `destroy()` in addition to the handle owner. |
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.
partition ID
@cmonr Any way we can get this for RC2 instead of 5.11.1? |
Thanks @0xc0170 👍 |
@ARMmbed/mbed-docs All good? |
@melwee01 I am reviewing now, can you also please? we need to start CI asap |
CI started |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Description
depends os #8744
Pull request type