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


##########
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:
   The timer implementation actually uses a different definition for the 
delays; it chooses between a software implementation (the standard one) or a 
hardware implementation depending on the duration.



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