summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn
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/vsn
parent5a183426fa67e4784a496fa9cfac18eac3f0e3b9 (diff)
downloadnuttx-f39d0f5c87cac947d92536fc9de8af4709774039.tar.gz
nuttx-f39d0f5c87cac947d92536fc9de8af4709774039.tar.bz2
nuttx-f39d0f5c87cac947d92536fc9de8af4709774039.zip
Documentatin updated; fix errors in some comments
Diffstat (limited to 'nuttx/configs/vsn')
-rw-r--r--nuttx/configs/vsn/README.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/nuttx/configs/vsn/README.txt b/nuttx/configs/vsn/README.txt
index 9e5256d55..7457800d9 100644
--- a/nuttx/configs/vsn/README.txt
+++ b/nuttx/configs/vsn/README.txt
@@ -25,8 +25,7 @@ Development Environment
Either Linux or Cygwin on Windows can be used for the development environment.
The source has been built only using the GNU toolchain (see below). Other
toolchains will likely cause problems. Testing was performed using the Cygwin
- environment because the Raisonance R-Link emulatator and some RIDE7 development tools
- were used and those tools works only under Windows.
+ environment.
GNU Toolchain Options
^^^^^^^^^^^^^^^^^^^^^
@@ -94,8 +93,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
--------------
@@ -119,9 +117,9 @@ IDEs
on the command line.
Startup files will probably cause you some headaches. The NuttX startup file
- is arch/arm/src/stm32/stm32_vectors.S. With RIDE, I have to build NuttX
+ is arch/arm/src/stm32/stm32_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 EABI "buildroot" Toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^