linguini1 commented on issue #17069:
URL: https://github.com/apache/nuttx/issues/17069#issuecomment-3330045536

   There are weak references to `up_*delay` functions in 
https://github.com/apache/nuttx/blob/master/drivers/timers/arch_alarm.c, which 
depend on `up_udelaycoarse`. This function matches the implementation of the 
replicated implementations.
   
   I wonder if it would be possible to simply link all architectures against 
this file. That way, they will use the coarse definition of `up_udelaycoarse` 
for all delays unless their architecture has defined something better. What do 
you think @xiaoxiang781216 @acassis ?


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