You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/08/25 19:37:51 UTC

[GitHub] ccollins476ad opened a new pull request #499: Remove NFFS_AREA_MAX constant from bsp.h.

ccollins476ad opened a new pull request #499: Remove NFFS_AREA_MAX constant from bsp.h.
URL: https://github.com/apache/mynewt-core/pull/499
 
 
   This value indicates the number of areas to allocate in the NFFS disk.  Prior to this commit, this number was defined separately in each BSP's `bsp.h` file.
   
   Now, this `#define` is replaced by a syscfg setting:
   
   ```
       NFFS_NUM_AREAS:
           description: >
               Number of areas to allocate in the NFFS disk.  A smaller number is
               used if the flash hardware cannot support this value.
           value: 8
   ```
   
   The motivation for this change was to simplify BSP-creation for the purposes of documentation.
 
----------------------------------------------------------------
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