acassis commented on issue #19908: URL: https://github.com/apache/nuttx/issues/19908#issuecomment-5398506252
Hi @wangtao13 there is a basic Documentation about this subject here: https://nuttx.apache.org/docs/latest/implementation/short_time_delays.html If you need really precise delays, maybe you can use a free runner timer and count the ticks waiting exactly for the value you want. I think this approach is simpler than doing the HRTimer/tickless-mode rabbit hole. Ping @raiden00pl for suggestions. -- 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]
