acassis opened a new pull request, #3589:
URL: https://github.com/apache/nuttx-apps/pull/3589

   ## Summary
   
   NSH error shouldn't be disabled by default, even when in SMALL Memory 
because it will make difficult to discover why things are not working. It 
should be disabled manually by experienced dev.
   
   ## Impact
   
   Disabling nsh error will mask issues, because by default Unix systems (like 
NuttX) doesn't print error on success, so we don't expect silence on error. And 
this is what happens when NSH errors are disabled. 
   
   ## Testing
   
   stm32f103-minimum:audio_tone
   
   
   


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