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/08/08 04:18:18 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1536: drivers: usbdev: Fix default value for RNDIS_NWRREQS

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


   ## Summary
   
   - Change default value for RNDIS_NWRREQS based on NET_TCP_WRITE_BUFFERS
   
   ## Impact
   
   - This commit affects RNDIS use cases
   
   ## Testing
   
   - spresense:rndis with CONFIG_NET_TCP_WRITE_BUFFERS=y
   
   


----------------------------------------------------------------
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] masayuki2009 commented on pull request #1536: drivers: usbdev: Fix default value for RNDIS_NWRREQS

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


   Hmm, something is wrong with sim:rpproxy which is not related to this PR.
   
   ```
   ====================================================================================
   Configuration/Tool: sim/rpproxy
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
   ...
    Building NuttX...
   In file included from ./usrsock_rpmsg_client.c:51:
   /Users/runner/work/incubator-nuttx/incubator-nuttx/sources/nuttx/include/nuttx/rptun/openamp.h:44:10: fatal error: 'openamp/open_amp.h' file not found
   #include <openamp/open_amp.h>
            ^~~~~~~~~~~~~~~~~~~~
   1 error generated.
   ERROR: cc failed: 1
          command: cc -MT ./usrsock_rpmsg_client.Users.runner.work.incubator-nuttx.incubator-nuttx.sources.apps.netutils.usrsock_rpmsg.o  -M '-Wall' '-Wstrict-prototypes' '-Wshadow' '-Wundef' '-O2' '-fno-strict-aliasing' '-fno-builtin' '-fno-common' '-isystem' '/Users/runner/work/incubator-nuttx/incubator-nuttx/sources/nuttx/include' '-D__KERNEL__' '-Wno-cpp' '-Werror' '-pipe' '-I' '/Users/runner/work/incubator-nuttx/incubator-nuttx/sources/apps/include' ./usrsock_rpmsg_client.c
   make[2]: *** [.depend] Error 1
   ```
   


----------------------------------------------------------------
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 #1536: drivers: usbdev: Fix default value for RNDIS_NWRREQS

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


   


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