xiaoxiang781216 commented on code in PR #17071: URL: https://github.com/apache/nuttx/pull/17071#discussion_r2379667804
########## 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: your implementation could call clock_systime_timespec to achieve the similar behavior and then remove arch_timer.c's. -- 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]
