chenzhihong007 opened a new pull request, #9860:
URL: https://github.com/apache/nuttx/pull/9860
# hpm6750: Keep cpu clock on after "wfi", so that mchtmr can still work
after "wfi"
## Summary
In up_idle() calling asm("WFI") to save power, mchtmr can't work after "wfi"
by default.
It should be keep cpu clock on after "wfi", so that mchtmr can still work
after "wfi".
## Impact
Mchtmr can still work after "wfi".
## Testing
Internel Test Pass.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]