Gary-Hobson commented on code in PR #7554:
URL: https://github.com/apache/incubator-nuttx/pull/7554#discussion_r1029645718


##########
drivers/segger/Kconfig:
##########
@@ -79,3 +81,82 @@ config SEGGER_SYSVIEW_RAM_BASE
 endif
 
 endif
+
+config RTT_CONSOLE
+       bool "segger rtt console"
+       default n
+       select SERIAL_CONSOLE
+       select SEGGER_RTT
+       select SERIAL_RXDMA
+       select SERIAL_TXDMA
+       ---help---
+               Enabling this option will use RTT as the terminal device,
+               which uses RTT channel 0 by default.
+               The buffer size of rtt channel 0 is configured by 
SEGGER_RTT_BUFFER_SIZE_UP
+               You need to turn off other console devices before turning it on
+
+if RTT_CONSOLE

Review Comment:
   I have made changes and am ready to submit ... 😵‍💫
   
   But now I know what the principles are



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

Reply via email to