I'm using Visual Studio 1.7.1 on Windows 10 machine. With an nrf916DK.
I'm trying to learn about the shell and all seems to be working fine, based on what I've found in the Zephyr docs. But I need a little help with the high-level stuff.
I've got all the usual 'CONFIG_SHELL' statements in prj.conf but nothing that seems to explicitly define the Shell transport layer, eg no sign of UART0 anywhere, although UART0 seems to have been assumed.
How do i specify a specific transport layer, and how do I open multiple instances ? Can I, for example, run two separate shell instances, one on UART0 and the other on UART2 ?
Can anyone help, or point me in the direction of additional shell docs ?