masayuki2009 commented on pull request #2916: URL: https://github.com/apache/incubator-nuttx/pull/2916#issuecomment-785423137
@yunkya2 It works! ``` sh> uname -a NuttX 3.6.1 318f7cef9b Feb 25 2021 07:06:35 arm raspberrypi-pico nsh> ps PID CPU PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK COMMAND 0 0 0 FIFO Kthread N-- Assigned 00000000 001024 CPU0 IDLE 1 1 0 FIFO Kthread N-- Running 00000000 002052 CPU1 IDLE 3 0 100 RR Task --- Running 00000000 002036 init nsh> free total used free largest Umem: 264000 10736 253264 234688 nsh> smp Main[0]: Running on CPU0 Main[0]: Initializing barrier Thread[1]: Started ... Thread[8]: Now running on CPU1 Main[0]: Now running on CPU0 Main[0]: Thread 5 completed with result=0 Main[0]: Thread 6 completed with result=0 Main[0]: Thread 7 completed with result=0 Main[0]: Thread 8 completed with result=0 nsh> ostest stdio_test: write fd=1 stdio_test: Standard I/O Check: printf stdio_test: write fd=2 ... Final memory usage: VARIABLE BEFORE AFTER ======== ======== ======== arena 40740 40740 ordblks 4 4 mxordblk 394c0 374a0 uordblks 5450 75a0 fordblks 3b2f0 391a0 user_main: Exiting ostest_main: Exiting with status 0 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org