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

   ## Summary
   
   This is a supplement to the patch:1936126210a56b6d1b033d6d940669413dd6e1b0
   
   Due to the automatic wrapping of MTD devices during the open() process, the 
legacy registration methods
   ftl_initialize() and bchdev_register() are no longer required for MTD device 
registration for user code and should be used only internally within fs and 
driver code.
   
   So have adjusted the registration method for MTD devices in nuttx/boards, 
replacing the previous approach using ftl_initialize()  with 
register_mtddriver().
   
   


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