antmerlino opened a new pull request #3489:
URL: https://github.com/apache/incubator-nuttx/pull/3489


   ## Summary
   When operating in tickless mode, the normal behavior is that the timer 
continues to run while halted in the debugger. This can be problematic when the 
system is based on this timer. This change makes sure that any timer that's 
used, not just TIM2, will enable the freeze bit, such that the timer stops when 
halted in the debugger.
   
   ## Impact
   Tickless timer's will now stop during debugging instead of running. This was 
already implemented for the default TIM2, but not implemented for the remainder 
of the timers.
   
   ## Testing
   Ran configuration.


-- 
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:
us...@infra.apache.org


Reply via email to