summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-03 02:30:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-03 02:30:27 +0000
commitde9a69c977329959311f682a6a15285b285b6eae (patch)
treecca92b7819516a21e4055aa311d4f8c252579358 /nuttx
parent6c6f9149193bdaf07556e82fee458df8974cd486 (diff)
downloadpx4-nuttx-de9a69c977329959311f682a6a15285b285b6eae.tar.gz
px4-nuttx-de9a69c977329959311f682a6a15285b285b6eae.tar.bz2
px4-nuttx-de9a69c977329959311f682a6a15285b285b6eae.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2216 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/mcu123-lpc214x/README.txt25
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt24
2 files changed, 39 insertions, 10 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/README.txt b/nuttx/configs/mcu123-lpc214x/README.txt
index 969f3495e..02f9d9ea7 100644
--- a/nuttx/configs/mcu123-lpc214x/README.txt
+++ b/nuttx/configs/mcu123-lpc214x/README.txt
@@ -1,6 +1,9 @@
README
^^^^^^
+This README discusses issues unique to NuttX configurations for the
+MCU-123 LPC2148 development board.
+
Development Environment
^^^^^^^^^^^^^^^^^^^^^^^
@@ -293,17 +296,23 @@ can be selected as follow:
Where <subdir> is one of the following:
-ostest
-^^^^^^
+ostest:
+ This configuration directory, performs a simple OS test using
+ examples/ostest.
-This configuration directory, performs a simple OS test using
-examples/ostest.
+nsh:
+ Configures the NuttShell (nsh) located at examples/nsh. The
+ Configuration enables only the serial NSH interfaces.
-nsh
-^^^
+usbserial:
+ This configuration directory exercises the USB serial class
+ driver at examples/usbserial. See examples/README.txt for
+ more information.
-Configures the NuttShell (nsh) located at examples/nsh. The
-Configuration enables only the serial NSH interfaces.
+usbstorage:
+ This configuration directory exercises the USB mass storage
+ class driver at examples/usbstorage. See examples/README.txt for
+ more information.
Configuration Options
^^^^^^^^^^^^^^^^^^^^^
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 70fd9d317..46ee8fb4f 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -1,6 +1,21 @@
README
^^^^^^
+This README discusses issues unique to NuttX configurations for the
+STMicro STM3210E-EVAL development board.
+
+Contents
+^^^^^^^^
+
+ - Development Environment
+ - GNU Toolchain Options
+ - IDEs
+ - NuttX buildroot Toolchain
+ - DFU
+ - LEDs
+ - STM3210E-EVAL-specific Configuration Options
+ - Configurations
+
Development Environment
^^^^^^^^^^^^^^^^^^^^^^^
@@ -141,8 +156,9 @@ DFU
^^^
The linker files in these projects can be configured to indicate that you
- will be loading code using STMicro built-in USB DFU loader or via some JTAG
- emulator. You can specify the DFU bootloader by adding the following line:
+ will be loading code using STMicro built-in USB Device Firmware Upgrade (DFU)
+ loader or via some JTAG emulator. You can specify the DFU bootloader by
+ adding the following line:
CONFIG_STM32_DFU=y
@@ -392,3 +408,7 @@ Where <subdir> is one of the following:
This configuration builds a trivial bring-up binary. It is
useful only because it words with the RIDE7 IDE and R-Link debugger.
+ usbserial:
+ This configuration directory exercises the USB serial class
+ driver at examples/usbserial. See examples/README.txt for
+ more information.