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/10/24 09:39:35 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2083: Update gs2200m driver

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


   ## Summary
   
   - This PR updates gs2200m wifi driver and consists of the following 3 commits
   - commit 1 : drivers: wireless: Fix to handle UDP connect() with bind() in gs2200m.c
     - This commit fixes to handle UDP connect() with bind() to a local port.
   - commit 2: drivers: wireless: Fix to handle address info in accept() in gs2200m.c
     - This commit fixes to handle address info in accept()
   - commit 3: drivers: wireless: Add support for ioctl(fd, SIOCGIFADDR, ...) to gs2200m.c
     - This commit adds support for ioctl(fd, SIOCGIFADDR, ...) to gs2200m.c
   
   ## Impact
   
   - All UDP cases which use connect() with gs2200m
   - All use cases which use accept() with gs2200m
   - Need to update apps/wireless/gs2200m as well
   - I will send another PR to apps repo after this PR is merged
   
   ## Testing
   
   - Tested with spresense:wifi
   - Create a UDP socket and bind() to a local port.
   - Then connect() to remote address with port and send()
   - Tested with telnet daemon to check address info for accept()
   - Tested with dhcpc to check ioctl(fd, SIOCGIFADDR, ...)
   
   


----------------------------------------------------------------
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 #2083: Update gs2200m driver

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


   @jerpelea 
   


----------------------------------------------------------------
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] jerpelea merged pull request #2083: Update gs2200m driver

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


   


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