pkarashchenko opened a new pull request #4995:
URL: https://github.com/apache/incubator-nuttx/pull/4995


   ## Summary
   `filemtd` use 128 bytes buffers for caching in `filemtd_write` and 
`filemtd_erase` implementations, but `erasesize` and `blocksize` does not have 
a requirement to be a multiple of 128 bytes. This PR fixes write and erase 
access for `erasesize` and `blocksize` that are not multiples of 128.
   
   ## Impact
   `filemtd` users
   
   ## Testing
   Pass CI


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