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 2022/09/29 10:36:04 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7210: boards/sim: Enable telnetd in adb config

xiaoxiang781216 opened a new pull request, #7210:
URL: https://github.com/apache/incubator-nuttx/pull/7210

   ## Summary
   
   ## Impact
   
   ## Testing
   
   


-- 
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] acassis merged pull request #7210: boards/sim: Enable telnetd in adb config

Posted by GitBox <gi...@apache.org>.
acassis merged PR #7210:
URL: https://github.com/apache/incubator-nuttx/pull/7210


-- 
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] acassis commented on pull request #7210: boards/sim: Enable telnetd in adb config

Posted by GitBox <gi...@apache.org>.
acassis commented on PR #7210:
URL: https://github.com/apache/incubator-nuttx/pull/7210#issuecomment-1262311969

   Does "adb shell" requires telnet? I thought it was using other channel to access the NSH!


-- 
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] acassis commented on pull request #7210: boards/sim: Enable telnetd in adb config

Posted by GitBox <gi...@apache.org>.
acassis commented on PR #7210:
URL: https://github.com/apache/incubator-nuttx/pull/7210#issuecomment-1262312973

   Please add Summary information!


-- 
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 commented on pull request #7210: boards/sim: Enable telnetd in adb config

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #7210:
URL: https://github.com/apache/incubator-nuttx/pull/7210#issuecomment-1262440091

   > Does "adb shell" requires telnet? I thought it was using other channel to access the NSH!
   
   Yes, adb shell doesn't depend on telnet. But it isn't good to create a new defconfig to demo telnet on sim since CI loading is already very heavy now.


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