-
Notifications
You must be signed in to change notification settings - Fork 3k
Add notes about ISR safety to RTOS doxygen #5760
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
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.
This sets precedence that each method should contain a note about ISR safety (we always only provide a note about thread/interrupt safety per class).
At least for the RTOS as these are basic primitives and their usage should restriction should be clear. |
@AnotherButler Could you review? Looks like docs changes! |
Copy edit docs changes for active voice.
Copy edit file for active voice and agreement.
Copy edit file for active voice and American English.
Copy edit file for active voice.
Copy edit file for active voice.
Copy edit file for active voice.
Copy edit file for active voice.
Copy edit file for active voice.
Copy edit file for active voice.
@AnotherButler Approved now? I assume we will squash this into one commit prior the integration. |
/morph build |
Build : SUCCESSBuild number : 854 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 525 |
Test : FAILUREBuild number : 698 |
/morph test |
Test : SUCCESSBuild number : 705 |
Description
Extend docs for RTOS functions to include information whether they are ISR safe.
Status
READY