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: [email protected] With regards, Apache Git Services
