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:
[email protected]


With regards,
Apache Git Services

Reply via email to