xiaoxiang781216 commented on pull request #1275:
URL: https://github.com/apache/incubator-nuttx/pull/1275#issuecomment-647013410


   Not yet. It's optional feature, you can still use the old approach by 
implementing up_timer_xxx API direclty. But the new approach is more simple and 
unify:
   1.Just need write oneshot/timer/rtc driver once which is much simpler than 
up_xxx API
   2.Reuse arch_alarm.c/arch_timer.c/arch_rtc.c to implment up_xxx API on top 
of xxx_ops
   3.Select which timer use as scheduler, profile or userspace by one line code 
change
   then you can get the tick/tickless, busyloop support and performance monitor 
automaitcally.


----------------------------------------------------------------
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:
[email protected]


Reply via email to