summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-28 09:52:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-28 09:52:07 -0600
commitf39d0f5c87cac947d92536fc9de8af4709774039 (patch)
tree25f796d37174742dfd4563e41eb3b6314c57d73a /nuttx/configs/ea3131
parent5a183426fa67e4784a496fa9cfac18eac3f0e3b9 (diff)
downloadpx4-nuttx-f39d0f5c87cac947d92536fc9de8af4709774039.tar.gz
px4-nuttx-f39d0f5c87cac947d92536fc9de8af4709774039.tar.bz2
px4-nuttx-f39d0f5c87cac947d92536fc9de8af4709774039.zip
Documentatin updated; fix errors in some comments
Diffstat (limited to 'nuttx/configs/ea3131')
-rw-r--r--nuttx/configs/ea3131/README.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/configs/ea3131/README.txt b/nuttx/configs/ea3131/README.txt
index abc9af883..2e4475d85 100644
--- a/nuttx/configs/ea3131/README.txt
+++ b/nuttx/configs/ea3131/README.txt
@@ -115,8 +115,7 @@ IDEs
^^^^
NuttX is built using command-line make. It can be used with an IDE, but some
- effort will be required to create the project (There is a simple RIDE project
- in the RIDE subdirectory).
+ effort will be required to create the project.
Makefile Build
--------------
@@ -140,9 +139,9 @@ IDEs
on the command line.
Startup files will probably cause you some headaches. The NuttX startup file
- is arch/arm/src/lpc31xx/lpc31_vectors.S. With RIDE, I have to build NuttX
+ is arch/arm/src/lpc31xx/lpc31_vectors.S. You may have to build NuttX
one time from the Cygwin command line in order to obtain the pre-built
- startup object needed by RIDE.
+ startup object needed by an IDE.
NuttX buildroot Toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^