xiaoxiang781216 commented on code in PR #9404: URL: https://github.com/apache/nuttx/pull/9404#discussion_r1208747479
########## arch/xtensa/src/common/xtensa_nputs.c: ########## @@ -39,8 +40,14 @@ void up_nputs(const char *str, size_t len) Review Comment: syslog can be called in interrupt context, we need some special handle like serial driver: https://github.com/apache/nuttx/blob/master/drivers/serial/serial.c#L1189-L1209 -- 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]
