Hello
I have some questions about USB CDC ACM support under Zephyr
I need the shell on one CDC ACM device and to print print large chunks of data to the console ( > 1024 bytes ) to another one
I am using cdc_acm_composite sample found in zephyr/samples
Questions
1, I was able to set up the shell to use the first cdc_acm device - that works fine. However the RTT log messages are also printed to the shell console -how do I get rid of them?
Obviously I need logging - but I just don't need to see the log messages in the shell, only in the RTT viewer.
Here is my proj.conf file
"This function is expected to be called from UART interrupt handler (ISR), if uart_irq_tx_ready() returns true.