acassis commented on code in PR #15895: URL: https://github.com/apache/nuttx/pull/15895#discussion_r1966886928
########## arch/risc-v/src/common/espressif/esp_usbserial.c: ########## @@ -216,6 +216,7 @@ static void esp_shutdown(struct uart_dev_s *dev) * ****************************************************************************/ +__attribute__((optimize("O0"))) Review Comment: Please include a comment explaining it is a "workaround" until finding the fix -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org