patacongo commented on issue #802: URL: https://github.com/apache/incubator-nuttx/issues/802#issuecomment-616566112
Another thing to be careful of is doing syslog output in the same logic patch that handles serial console output. If you generate serial console output everytime a serial interrupt occurs, then you will also get into a different kind of infinite loop. Best to check if the irq is the console irq and don't do syslog output. ---------------------------------------------------------------- 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