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/04/15 22:17:37 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #3559: drivers: wireless: Fix AT command response handling in gs2200m.c

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


   ## Summary
   
   - When sending an AT command during receiving a bulk packet,
     the bulk packet might be put in the AT command response.
   - To handle such the case, gs2200m_send_cmd2() is newly
     introduced instead of using gs2200m_send_cmd(dev, cmd, NULL)
   
   ## Impact
   
   - All use cases that send an AT command in gs2200m.c
   
   ## Testing
   
   - Tested with renew and nxplayer with spresense:wifi
   
   


-- 
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 #3559: drivers: wireless: Fix AT command response handling in gs2200m.c

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


   I've added the backport/10.1 label to this 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] xiaoxiang781216 merged pull request #3559: drivers: wireless: Fix AT command response handling in gs2200m.c

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


   


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