Replies: 1 comment
-
I do not have an answer to your question, but you could just send a PR that does the change you need and get feedback that way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am working on a project where I want to have access to the shell and logging over RTT, and use the console separately over UART.
In
subsys/shell/backends/Kconfig.backends
:SHELL_BACKEND_RTT
selectsRTT_CONSOLE
, which causes the console output to always be outputted to RTT as well.Is this intentional ? When I comment the
select RTT_CONSOLE
line I get the behaviour I need, but maybe there are reasons for this.Beta Was this translation helpful? Give feedback.
All reactions