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 2019/01/18 23:47:13 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #1608: hw/drivers/spiflash: Add auto power down

andrzej-kaczmarek opened a new pull request #1608: hw/drivers/spiflash: Add auto power down
URL: https://github.com/apache/mynewt-core/pull/1608
 
 
   This adds new API which allows to enable auto power down for SPI flash.
   Application can define timeout after which power down command will be
   sent to flash. It will be automatically release from power down for any
   new request from application.
   
   Note: There should be some delay between sending power down release
   command and using flash, but the required delay was so small on flashes
   I tested that it does not really matter. If required at some point, we
   should add this to SPI flash configuration matrix.

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