wangtao13 commented on issue #19241:
URL: https://github.com/apache/nuttx/issues/19241#issuecomment-4881341423

   @acassis I changed the hello_main.c to call nsh_system(1, argv); to start a 
NSH command, the argv[2] = {"ps", NULL}; but I did NOT dig deep into the 
nsh_system() to see the command output or result, I will do that later.
   
   The MIPS32 chip is designed in house, it is basically MIPS32r2 ISA, very 
similar to PIC32MZ/MX, which is the starting point of my porting. But so far, 
only the UART and arch is working somewhat, I am still working on drivers of 
the MIPS, hope to make Nuttx + MIPS as a production.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to