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/03/20 15:34:27 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #1707: kasjer/spiflash performance improvements

kasjer opened a new pull request #1707: kasjer/spiflash performance improvements
URL: https://github.com/apache/mynewt-core/pull/1707
 
 
   - Wait times after erase and program are not configurable as specified in spiflash datasheets.
   this should optimize Read Status Register command after writes to actual timing requirements.
   
   - hal_flash interface was extended to allow erases using block size instead of sector size only
   
   - spiflash erase functions are not public and can be used by application
   
   - waiting time should work better for bootloader where os_time_delay is not used any more.
   

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


With regards,
Apache Git Services