From 15026b0454617ffe889d372f541392c9be48fb66 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 25 Apr 2014 07:23:31 -0600 Subject: [PATCH] Updated README files --- configs/16z/README.txt | 6 +++++- configs/z16f2800100zcog/README.txt | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/configs/16z/README.txt b/configs/16z/README.txt index fdd12f4a52..bcaacbe154 100644 --- a/configs/16z/README.txt +++ b/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/configs/z16f2800100zcog/README.txt b/configs/z16f2800100zcog/README.txt index d0a93a0462..a9fb474373 100644 --- a/configs/z16f2800100zcog/README.txt +++ b/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