Skip to content
Snippets Groups Projects
Commit 32dbe334 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Cosmetic updates

parent 7a1ee32d
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment