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


   ## Summary
   
   hosfs_rpmsg: merge hostfs_rpmsg to rpmsgfs
   
   For current hostfs_rpmsg can't satisfy the user requirement,
   Assume we are in sim,
   current arch:
   server                                           proxy
   hostfs_rpmsg_server                   hostfs_rpmsg_client
   
   new arch required:
   server                                           proxy
   hostfs_rpmsg_server                   hostfs_rpmsg_client
   hostfs_rpmsg_client                     hostfs_rpmsg_server
   
   you will see proxy also need server.
   So I merge the hostfs_rpmsg out of hostfs, and create a new rpmsgfs, and 
update the rpmsgfs to support new requirement.
   
   ## Impact
   hostfs_rpmsg
   
   
   ## Testing
   
   xiaomi board


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