linguini1 commented on code in PR #17071:
URL: https://github.com/apache/nuttx/pull/17071#discussion_r2379986973


##########
drivers/timers/CMakeLists.txt:
##########
@@ -22,6 +22,13 @@
 
 set(SRCS)
 
+# Unless a driver with a more accurate version of up_*delay is enabled, always
+# include the base delay definition (busy-loop) as a minimum-viable product.
+
+if(NOT CONFIG_TIMER_ARCH)

Review Comment:
   I am not familiar with this function, is this a feature on all 
architectures? Or why is `arch_timer` generally separate?



-- 
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]

Reply via email to