patacongo commented on code in PR #8843:
URL: https://github.com/apache/nuttx/pull/8843#discussion_r1141458906


##########
drivers/serial/Kconfig:
##########
@@ -169,9 +169,10 @@ config SERIAL_TERMIOS
        depends on ARCH_HAVE_SERIAL_TERMIOS
        default n
        ---help---
-               Serial driver supports termios.h interfaces (tcsetattr, 
tcflush, etc.).
-               If this is not defined, then the terminal settings (baud, 
parity, etc).
-               are not configurable at runtime; serial streams cannot be 
flushed, etc..
+               If this is not defined, then the terminal hardware setting
+               (baud, parity, flow control) is not configurable at runtime.
+               Note: other software setting (echo, \r\n<->\n, break, tcflush)

Review Comment:
   ```suggestion
                Note: other software settings (echo, \r\n<->\n, break, tcflush)
   ```



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