Cosmetic updates
This commit is contained in:
parent
7a1ee32de4
commit
32dbe33498
@ -2280,7 +2280,6 @@ void up_serialinit(void)
|
||||
|
||||
for (i = 0; i < STM32_NUSART; i++)
|
||||
{
|
||||
|
||||
/* Don't create a device for the console - we did that above */
|
||||
|
||||
if ((uart_devs[i] == 0) || (uart_devs[i]->dev.isconsole))
|
||||
|
@ -162,8 +162,10 @@ Serial Console
|
||||
may be connected to your computer via an external RS-232 driver or via the
|
||||
WaveShare USB ISP/VCOM module.
|
||||
|
||||
As an option, UART1 can also be used for the serial console by reconfiguring
|
||||
as follows:
|
||||
As an option, UART1 can also be used for the serial console. You might want,
|
||||
to do this, for example, if you use UART0 for the ISP function and you want
|
||||
to use a different UART for console output. UART1 can be configured as the
|
||||
serial console by changing the configuration as follows:
|
||||
|
||||
System Type:
|
||||
CONFIG_LPC17_UART0=n : Disable UART0 if it is no longer used
|
||||
|
Loading…
Reference in New Issue
Block a user