You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/03 03:27:42 UTC

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request #4934: hosfs_rpmsg: merge hostfs_rpmsg to rpmsgfs

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

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4934: hosfs_rpmsg: merge hostfs_rpmsg to rpmsgfs

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4934:
URL: https://github.com/apache/incubator-nuttx/pull/4934


   


-- 
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-unsubscribe@nuttx.apache.org

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