jingfei195887 opened a new pull request, #17866:
URL: https://github.com/apache/nuttx/pull/17866

   ## Summary
   We have added a defconfig configuration to set the page size of the flash. 
According to the CFI protocol, the flash supports a single write operation with 
a data volume ranging from byte size up to the maximum number of bytes. 
However, the MTD device structure requires defining a page size, which serves 
as the minimum write unit of the flash. Hence, this configuration is 
introduced. Any page size within the range of 1 to the maximum number of bytes 
is considered valid.
   
   ## Impact
   Only impacts CFI-Flash writes
   
   ## Testing
   We have completed the validation based on the QEMU environment.
   


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