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 2020/05/27 03:21:25 UTC

[GitHub] [mynewt-core] jeremywood opened a new pull request #2295: Make OS_TICKS_PER_SEC configurable for the nRF52 family.

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



[GitHub] [mynewt-core] kasjer merged pull request #2295: Make OS_TICKS_PER_SEC configurable for the nRF52 family.

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2295:
URL: https://github.com/apache/mynewt-core/pull/2295


   


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



[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2295: Make OS_TICKS_PER_SEC configurable for the nRF52 family.

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2295:
URL: https://github.com/apache/mynewt-core/pull/2295#issuecomment-634213726


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


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