summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-18 11:38:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-18 11:38:51 -0600
commit8e4fb141954614bfeaebf592d4b9a5f465581459 (patch)
tree2e12089418e8f8bd87bd13b402d1fda81a7867a4 /nuttx
parentaf96e09bdcca07703bd943239dde87b6ced1ce83 (diff)
downloadpx4-nuttx-8e4fb141954614bfeaebf592d4b9a5f465581459.tar.gz
px4-nuttx-8e4fb141954614bfeaebf592d4b9a5f465581459.tar.bz2
px4-nuttx-8e4fb141954614bfeaebf592d4b9a5f465581459.zip
Cosmetic updates
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_serial.c1
-rw-r--r--nuttx/configs/open1788/README.txt6
2 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_serial.c b/nuttx/arch/arm/src/stm32/stm32_serial.c
index de9b813e0..c04bcc9ee 100644
--- a/nuttx/arch/arm/src/stm32/stm32_serial.c
+++ b/nuttx/arch/arm/src/stm32/stm32_serial.c
@@ -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))
diff --git a/nuttx/configs/open1788/README.txt b/nuttx/configs/open1788/README.txt
index f2f20810f..d10931224 100644
--- a/nuttx/configs/open1788/README.txt
+++ b/nuttx/configs/open1788/README.txt
@@ -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