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 2022/02/14 07:26:09 UTC

[GitHub] [incubator-nuttx] no1wudi commented on pull request #5484: risc-v: Implement common up_cpu_idlestack

no1wudi commented on pull request #5484:
URL: https://github.com/apache/incubator-nuttx/pull/5484#issuecomment-1038743216


   @masayuki2009 
   I've it tested on real device , tried your operation but it seems ok and `ostest` and `smp` test also works fine.
   ```
   NuttShell (NSH) NuttX-10.2.0
   nsh> uname  -a
   NuttX 10.2.0 b8477f857b Feb 14 2022 15:20:50 risc-v maix-bit
   nsh> mount
     /proc type procfs
   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 002000 000840  42.0%  CPU0 IDLE
       1     1   1   0 FIFO     Kthread N-- Running            00000000 002000 000048   2.4%  CPU1 IDLE
       2     2   0 100 RR       Task    --- Running            00000000 003040 002008  66.0%  nsh_main
   nsh> free
                      total       used       free    largest  nused  nfree
           Umem:    2081632      12112    2069520    2069520     35      1
   nsh> hello
   Hello, World!!
   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