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

   ## Summary
   The PR adds CONFIG_BCH_FORCE_INDIRECT which makes possible to force indirect 
writes in BCH driver.
   
   The implementation is similar than CONFIG_FAT_FORCE_INDIRECT.
   This is needed because in some use cases (e.g. when CONFIG_BUILD_KERNEL) it 
is not possible to write directly from user buffer.
   
   ## Impact
   This PR adds configuration option CONFIG_BCH_FORCE_INDIRECT which is 
disabled by default.
   Enabling CONFIG_BCH_FORCE_INDIRECT forces indirect write in bchlib_write().
   
   ## Testing
   Tested with mkfatfs utility on the custom MPFS board, BUILD_KERNEL enabled.
   
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to