jeremywood opened a new pull request #2295:
URL: https://github.com/apache/mynewt-core/pull/2295


   Added a syscfg for the nRF52 family to make it so that OS_TICKS_PER_SEC can 
be customized on a case by case basis. This is particularly useful for cases 
where the OS event loop needs to respond more quickly, or with more granularity 
than at 128 ticks per second.
   
   Should only be increased if necessary, as increasing OS_TICKS_PER_SEC 
increases system power consumption. Note that OS_TICKS_PER_SEC must be a power 
of 2 on the nRF52. The range values in the syscfg have all been tested working 
(blinky works) on the nRF52840 dev kit.
   
   Resovles issue #1785.


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