XinStellaris opened a new pull request, #7659:
URL: https://github.com/apache/incubator-nuttx/pull/7659

   Signed-off-by: 田昕 <[email protected]>
   
   ## Summary
   This patch aims at saving crash sysloging into a mtd device.
   To do so, a new lib_mtdoutstream is added, which can be used in interrupt 
context.
   Then a new syslog channel utilizing the lib_mtdoutstream is added. The 
channel is enabled for syslog output only when asserting.
   
   This is useful when only a rather small flash can be used to save crash 
information. 
   
   ## Impact
   syslog output when crashing.
   
   ## Testing
   Tested on ESP32C3.
   


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