xiaoxiang781216 commented on issue #16265:
URL: https://github.com/apache/nuttx/issues/16265#issuecomment-2833141538

   Linux support two set of timer:
   
   1. 
timer(https://www.kernel.org/doc/html/v4.9/driver-api/basics.html#c.add_timer) 
use tick unit
   2. hrtimer(https://docs.kernel.org/timers/hrtimers.html) use ns unit
   
   But NuttX just support wdog(similar Linux timer), no hrtimer. The problem is 
NuttX need develop the similar facility.


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to