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 2020/12/03 10:17:55 UTC

[GitHub] [incubator-nuttx] anjana-tel opened a new pull request #2469: RX65N USB Host Driver Support

anjana-tel opened a new pull request #2469:
URL: https://github.com/apache/incubator-nuttx/pull/2469


   ## Summary
   RX65N USB Host Driver Support
   
   ## Impact
   
   ## Testing
   Tested on RX65N Reference 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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2469: RX65N USB Host Driver Support

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


   LGTM.


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

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2469: RX65N USB Host Driver Support

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


   


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

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2469: RX65N USB Host Driver Support

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on a change in pull request #2469:
URL: https://github.com/apache/incubator-nuttx/pull/2469#discussion_r535194304



##########
File path: arch/renesas/src/rx65n/rx65n_usbhost.h
##########
@@ -0,0 +1,263 @@
+/****************************************************************************
+ * arch/renesas/src/rx65n/rx65n/rx6_usbhost.h
+ *
+ *   Copyright (C) 2010-2012, 2014-2017 Gregory Nutt. All rights reserved.

Review comment:
       change to apache copyright




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

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



[GitHub] [incubator-nuttx] anjana-tel commented on pull request #2469: RX65N USB Host Driver Support

Posted by GitBox <gi...@apache.org>.
anjana-tel commented on pull request #2469:
URL: https://github.com/apache/incubator-nuttx/pull/2469#issuecomment-738004262


   > @anjana-tel could you remove the second patch(Mrge branch...) from PR?
   
   Can you suggest how to remove the Patch((Mrge branch...) from PR ?


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

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



[GitHub] [incubator-nuttx] patacongo commented on pull request #2469: RX65N USB Host Driver Support

Posted by GitBox <gi...@apache.org>.
patacongo commented on pull request #2469:
URL: https://github.com/apache/incubator-nuttx/pull/2469#issuecomment-738121524


   > 
   > 
   > > @anjana-tel could you remove the second patch(Mrge branch...) from PR?
   > 
   > Can you suggest how to remove the Patch((Mrge branch...) from PR ?
   
   Interactive rebase:  git rebase -i HEAD~n
   where n is the last n commits including the one you want to remove.


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

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