FelipeMdeO opened a new pull request, #15895: URL: https://github.com/apache/nuttx/pull/15895
Ths commit disable code optimization responsible for esp32c6 interruption serial register changes. Without this optimization, usbserial driver doesn't word. This is work around meanwhile we find properly fix. ## Summary This change disable compile optimization for function esp_txint, used in usbserial driver. This change was discussed in the issue: https://github.com/apache/nuttx/issues/15656. Before this change, when you input any character to the console and press "enter", console will stuck. ## Impact Do usbserial feature for esp32c6 work properly ## Testing Use esp32c6 usbserial config. Build and flash. You will be able to use usb as serial console. -- 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