You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi kindly experts, I am studying Zephyr's system power management and discovering that some boards use PM_STATE_SOFT_OFF to implement their system off state.
Now, my device has a hard power-off requirement when it receives a shutdown reqeust.
However, I think there are few chances to fail to reach PM_STATE_SOFT_OFF during the system power management procedure.
Busy threads make IDLE thread to starve
In pm_system_suspend(), if pm_suspend_devices() returns non-zero, it will go to resume path and finally break the system off flow
Any suggestions or corrections are appreciated, many thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi kindly experts, I am studying Zephyr's system power management and discovering that some boards use PM_STATE_SOFT_OFF to implement their system off state.
Now, my device has a hard power-off requirement when it receives a shutdown reqeust.
However, I think there are few chances to fail to reach PM_STATE_SOFT_OFF during the system power management procedure.
Any suggestions or corrections are appreciated, many thanks.
Beta Was this translation helpful? Give feedback.
All reactions