raiden00pl commented on code in PR #18410:
URL: https://github.com/apache/nuttx/pull/18410#discussion_r2827771880


##########
drivers/serial/Kconfig:
##########
@@ -169,6 +169,16 @@ config RPMSG_UART_CONSOLE
                NOTE: support for this option must be implemented in the board 
logic by
                setting the \"isconsole\" argument in the uart_rpmsg_init() 
function to true.
 
+config RPMSG_UART_RAW
+       bool "UART RPMSG RAW mode"
+       default n
+       depends on RPMSG_UART
+       ---help---
+               Use unencapsulated data transfer. This makes the rpmsg uart 
compatible
+               with the upstream linux implementation of tty_rpmsg. This will 
also use a
+               static service name (rpmsg-tty), independent from the local 
name.
+               NOTE: this omits flow control and removes 

Review Comment:
   this line looks like it was cut in half :)



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