Igor-Misic opened a new pull request, #8453:
URL: https://github.com/apache/nuttx/pull/8453

   ## Summary
   At the current moment RAMTRON (FRAM) has limited granularity with **page** 
and **sector** sizes hardcoded to emulate a fixed size of 512 for each and this 
was done to support VFAT. 
   Today we have different file systems like LittleFS that could be better 
utilized with reducing granularity. Since FRAM works as one single large 
page/sector and we can emulate any page/sector size I am adding a configurable 
solution to KConfig.
   
   ## Impact
   This just adds configuration with default values as the previous hardcoded 
one. It will not impact any existing projects.
   
   ## Testing
   I've tested changing granularity to 1 byte both for page and sector size at 
the PX4 project with a 32KB FRAM board and everything is working as expected. 
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to