summaryrefslogtreecommitdiff
path: root/nuttx/configs/nutiny-nuc120
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-27 16:19:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-27 16:19:07 +0000
commit56bae3f8da4c6b9849323462f40a123c01df8608 (patch)
tree7e73899c2d53ab709415866302e120d572c1ff2b /nuttx/configs/nutiny-nuc120
parentb5a5ba0335a35555f062f7604377339552454886 (diff)
downloadpx4-nuttx-56bae3f8da4c6b9849323462f40a123c01df8608.tar.gz
px4-nuttx-56bae3f8da4c6b9849323462f40a123c01df8608.tar.bz2
px4-nuttx-56bae3f8da4c6b9849323462f40a123c01df8608.zip
Correct some ARMv6-M NVIC addresses
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5680 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/nutiny-nuc120')
-rw-r--r--nuttx/configs/nutiny-nuc120/README.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/nuttx/configs/nutiny-nuc120/README.txt b/nuttx/configs/nutiny-nuc120/README.txt
index f1e8aa0c6..c2359b0cd 100644
--- a/nuttx/configs/nutiny-nuc120/README.txt
+++ b/nuttx/configs/nutiny-nuc120/README.txt
@@ -95,6 +95,12 @@ LEDs
Serial Console
==============
+As with most NuttX configurations, the NuTiny-SKD-NUC120 configurations
+depend on having a serial console to interact with the software. The
+NuTiny-SDK-NUC120, however, has not on-board RS-232 drivers so will be
+necessary to connect the NuTiny-SDK-NUC120 UART pins to an external
+RS-232 driver board or TTL-to-Serial USB adaptor.
+
By default UART1 is used as the serial console on these boards. NUC120LE3AN
is provided as an LQFP48 package and, for this case, the UART1 RX signal
(RXD1) is on PB.4, pin 8, and the TX signal (TXD1) is on PB.5, pin 9.
@@ -300,7 +306,8 @@ Where <subdir> is one of the following:
CONFIG_WINDOWS_CYGWIN=y : Using Cygwin
CONFIG_ARMV6M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery for Windows
- 3. Serial Console. The serial console is on UART1 which is available
+ 3. Serial Console. A serial console is required to see the OS test
+ output. The serial console is configured on UART1 which is available
on JP5:
UART1 RX signal (RXD1) is on PB.4, pin 8, and
@@ -331,12 +338,17 @@ Where <subdir> is one of the following:
CONFIG_WINDOWS_CYGWIN=y : Using Cygwin
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery for Windows
- 3. Serial Console. The serial console is on UART1 which is available
+ 3. Serial Console. A serial console is necessary to interrupt with
+ NSH. The serial console is configured on UART1 which is available
on JP5:
UART1 RX signal (RXD1) is on PB.4, pin 8, and
UART1 TX signal (TXD1) is on PB.5, pin 9.
+ It is possible to configure NSH to use a USB serial console instead
+ of an RS-232 serial console. However, that configuration has not
+ been impelmented as of this writing.
+
4. This configuration includes USB Support (CDC/ACM device)
CONFIG_STM32_USB=y : STM32 USB device support