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/10/17 13:44:29 UTC

[GitHub] [mynewt-core] utzig opened a new pull request #2054: stm32: updates to flash drivers

utzig opened a new pull request #2054: stm32: updates to flash drivers
URL: https://github.com/apache/mynewt-core/pull/2054
 
 
   This applies a few refactorings that were suggested in a previous PR.
       
   Remove syscfg parameters to specify if a flash has single sized sectors and the size of those sectors. Families that have single sized sectors export a `FLASH_PAGE_SIZE` definition, which can also be used to determine the size of the pages.
   
   A few devices have page sizes that are too small and would use too much RAM, so for those devices emulate sectors that are slighly larger.
   
   Underscore prefixes where removed from #defines.
   
   Also includes a commit that moves the Olimex-P103 BSP to single slot app (no bootloader)

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