You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/27 13:11:55 UTC

[GitHub] utzig opened a new pull request #1299: [RFC] [NRF52] Remove uint64_t div in watchdog init

utzig opened a new pull request #1299: [RFC] [NRF52] Remove uint64_t div in watchdog init
URL: https://github.com/apache/mynewt-core/pull/1299
 
 
   Because of precision requirements the watchdog was using a uint64_t division cause it allowed any possible timeout to be used. This updates the code to rely only on uint32_t division with the limitation of a maximum timeout of around 17 min. It shrinks the code due to not linking in the div emulation code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services