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/11/23 06:36:13 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #4870: libs/libc: add interface to support output stream as buffer style

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


   ## Summary
   
   libs/libc: add interface to support output stream as buffer style
   
   ## Impact
   
   Interface extension for  struct lib_outstream_s
   
   ## Testing
   
   run lib_outstream_s on stream mode


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4870: libs/libc: add interface to support output stream as buffer style

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


   


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #4870: libs/libc: add interface to support output stream as buffer style

Posted by GitBox <gi...@apache.org>.
masayuki2009 edited a comment on pull request #4870:
URL: https://github.com/apache/incubator-nuttx/pull/4870#issuecomment-977556346


   >@xiaoxiang781216 @anchao
   >
   >Hmm, something strange with spresense:smp
   
   @xiaoxiang781216 @anchao 
   The same problem happens with sim:smp.
   Could you please confirm what is happening?
   
   ```
   nsh> uname -a
   NuttX 10.2.0 e228434cea Nov 24 2021 14:52:54 sim sim
   nsh> ps
     PID GROUP CPU PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK   STACK   USED  FILLED COMMAND
       0     0   0   0 FIFO     Kthread N-- Assigned           00000000 065488 002344   3.5%  CPU0 IDLE
       1     1   1   0 FIFO     Kthread N-- Running            00000000 065488 007048  10.7%  CPU1 IDLE
       2     2   2   0 FIFO     Kthread N-- Running            00000000 065488 004736   7.2%  CPU2 IDLE
       3     3   3   0 FIFO     Kthread N-- Running            00000000 065488 004704   7.1%  CPU3 IDLE
       4     4   0 100 FIFO     Task    --- Running            00000000 065504 003128   4.7%  init
   nsh> hello
   ```
   


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4870: libs/libc: add interface to support output stream as buffer style

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


   Yes, we found the same issue in the daily test too.
   Here is fixed: https://github.com/apache/incubator-nuttx/pull/4874
   Please try it, sorry for inconvenience.


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4870: libs/libc: add interface to support output stream as buffer style

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


   >Yes, we found the same issue in the daily test too.
   >Here is fixed: #4874
   >Please try it, sorry for inconvenience.
   
   @xiaoxiang781216 
   Thanks for your comments.
   I confirmed that #4874 fixes the issue.
   


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4870: libs/libc: add interface to support output stream as buffer style

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


   >@xiaoxiang781216 @anchao
   >
   >Hmm, something strange with spresense:smp
   
   The same problem happens with sim:smp.
   Could you please confirm what is happening?
   
   ```
   nsh> uname -a
   NuttX 10.2.0 e228434cea Nov 24 2021 14:52:54 sim sim
   nsh> ps
     PID GROUP CPU PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK   STACK   USED  FILLED COMMAND
       0     0   0   0 FIFO     Kthread N-- Assigned           00000000 065488 002344   3.5%  CPU0 IDLE
       1     1   1   0 FIFO     Kthread N-- Running            00000000 065488 007048  10.7%  CPU1 IDLE
       2     2   2   0 FIFO     Kthread N-- Running            00000000 065488 004736   7.2%  CPU2 IDLE
       3     3   3   0 FIFO     Kthread N-- Running            00000000 065488 004704   7.1%  CPU3 IDLE
       4     4   0 100 FIFO     Task    --- Running            00000000 065504 003128   4.7%  init
   nsh> hello
   ```
   


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4870: libs/libc: add interface to support output stream as buffer style

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


   @xiaoxiang781216 @anchao 
   
   Hmm, something strange with spresense:smp
   
   ```
   NuttShell (NSH) NuttX-10.2.0
   nsh> uname -a
   NuttX 10.2.0 e228434cea Nov 24 2021 14:46:22 arm spresense
   nsh> hello
   nsh> 
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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