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/05/21 01:40:23 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #1094: Fix gs2200m

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


   ## Summary
   
   - I noticed that http audio streaming stops during playback also assert happens when repeating play and stop with nxplayer on spresense + wifi (gs2200m)
   - During http audio streaming, packet receiving speed changes due to network environment. So  audio buffer must have enough memory to prevent underflow. The second commit fixes this issue.
   - Also, in gs220m driver, flow control mechanism is implemented to avoid memory starvation. However, there was a bug in gs2200m_ioctl_close() and was not able to stop the streaming correctly. The first commit fixes this issue.
   
   ## Impact
   
   - This PR affects a gs2200m driver. Specifically active close use case.
   - Also affects audio playback for spresense:wifi configuration
   
   ## Testing
   
   - Run nxplayer for http audio streaming with spresense+gs2200m
   - Run other network use-cases such as telnetd, webserver and so on.
   


----------------------------------------------------------------
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 #1094: Fix gs2200m

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


   


----------------------------------------------------------------
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 #1094: Fix gs2200m

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


   Hi @jerpelea,
   
   This is another fix.
   


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