Cosmetic updates

This commit is contained in:
Gregory Nutt 2013-04-18 11:38:51 -06:00
parent 7a1ee32de4
commit 32dbe33498
2 changed files with 4 additions and 3 deletions

View File

@ -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))

View File

@ -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