Updated README files

This commit is contained in:
Gregory Nutt
2014-04-25 07:23:31 -06:00
parent bdf4a991aa
commit b23c50a487
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -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
+5 -1
View File
@@ -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