summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4l-xplained/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam4l-xplained/README.txt')
-rw-r--r--nuttx/configs/sam4l-xplained/README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/configs/sam4l-xplained/README.txt b/nuttx/configs/sam4l-xplained/README.txt
index 677e793d2..2ab25fcd7 100644
--- a/nuttx/configs/sam4l-xplained/README.txt
+++ b/nuttx/configs/sam4l-xplained/README.txt
@@ -258,8 +258,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
--------------
@@ -285,7 +284,7 @@ IDEs
Startup files will probably cause you some headaches. The NuttX startup file
is arch/arm/src/sam34/sam_vectors.S. You may need 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^