cwespressif commented on pull request #2625: URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759415008
> > @xiaoxiang781216 could you take a look here please. > > Sorry, I thought this PR is for esp32 specific. So this patch want to sync the system time after wake up from RTC timer? Hi @xiaoxiang781216 Yes, after entering auto-sleep(pm standby mode), the system clock interruption will stop, when exiting auto-sleep, the idletime tick obtained through watchdog monitoring (by calling wd_getidletime) will be inaccurate, so after exiting auto-sleep, the obtained system tick needs to be compensated (by calling wd_setsleepticks). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org