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 2021/02/23 08:32:54 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2497: hw/bus: Fix inactivity timeout usage

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


   Inactivity timeout used for power management was not really using
   time value.
   - if timeout was greater then 0 it was ignored and device was disabled
     at once instead of later.
   - if timeout was 0 device should be disabled at once but it was scheduled
     to be run 1 tick later according to os_callout_reset way
   
   Now checking timeout condition is reversed that seems to be intended
   behavior.


----------------------------------------------------------------
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 #2497: hw/bus: Fix inactivity timeout usage

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


   


----------------------------------------------------------------
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 #2497: hw/bus: Fix inactivity timeout usage

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


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