cwespressif commented on pull request #2625: URL: https://github.com/apache/incubator-nuttx/pull/2625#issuecomment-759915998
> nxsched_process_timer The RTC timer still works in all low power mode, we compensate the system clock according to the time of low power mode counted by RTC timer. If change nxsched_ process_ timer prototype to accept the elasped ticks: `void nxsched_process_timer(uint32_t ticks);` it would be better, in idle task, the default call is `nxsched_ process_ timer(1);` ---------------------------------------------------------------- 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