hartmannathan opened a new pull request, #8465: URL: https://github.com/apache/nuttx/pull/8465
## Summary For Tiva architecture, PR #8406 added support for configuring the serial port's CTS/RTS flow control at runtime using termios when built with `CONFIG_SERIAL_TERMIOS` and either or both of `CONFIG_SERIAL_OFLOWCONTROL` and/or `CONFIG_SERIAL_IFLOWCONTROL`. However, a runtime sanity check left over from before prevented this from working: When processing ioctl TCSETS, we would return `-EINVAL` if one or both of `CCTS_OFLOW` and/or `CRTS_IFLOW` were requested, regardless if the above Kconfigs were enabled or not. Fixing the sanity checks. ## Impact On Tiva architecture, CTS/RTS can be configured via termios now. ## Testing Custom board. -- 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]
