kasjer opened a new pull request, #3248:
URL: https://github.com/apache/mynewt-core/pull/3248

   When tick was provided by RTC instead of SysTick (default) and MCUboot used 
SysTick during boot, SysTick was never turned off and was running in 
application code.
   This resulted in two interrupts advancing mynewt OS tick so clock was 
running too fast.
   
   Now os_tick_init() from RTC code disables SysTick that could be started in 
bootloader


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