summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-25 07:23:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-25 07:23:31 -0600
commitc6565605168470d1986d1aeaa190e1756dfc4d9c (patch)
tree988505a0fded6a31bd5515c3ba9b0b9f74538aa1
parentd6bdbc41f53978ed96b5e5b04c39707bd2a7ea97 (diff)
downloadnuttx-c6565605168470d1986d1aeaa190e1756dfc4d9c.tar.gz
nuttx-c6565605168470d1986d1aeaa190e1756dfc4d9c.tar.bz2
nuttx-c6565605168470d1986d1aeaa190e1756dfc4d9c.zip
Updated README files
-rw-r--r--nuttx/configs/16z/README.txt6
-rw-r--r--nuttx/configs/z16f2800100zcog/README.txt6
2 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/configs/16z/README.txt b/nuttx/configs/16z/README.txt
index fdd12f4a5..bcaacbe15 100644
--- a/nuttx/configs/16z/README.txt
+++ b/nuttx/configs/16z/README.txt
@@ -158,9 +158,13 @@ The patch would be applied when NuttX is configured as follows:
./configure.sh 16z/nsh
cd ..
. ./setenv.sh
- dopath.sh $PWD
+ dopatch.sh
make
+The patch can also be removed with:
+
+ dopatch.sh -R
+
See the section "Selecting Configurations" below.
Serial Console
diff --git a/nuttx/configs/z16f2800100zcog/README.txt b/nuttx/configs/z16f2800100zcog/README.txt
index d0a93a046..a9fb47437 100644
--- a/nuttx/configs/z16f2800100zcog/README.txt
+++ b/nuttx/configs/z16f2800100zcog/README.txt
@@ -82,9 +82,13 @@ The patch would be applied when NuttX is configured as follows:
./configure.sh z16f2800100zcog/nsh
cd ..
. ./setenv.sh
- dopath.sh $PWD
+ dopatch.sh
make
+The patch can also be removed with:
+
+ dopatch.sh -R
+
See the section "Selecting Configurations" below.
Selecting Configurations