-
Notifications
You must be signed in to change notification settings - Fork 178
System reset docs #424
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
System reset docs #424
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.
Please follow our template with an introduction, a reference link and an example.
|
||
[](https://os.mbed.com/teams/mbed_example/code/SleepManager_Example_1/file/e85412b4147e/main.cpp) | ||
|
||
### System reset |
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.
Should system reset be the same level as sleep, or is it part of sleep? If the former, it feels out of place to me that it would be between the sleep description and class reference.
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.
It's at the same level and the function reference will point to the shared doxygen group "Power management" once doxygen is regenerated.
* Rename sleep page to power management * General text improvements
Copy edit for consistent tense and precise language.
* Rename sleep page to power management * General text improvements
Dependencies
Changes
The actual full diff, after the #423 will be merged:
I think the ARMmbed/mbed-os#6230 won't make it for 5.8, that's why I've decided to split out the sleep page improvements out of this PR into #423 which can be independently merged for 5.8.
@AnotherButler