Skip to content
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

pm: misc cleanup and fixes #6344

Merged
merged 8 commits into from
Jan 24, 2017
Prev Previous commit
Next Next commit
periph/pm: minor doc clarification
  • Loading branch information
haukepetersen committed Jan 19, 2017
commit 55c4477038ac6fc3fcc23645a96f10ee8d5aca7d
5 changes: 1 addition & 4 deletions drivers/include/periph/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
* @brief The kernels power management interface
* @{
*
* The following functions *must* be available for every platform:
*
* pm_reboot()
* pm_off()
* This interface *must* be implemented for every platform in RIOT.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this already the case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, at least rudimentary.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering about pm_off() but before, I haven't seen there is fall-back code.

*
* @file
* @brief Power management interface
Expand Down