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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to